mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
update java native 11 samples
This commit is contained in:
parent
d5d8b7a118
commit
93cb215531
@ -40,7 +40,7 @@ public class AdditionalPropertiesAnyType extends HashMap<String, Object> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -41,7 +41,7 @@ public class AdditionalPropertiesArray extends HashMap<String, List> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -40,7 +40,7 @@ public class AdditionalPropertiesBoolean extends HashMap<String, Boolean> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -80,7 +80,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapString
|
* Get mapString
|
||||||
* @return mapString
|
* @return mapString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, String> getMapString() {
|
public Map<String, String> getMapString() {
|
||||||
return mapString;
|
return mapString;
|
||||||
@ -107,7 +107,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapNumber
|
* Get mapNumber
|
||||||
* @return mapNumber
|
* @return mapNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, BigDecimal> getMapNumber() {
|
public Map<String, BigDecimal> getMapNumber() {
|
||||||
return mapNumber;
|
return mapNumber;
|
||||||
@ -134,7 +134,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapInteger
|
* Get mapInteger
|
||||||
* @return mapInteger
|
* @return mapInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Integer> getMapInteger() {
|
public Map<String, Integer> getMapInteger() {
|
||||||
return mapInteger;
|
return mapInteger;
|
||||||
@ -161,7 +161,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapBoolean
|
* Get mapBoolean
|
||||||
* @return mapBoolean
|
* @return mapBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Boolean> getMapBoolean() {
|
public Map<String, Boolean> getMapBoolean() {
|
||||||
return mapBoolean;
|
return mapBoolean;
|
||||||
@ -188,7 +188,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapArrayInteger
|
* Get mapArrayInteger
|
||||||
* @return mapArrayInteger
|
* @return mapArrayInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, List<Integer>> getMapArrayInteger() {
|
public Map<String, List<Integer>> getMapArrayInteger() {
|
||||||
return mapArrayInteger;
|
return mapArrayInteger;
|
||||||
@ -215,7 +215,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapArrayAnytype
|
* Get mapArrayAnytype
|
||||||
* @return mapArrayAnytype
|
* @return mapArrayAnytype
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, List<Object>> getMapArrayAnytype() {
|
public Map<String, List<Object>> getMapArrayAnytype() {
|
||||||
return mapArrayAnytype;
|
return mapArrayAnytype;
|
||||||
@ -242,7 +242,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapMapString
|
* Get mapMapString
|
||||||
* @return mapMapString
|
* @return mapMapString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Map<String, String>> getMapMapString() {
|
public Map<String, Map<String, String>> getMapMapString() {
|
||||||
return mapMapString;
|
return mapMapString;
|
||||||
@ -269,7 +269,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get mapMapAnytype
|
* Get mapMapAnytype
|
||||||
* @return mapMapAnytype
|
* @return mapMapAnytype
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Map<String, Object>> getMapMapAnytype() {
|
public Map<String, Map<String, Object>> getMapMapAnytype() {
|
||||||
return mapMapAnytype;
|
return mapMapAnytype;
|
||||||
@ -288,7 +288,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get anytype1
|
* Get anytype1
|
||||||
* @return anytype1
|
* @return anytype1
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Object getAnytype1() {
|
public Object getAnytype1() {
|
||||||
return anytype1;
|
return anytype1;
|
||||||
@ -307,7 +307,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get anytype2
|
* Get anytype2
|
||||||
* @return anytype2
|
* @return anytype2
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Object getAnytype2() {
|
public Object getAnytype2() {
|
||||||
return anytype2;
|
return anytype2;
|
||||||
@ -326,7 +326,7 @@ public class AdditionalPropertiesClass {
|
|||||||
* Get anytype3
|
* Get anytype3
|
||||||
* @return anytype3
|
* @return anytype3
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Object getAnytype3() {
|
public Object getAnytype3() {
|
||||||
return anytype3;
|
return anytype3;
|
||||||
|
@ -40,7 +40,7 @@ public class AdditionalPropertiesInteger extends HashMap<String, Integer> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -41,7 +41,7 @@ public class AdditionalPropertiesNumber extends HashMap<String, BigDecimal> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -40,7 +40,7 @@ public class AdditionalPropertiesObject extends HashMap<String, Map> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -40,7 +40,7 @@ public class AdditionalPropertiesString extends HashMap<String, String> {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -49,7 +49,6 @@ public class Animal {
|
|||||||
* Get className
|
* Get className
|
||||||
* @return className
|
* @return className
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public String getClassName() {
|
public String getClassName() {
|
||||||
return className;
|
return className;
|
||||||
@ -68,7 +67,7 @@ public class Animal {
|
|||||||
* Get color
|
* Get color
|
||||||
* @return color
|
* @return color
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getColor() {
|
public String getColor() {
|
||||||
return color;
|
return color;
|
||||||
|
@ -49,7 +49,7 @@ public class ArrayOfArrayOfNumberOnly {
|
|||||||
* Get arrayArrayNumber
|
* Get arrayArrayNumber
|
||||||
* @return arrayArrayNumber
|
* @return arrayArrayNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<List<BigDecimal>> getArrayArrayNumber() {
|
public List<List<BigDecimal>> getArrayArrayNumber() {
|
||||||
return arrayArrayNumber;
|
return arrayArrayNumber;
|
||||||
|
@ -49,7 +49,7 @@ public class ArrayOfNumberOnly {
|
|||||||
* Get arrayNumber
|
* Get arrayNumber
|
||||||
* @return arrayNumber
|
* @return arrayNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<BigDecimal> getArrayNumber() {
|
public List<BigDecimal> getArrayNumber() {
|
||||||
return arrayNumber;
|
return arrayNumber;
|
||||||
|
@ -55,7 +55,7 @@ public class ArrayTest {
|
|||||||
* Get arrayOfString
|
* Get arrayOfString
|
||||||
* @return arrayOfString
|
* @return arrayOfString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<String> getArrayOfString() {
|
public List<String> getArrayOfString() {
|
||||||
return arrayOfString;
|
return arrayOfString;
|
||||||
@ -82,7 +82,7 @@ public class ArrayTest {
|
|||||||
* Get arrayArrayOfInteger
|
* Get arrayArrayOfInteger
|
||||||
* @return arrayArrayOfInteger
|
* @return arrayArrayOfInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<List<Long>> getArrayArrayOfInteger() {
|
public List<List<Long>> getArrayArrayOfInteger() {
|
||||||
return arrayArrayOfInteger;
|
return arrayArrayOfInteger;
|
||||||
@ -109,7 +109,7 @@ public class ArrayTest {
|
|||||||
* Get arrayArrayOfModel
|
* Get arrayArrayOfModel
|
||||||
* @return arrayArrayOfModel
|
* @return arrayArrayOfModel
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<List<ReadOnlyFirst>> getArrayArrayOfModel() {
|
public List<List<ReadOnlyFirst>> getArrayArrayOfModel() {
|
||||||
return arrayArrayOfModel;
|
return arrayArrayOfModel;
|
||||||
|
@ -53,7 +53,7 @@ public class Capitalization {
|
|||||||
* Get smallCamel
|
* Get smallCamel
|
||||||
* @return smallCamel
|
* @return smallCamel
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getSmallCamel() {
|
public String getSmallCamel() {
|
||||||
return smallCamel;
|
return smallCamel;
|
||||||
@ -72,7 +72,7 @@ public class Capitalization {
|
|||||||
* Get capitalCamel
|
* Get capitalCamel
|
||||||
* @return capitalCamel
|
* @return capitalCamel
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getCapitalCamel() {
|
public String getCapitalCamel() {
|
||||||
return capitalCamel;
|
return capitalCamel;
|
||||||
@ -91,7 +91,7 @@ public class Capitalization {
|
|||||||
* Get smallSnake
|
* Get smallSnake
|
||||||
* @return smallSnake
|
* @return smallSnake
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getSmallSnake() {
|
public String getSmallSnake() {
|
||||||
return smallSnake;
|
return smallSnake;
|
||||||
@ -110,7 +110,7 @@ public class Capitalization {
|
|||||||
* Get capitalSnake
|
* Get capitalSnake
|
||||||
* @return capitalSnake
|
* @return capitalSnake
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getCapitalSnake() {
|
public String getCapitalSnake() {
|
||||||
return capitalSnake;
|
return capitalSnake;
|
||||||
@ -129,7 +129,7 @@ public class Capitalization {
|
|||||||
* Get scAETHFlowPoints
|
* Get scAETHFlowPoints
|
||||||
* @return scAETHFlowPoints
|
* @return scAETHFlowPoints
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getScAETHFlowPoints() {
|
public String getScAETHFlowPoints() {
|
||||||
return scAETHFlowPoints;
|
return scAETHFlowPoints;
|
||||||
@ -148,7 +148,7 @@ public class Capitalization {
|
|||||||
* Name of the pet
|
* Name of the pet
|
||||||
* @return ATT_NAME
|
* @return ATT_NAME
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "Name of the pet ")
|
@ApiModelProperty(value = "Name of the pet ")
|
||||||
public String getATTNAME() {
|
public String getATTNAME() {
|
||||||
return ATT_NAME;
|
return ATT_NAME;
|
||||||
|
@ -40,7 +40,7 @@ public class Cat extends Animal {
|
|||||||
* Get declawed
|
* Get declawed
|
||||||
* @return declawed
|
* @return declawed
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Boolean getDeclawed() {
|
public Boolean getDeclawed() {
|
||||||
return declawed;
|
return declawed;
|
||||||
|
@ -38,7 +38,7 @@ public class CatAllOf {
|
|||||||
* Get declawed
|
* Get declawed
|
||||||
* @return declawed
|
* @return declawed
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Boolean getDeclawed() {
|
public Boolean getDeclawed() {
|
||||||
return declawed;
|
return declawed;
|
||||||
|
@ -41,7 +41,7 @@ public class Category {
|
|||||||
* Get id
|
* Get id
|
||||||
* @return id
|
* @return id
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -60,7 +60,6 @@ public class Category {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -39,7 +39,7 @@ public class ClassModel {
|
|||||||
* Get propertyClass
|
* Get propertyClass
|
||||||
* @return propertyClass
|
* @return propertyClass
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getPropertyClass() {
|
public String getPropertyClass() {
|
||||||
return propertyClass;
|
return propertyClass;
|
||||||
|
@ -38,7 +38,7 @@ public class Client {
|
|||||||
* Get client
|
* Get client
|
||||||
* @return client
|
* @return client
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getClient() {
|
public String getClient() {
|
||||||
return client;
|
return client;
|
||||||
|
@ -40,7 +40,7 @@ public class Dog extends Animal {
|
|||||||
* Get breed
|
* Get breed
|
||||||
* @return breed
|
* @return breed
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getBreed() {
|
public String getBreed() {
|
||||||
return breed;
|
return breed;
|
||||||
|
@ -38,7 +38,7 @@ public class DogAllOf {
|
|||||||
* Get breed
|
* Get breed
|
||||||
* @return breed
|
* @return breed
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getBreed() {
|
public String getBreed() {
|
||||||
return breed;
|
return breed;
|
||||||
|
@ -113,7 +113,7 @@ public class EnumArrays {
|
|||||||
* Get justSymbol
|
* Get justSymbol
|
||||||
* @return justSymbol
|
* @return justSymbol
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public JustSymbolEnum getJustSymbol() {
|
public JustSymbolEnum getJustSymbol() {
|
||||||
return justSymbol;
|
return justSymbol;
|
||||||
@ -140,7 +140,7 @@ public class EnumArrays {
|
|||||||
* Get arrayEnum
|
* Get arrayEnum
|
||||||
* @return arrayEnum
|
* @return arrayEnum
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<ArrayEnumEnum> getArrayEnum() {
|
public List<ArrayEnumEnum> getArrayEnum() {
|
||||||
return arrayEnum;
|
return arrayEnum;
|
||||||
|
@ -195,7 +195,7 @@ public class EnumTest {
|
|||||||
* Get enumString
|
* Get enumString
|
||||||
* @return enumString
|
* @return enumString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public EnumStringEnum getEnumString() {
|
public EnumStringEnum getEnumString() {
|
||||||
return enumString;
|
return enumString;
|
||||||
@ -214,7 +214,6 @@ public class EnumTest {
|
|||||||
* Get enumStringRequired
|
* Get enumStringRequired
|
||||||
* @return enumStringRequired
|
* @return enumStringRequired
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public EnumStringRequiredEnum getEnumStringRequired() {
|
public EnumStringRequiredEnum getEnumStringRequired() {
|
||||||
return enumStringRequired;
|
return enumStringRequired;
|
||||||
@ -233,7 +232,7 @@ public class EnumTest {
|
|||||||
* Get enumInteger
|
* Get enumInteger
|
||||||
* @return enumInteger
|
* @return enumInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public EnumIntegerEnum getEnumInteger() {
|
public EnumIntegerEnum getEnumInteger() {
|
||||||
return enumInteger;
|
return enumInteger;
|
||||||
@ -252,7 +251,7 @@ public class EnumTest {
|
|||||||
* Get enumNumber
|
* Get enumNumber
|
||||||
* @return enumNumber
|
* @return enumNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public EnumNumberEnum getEnumNumber() {
|
public EnumNumberEnum getEnumNumber() {
|
||||||
return enumNumber;
|
return enumNumber;
|
||||||
@ -271,7 +270,7 @@ public class EnumTest {
|
|||||||
* Get outerEnum
|
* Get outerEnum
|
||||||
* @return outerEnum
|
* @return outerEnum
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public OuterEnum getOuterEnum() {
|
public OuterEnum getOuterEnum() {
|
||||||
return outerEnum;
|
return outerEnum;
|
||||||
|
@ -43,7 +43,7 @@ public class FileSchemaTestClass {
|
|||||||
* Get file
|
* Get file
|
||||||
* @return file
|
* @return file
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public java.io.File getFile() {
|
public java.io.File getFile() {
|
||||||
return file;
|
return file;
|
||||||
@ -70,7 +70,7 @@ public class FileSchemaTestClass {
|
|||||||
* Get files
|
* Get files
|
||||||
* @return files
|
* @return files
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<java.io.File> getFiles() {
|
public List<java.io.File> getFiles() {
|
||||||
return files;
|
return files;
|
||||||
|
@ -81,7 +81,7 @@ public class FormatTest {
|
|||||||
* maximum: 100
|
* maximum: 100
|
||||||
* @return integer
|
* @return integer
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getInteger() {
|
public Integer getInteger() {
|
||||||
return integer;
|
return integer;
|
||||||
@ -102,7 +102,7 @@ public class FormatTest {
|
|||||||
* maximum: 200
|
* maximum: 200
|
||||||
* @return int32
|
* @return int32
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getInt32() {
|
public Integer getInt32() {
|
||||||
return int32;
|
return int32;
|
||||||
@ -121,7 +121,7 @@ public class FormatTest {
|
|||||||
* Get int64
|
* Get int64
|
||||||
* @return int64
|
* @return int64
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getInt64() {
|
public Long getInt64() {
|
||||||
return int64;
|
return int64;
|
||||||
@ -142,7 +142,6 @@ public class FormatTest {
|
|||||||
* maximum: 543.2
|
* maximum: 543.2
|
||||||
* @return number
|
* @return number
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public BigDecimal getNumber() {
|
public BigDecimal getNumber() {
|
||||||
return number;
|
return number;
|
||||||
@ -163,7 +162,7 @@ public class FormatTest {
|
|||||||
* maximum: 987.6
|
* maximum: 987.6
|
||||||
* @return _float
|
* @return _float
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Float getFloat() {
|
public Float getFloat() {
|
||||||
return _float;
|
return _float;
|
||||||
@ -184,7 +183,7 @@ public class FormatTest {
|
|||||||
* maximum: 123.4
|
* maximum: 123.4
|
||||||
* @return _double
|
* @return _double
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Double getDouble() {
|
public Double getDouble() {
|
||||||
return _double;
|
return _double;
|
||||||
@ -203,7 +202,7 @@ public class FormatTest {
|
|||||||
* Get string
|
* Get string
|
||||||
* @return string
|
* @return string
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getString() {
|
public String getString() {
|
||||||
return string;
|
return string;
|
||||||
@ -222,7 +221,6 @@ public class FormatTest {
|
|||||||
* Get _byte
|
* Get _byte
|
||||||
* @return _byte
|
* @return _byte
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public byte[] getByte() {
|
public byte[] getByte() {
|
||||||
return _byte;
|
return _byte;
|
||||||
@ -241,7 +239,7 @@ public class FormatTest {
|
|||||||
* Get binary
|
* Get binary
|
||||||
* @return binary
|
* @return binary
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public File getBinary() {
|
public File getBinary() {
|
||||||
return binary;
|
return binary;
|
||||||
@ -260,7 +258,6 @@ public class FormatTest {
|
|||||||
* Get date
|
* Get date
|
||||||
* @return date
|
* @return date
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public LocalDate getDate() {
|
public LocalDate getDate() {
|
||||||
return date;
|
return date;
|
||||||
@ -279,7 +276,7 @@ public class FormatTest {
|
|||||||
* Get dateTime
|
* Get dateTime
|
||||||
* @return dateTime
|
* @return dateTime
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public OffsetDateTime getDateTime() {
|
public OffsetDateTime getDateTime() {
|
||||||
return dateTime;
|
return dateTime;
|
||||||
@ -298,7 +295,7 @@ public class FormatTest {
|
|||||||
* Get uuid
|
* Get uuid
|
||||||
* @return uuid
|
* @return uuid
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "")
|
@ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "")
|
||||||
public UUID getUuid() {
|
public UUID getUuid() {
|
||||||
return uuid;
|
return uuid;
|
||||||
@ -317,7 +314,6 @@ public class FormatTest {
|
|||||||
* Get password
|
* Get password
|
||||||
* @return password
|
* @return password
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public String getPassword() {
|
public String getPassword() {
|
||||||
return password;
|
return password;
|
||||||
|
@ -36,7 +36,7 @@ public class HasOnlyReadOnly {
|
|||||||
* Get bar
|
* Get bar
|
||||||
* @return bar
|
* @return bar
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getBar() {
|
public String getBar() {
|
||||||
return bar;
|
return bar;
|
||||||
@ -46,7 +46,7 @@ public class HasOnlyReadOnly {
|
|||||||
* Get foo
|
* Get foo
|
||||||
* @return foo
|
* @return foo
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getFoo() {
|
public String getFoo() {
|
||||||
return foo;
|
return foo;
|
||||||
|
@ -93,7 +93,7 @@ public class MapTest {
|
|||||||
* Get mapMapOfString
|
* Get mapMapOfString
|
||||||
* @return mapMapOfString
|
* @return mapMapOfString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Map<String, String>> getMapMapOfString() {
|
public Map<String, Map<String, String>> getMapMapOfString() {
|
||||||
return mapMapOfString;
|
return mapMapOfString;
|
||||||
@ -120,7 +120,7 @@ public class MapTest {
|
|||||||
* Get mapOfEnumString
|
* Get mapOfEnumString
|
||||||
* @return mapOfEnumString
|
* @return mapOfEnumString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, InnerEnum> getMapOfEnumString() {
|
public Map<String, InnerEnum> getMapOfEnumString() {
|
||||||
return mapOfEnumString;
|
return mapOfEnumString;
|
||||||
@ -147,7 +147,7 @@ public class MapTest {
|
|||||||
* Get directMap
|
* Get directMap
|
||||||
* @return directMap
|
* @return directMap
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Boolean> getDirectMap() {
|
public Map<String, Boolean> getDirectMap() {
|
||||||
return directMap;
|
return directMap;
|
||||||
@ -174,7 +174,7 @@ public class MapTest {
|
|||||||
* Get indirectMap
|
* Get indirectMap
|
||||||
* @return indirectMap
|
* @return indirectMap
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Boolean> getIndirectMap() {
|
public Map<String, Boolean> getIndirectMap() {
|
||||||
return indirectMap;
|
return indirectMap;
|
||||||
|
@ -50,7 +50,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
|
|||||||
* Get uuid
|
* Get uuid
|
||||||
* @return uuid
|
* @return uuid
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public UUID getUuid() {
|
public UUID getUuid() {
|
||||||
return uuid;
|
return uuid;
|
||||||
@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
|
|||||||
* Get dateTime
|
* Get dateTime
|
||||||
* @return dateTime
|
* @return dateTime
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public OffsetDateTime getDateTime() {
|
public OffsetDateTime getDateTime() {
|
||||||
return dateTime;
|
return dateTime;
|
||||||
@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
|
|||||||
* Get map
|
* Get map
|
||||||
* @return map
|
* @return map
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Map<String, Animal> getMap() {
|
public Map<String, Animal> getMap() {
|
||||||
return map;
|
return map;
|
||||||
|
@ -42,7 +42,7 @@ public class Model200Response {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getName() {
|
public Integer getName() {
|
||||||
return name;
|
return name;
|
||||||
@ -61,7 +61,7 @@ public class Model200Response {
|
|||||||
* Get propertyClass
|
* Get propertyClass
|
||||||
* @return propertyClass
|
* @return propertyClass
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getPropertyClass() {
|
public String getPropertyClass() {
|
||||||
return propertyClass;
|
return propertyClass;
|
||||||
|
@ -44,7 +44,7 @@ public class ModelApiResponse {
|
|||||||
* Get code
|
* Get code
|
||||||
* @return code
|
* @return code
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getCode() {
|
public Integer getCode() {
|
||||||
return code;
|
return code;
|
||||||
@ -63,7 +63,7 @@ public class ModelApiResponse {
|
|||||||
* Get type
|
* Get type
|
||||||
* @return type
|
* @return type
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getType() {
|
public String getType() {
|
||||||
return type;
|
return type;
|
||||||
@ -82,7 +82,7 @@ public class ModelApiResponse {
|
|||||||
* Get message
|
* Get message
|
||||||
* @return message
|
* @return message
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getMessage() {
|
public String getMessage() {
|
||||||
return message;
|
return message;
|
||||||
|
@ -39,7 +39,7 @@ public class ModelReturn {
|
|||||||
* Get _return
|
* Get _return
|
||||||
* @return _return
|
* @return _return
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getReturn() {
|
public Integer getReturn() {
|
||||||
return _return;
|
return _return;
|
||||||
|
@ -48,7 +48,6 @@ public class Name {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public Integer getName() {
|
public Integer getName() {
|
||||||
return name;
|
return name;
|
||||||
@ -62,7 +61,7 @@ public class Name {
|
|||||||
* Get snakeCase
|
* Get snakeCase
|
||||||
* @return snakeCase
|
* @return snakeCase
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getSnakeCase() {
|
public Integer getSnakeCase() {
|
||||||
return snakeCase;
|
return snakeCase;
|
||||||
@ -77,7 +76,7 @@ public class Name {
|
|||||||
* Get property
|
* Get property
|
||||||
* @return property
|
* @return property
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getProperty() {
|
public String getProperty() {
|
||||||
return property;
|
return property;
|
||||||
@ -91,7 +90,7 @@ public class Name {
|
|||||||
* Get _123number
|
* Get _123number
|
||||||
* @return _123number
|
* @return _123number
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer get123number() {
|
public Integer get123number() {
|
||||||
return _123number;
|
return _123number;
|
||||||
|
@ -39,7 +39,7 @@ public class NumberOnly {
|
|||||||
* Get justNumber
|
* Get justNumber
|
||||||
* @return justNumber
|
* @return justNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public BigDecimal getJustNumber() {
|
public BigDecimal getJustNumber() {
|
||||||
return justNumber;
|
return justNumber;
|
||||||
|
@ -91,7 +91,7 @@ public class Order {
|
|||||||
* Get id
|
* Get id
|
||||||
* @return id
|
* @return id
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -110,7 +110,7 @@ public class Order {
|
|||||||
* Get petId
|
* Get petId
|
||||||
* @return petId
|
* @return petId
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getPetId() {
|
public Long getPetId() {
|
||||||
return petId;
|
return petId;
|
||||||
@ -129,7 +129,7 @@ public class Order {
|
|||||||
* Get quantity
|
* Get quantity
|
||||||
* @return quantity
|
* @return quantity
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Integer getQuantity() {
|
public Integer getQuantity() {
|
||||||
return quantity;
|
return quantity;
|
||||||
@ -148,7 +148,7 @@ public class Order {
|
|||||||
* Get shipDate
|
* Get shipDate
|
||||||
* @return shipDate
|
* @return shipDate
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public OffsetDateTime getShipDate() {
|
public OffsetDateTime getShipDate() {
|
||||||
return shipDate;
|
return shipDate;
|
||||||
@ -167,7 +167,7 @@ public class Order {
|
|||||||
* Order Status
|
* Order Status
|
||||||
* @return status
|
* @return status
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "Order Status")
|
@ApiModelProperty(value = "Order Status")
|
||||||
public StatusEnum getStatus() {
|
public StatusEnum getStatus() {
|
||||||
return status;
|
return status;
|
||||||
@ -186,7 +186,7 @@ public class Order {
|
|||||||
* Get complete
|
* Get complete
|
||||||
* @return complete
|
* @return complete
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Boolean getComplete() {
|
public Boolean getComplete() {
|
||||||
return complete;
|
return complete;
|
||||||
|
@ -45,7 +45,7 @@ public class OuterComposite {
|
|||||||
* Get myNumber
|
* Get myNumber
|
||||||
* @return myNumber
|
* @return myNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public BigDecimal getMyNumber() {
|
public BigDecimal getMyNumber() {
|
||||||
return myNumber;
|
return myNumber;
|
||||||
@ -64,7 +64,7 @@ public class OuterComposite {
|
|||||||
* Get myString
|
* Get myString
|
||||||
* @return myString
|
* @return myString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getMyString() {
|
public String getMyString() {
|
||||||
return myString;
|
return myString;
|
||||||
@ -83,7 +83,7 @@ public class OuterComposite {
|
|||||||
* Get myBoolean
|
* Get myBoolean
|
||||||
* @return myBoolean
|
* @return myBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Boolean getMyBoolean() {
|
public Boolean getMyBoolean() {
|
||||||
return myBoolean;
|
return myBoolean;
|
||||||
|
@ -94,7 +94,7 @@ public class Pet {
|
|||||||
* Get id
|
* Get id
|
||||||
* @return id
|
* @return id
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -113,7 +113,7 @@ public class Pet {
|
|||||||
* Get category
|
* Get category
|
||||||
* @return category
|
* @return category
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Category getCategory() {
|
public Category getCategory() {
|
||||||
return category;
|
return category;
|
||||||
@ -132,7 +132,6 @@ public class Pet {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "doggie", required = true, value = "")
|
@ApiModelProperty(example = "doggie", required = true, value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
@ -156,7 +155,6 @@ public class Pet {
|
|||||||
* Get photoUrls
|
* Get photoUrls
|
||||||
* @return photoUrls
|
* @return photoUrls
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public List<String> getPhotoUrls() {
|
public List<String> getPhotoUrls() {
|
||||||
return photoUrls;
|
return photoUrls;
|
||||||
@ -183,7 +181,7 @@ public class Pet {
|
|||||||
* Get tags
|
* Get tags
|
||||||
* @return tags
|
* @return tags
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Tag> getTags() {
|
public List<Tag> getTags() {
|
||||||
return tags;
|
return tags;
|
||||||
@ -202,7 +200,7 @@ public class Pet {
|
|||||||
* pet status in the store
|
* pet status in the store
|
||||||
* @return status
|
* @return status
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "pet status in the store")
|
@ApiModelProperty(value = "pet status in the store")
|
||||||
public StatusEnum getStatus() {
|
public StatusEnum getStatus() {
|
||||||
return status;
|
return status;
|
||||||
|
@ -36,7 +36,7 @@ public class ReadOnlyFirst {
|
|||||||
* Get bar
|
* Get bar
|
||||||
* @return bar
|
* @return bar
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getBar() {
|
public String getBar() {
|
||||||
return bar;
|
return bar;
|
||||||
@ -51,7 +51,7 @@ public class ReadOnlyFirst {
|
|||||||
* Get baz
|
* Get baz
|
||||||
* @return baz
|
* @return baz
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getBaz() {
|
public String getBaz() {
|
||||||
return baz;
|
return baz;
|
||||||
|
@ -38,7 +38,7 @@ public class SpecialModelName {
|
|||||||
* Get $specialPropertyName
|
* Get $specialPropertyName
|
||||||
* @return $specialPropertyName
|
* @return $specialPropertyName
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long get$SpecialPropertyName() {
|
public Long get$SpecialPropertyName() {
|
||||||
return $specialPropertyName;
|
return $specialPropertyName;
|
||||||
|
@ -41,7 +41,7 @@ public class Tag {
|
|||||||
* Get id
|
* Get id
|
||||||
* @return id
|
* @return id
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -60,7 +60,7 @@ public class Tag {
|
|||||||
* Get name
|
* Get name
|
||||||
* @return name
|
* @return name
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
@ -53,7 +53,6 @@ public class TypeHolderDefault {
|
|||||||
* Get stringItem
|
* Get stringItem
|
||||||
* @return stringItem
|
* @return stringItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public String getStringItem() {
|
public String getStringItem() {
|
||||||
return stringItem;
|
return stringItem;
|
||||||
@ -72,7 +71,6 @@ public class TypeHolderDefault {
|
|||||||
* Get numberItem
|
* Get numberItem
|
||||||
* @return numberItem
|
* @return numberItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public BigDecimal getNumberItem() {
|
public BigDecimal getNumberItem() {
|
||||||
return numberItem;
|
return numberItem;
|
||||||
@ -91,7 +89,6 @@ public class TypeHolderDefault {
|
|||||||
* Get integerItem
|
* Get integerItem
|
||||||
* @return integerItem
|
* @return integerItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public Integer getIntegerItem() {
|
public Integer getIntegerItem() {
|
||||||
return integerItem;
|
return integerItem;
|
||||||
@ -110,7 +107,6 @@ public class TypeHolderDefault {
|
|||||||
* Get boolItem
|
* Get boolItem
|
||||||
* @return boolItem
|
* @return boolItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public Boolean getBoolItem() {
|
public Boolean getBoolItem() {
|
||||||
return boolItem;
|
return boolItem;
|
||||||
@ -134,7 +130,6 @@ public class TypeHolderDefault {
|
|||||||
* Get arrayItem
|
* Get arrayItem
|
||||||
* @return arrayItem
|
* @return arrayItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(required = true, value = "")
|
@ApiModelProperty(required = true, value = "")
|
||||||
public List<Integer> getArrayItem() {
|
public List<Integer> getArrayItem() {
|
||||||
return arrayItem;
|
return arrayItem;
|
||||||
|
@ -53,7 +53,6 @@ public class TypeHolderExample {
|
|||||||
* Get stringItem
|
* Get stringItem
|
||||||
* @return stringItem
|
* @return stringItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "what", required = true, value = "")
|
@ApiModelProperty(example = "what", required = true, value = "")
|
||||||
public String getStringItem() {
|
public String getStringItem() {
|
||||||
return stringItem;
|
return stringItem;
|
||||||
@ -72,7 +71,6 @@ public class TypeHolderExample {
|
|||||||
* Get numberItem
|
* Get numberItem
|
||||||
* @return numberItem
|
* @return numberItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "1.234", required = true, value = "")
|
@ApiModelProperty(example = "1.234", required = true, value = "")
|
||||||
public BigDecimal getNumberItem() {
|
public BigDecimal getNumberItem() {
|
||||||
return numberItem;
|
return numberItem;
|
||||||
@ -91,7 +89,6 @@ public class TypeHolderExample {
|
|||||||
* Get integerItem
|
* Get integerItem
|
||||||
* @return integerItem
|
* @return integerItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "-2", required = true, value = "")
|
@ApiModelProperty(example = "-2", required = true, value = "")
|
||||||
public Integer getIntegerItem() {
|
public Integer getIntegerItem() {
|
||||||
return integerItem;
|
return integerItem;
|
||||||
@ -110,7 +107,6 @@ public class TypeHolderExample {
|
|||||||
* Get boolItem
|
* Get boolItem
|
||||||
* @return boolItem
|
* @return boolItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "true", required = true, value = "")
|
@ApiModelProperty(example = "true", required = true, value = "")
|
||||||
public Boolean getBoolItem() {
|
public Boolean getBoolItem() {
|
||||||
return boolItem;
|
return boolItem;
|
||||||
@ -134,7 +130,6 @@ public class TypeHolderExample {
|
|||||||
* Get arrayItem
|
* Get arrayItem
|
||||||
* @return arrayItem
|
* @return arrayItem
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "")
|
@ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "")
|
||||||
public List<Integer> getArrayItem() {
|
public List<Integer> getArrayItem() {
|
||||||
return arrayItem;
|
return arrayItem;
|
||||||
|
@ -59,7 +59,7 @@ public class User {
|
|||||||
* Get id
|
* Get id
|
||||||
* @return id
|
* @return id
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -78,7 +78,7 @@ public class User {
|
|||||||
* Get username
|
* Get username
|
||||||
* @return username
|
* @return username
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getUsername() {
|
public String getUsername() {
|
||||||
return username;
|
return username;
|
||||||
@ -97,7 +97,7 @@ public class User {
|
|||||||
* Get firstName
|
* Get firstName
|
||||||
* @return firstName
|
* @return firstName
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getFirstName() {
|
public String getFirstName() {
|
||||||
return firstName;
|
return firstName;
|
||||||
@ -116,7 +116,7 @@ public class User {
|
|||||||
* Get lastName
|
* Get lastName
|
||||||
* @return lastName
|
* @return lastName
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getLastName() {
|
public String getLastName() {
|
||||||
return lastName;
|
return lastName;
|
||||||
@ -135,7 +135,7 @@ public class User {
|
|||||||
* Get email
|
* Get email
|
||||||
* @return email
|
* @return email
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getEmail() {
|
public String getEmail() {
|
||||||
return email;
|
return email;
|
||||||
@ -154,7 +154,7 @@ public class User {
|
|||||||
* Get password
|
* Get password
|
||||||
* @return password
|
* @return password
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getPassword() {
|
public String getPassword() {
|
||||||
return password;
|
return password;
|
||||||
@ -173,7 +173,7 @@ public class User {
|
|||||||
* Get phone
|
* Get phone
|
||||||
* @return phone
|
* @return phone
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public String getPhone() {
|
public String getPhone() {
|
||||||
return phone;
|
return phone;
|
||||||
@ -192,7 +192,7 @@ public class User {
|
|||||||
* User Status
|
* User Status
|
||||||
* @return userStatus
|
* @return userStatus
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "User Status")
|
@ApiModelProperty(value = "User Status")
|
||||||
public Integer getUserStatus() {
|
public Integer getUserStatus() {
|
||||||
return userStatus;
|
return userStatus;
|
||||||
|
@ -125,7 +125,7 @@ public class XmlItem {
|
|||||||
* Get attributeString
|
* Get attributeString
|
||||||
* @return attributeString
|
* @return attributeString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "string", value = "")
|
@ApiModelProperty(example = "string", value = "")
|
||||||
public String getAttributeString() {
|
public String getAttributeString() {
|
||||||
return attributeString;
|
return attributeString;
|
||||||
@ -144,7 +144,7 @@ public class XmlItem {
|
|||||||
* Get attributeNumber
|
* Get attributeNumber
|
||||||
* @return attributeNumber
|
* @return attributeNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "1.234", value = "")
|
@ApiModelProperty(example = "1.234", value = "")
|
||||||
public BigDecimal getAttributeNumber() {
|
public BigDecimal getAttributeNumber() {
|
||||||
return attributeNumber;
|
return attributeNumber;
|
||||||
@ -163,7 +163,7 @@ public class XmlItem {
|
|||||||
* Get attributeInteger
|
* Get attributeInteger
|
||||||
* @return attributeInteger
|
* @return attributeInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "-2", value = "")
|
@ApiModelProperty(example = "-2", value = "")
|
||||||
public Integer getAttributeInteger() {
|
public Integer getAttributeInteger() {
|
||||||
return attributeInteger;
|
return attributeInteger;
|
||||||
@ -182,7 +182,7 @@ public class XmlItem {
|
|||||||
* Get attributeBoolean
|
* Get attributeBoolean
|
||||||
* @return attributeBoolean
|
* @return attributeBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "true", value = "")
|
@ApiModelProperty(example = "true", value = "")
|
||||||
public Boolean getAttributeBoolean() {
|
public Boolean getAttributeBoolean() {
|
||||||
return attributeBoolean;
|
return attributeBoolean;
|
||||||
@ -209,7 +209,7 @@ public class XmlItem {
|
|||||||
* Get wrappedArray
|
* Get wrappedArray
|
||||||
* @return wrappedArray
|
* @return wrappedArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getWrappedArray() {
|
public List<Integer> getWrappedArray() {
|
||||||
return wrappedArray;
|
return wrappedArray;
|
||||||
@ -228,7 +228,7 @@ public class XmlItem {
|
|||||||
* Get nameString
|
* Get nameString
|
||||||
* @return nameString
|
* @return nameString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "string", value = "")
|
@ApiModelProperty(example = "string", value = "")
|
||||||
public String getNameString() {
|
public String getNameString() {
|
||||||
return nameString;
|
return nameString;
|
||||||
@ -247,7 +247,7 @@ public class XmlItem {
|
|||||||
* Get nameNumber
|
* Get nameNumber
|
||||||
* @return nameNumber
|
* @return nameNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "1.234", value = "")
|
@ApiModelProperty(example = "1.234", value = "")
|
||||||
public BigDecimal getNameNumber() {
|
public BigDecimal getNameNumber() {
|
||||||
return nameNumber;
|
return nameNumber;
|
||||||
@ -266,7 +266,7 @@ public class XmlItem {
|
|||||||
* Get nameInteger
|
* Get nameInteger
|
||||||
* @return nameInteger
|
* @return nameInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "-2", value = "")
|
@ApiModelProperty(example = "-2", value = "")
|
||||||
public Integer getNameInteger() {
|
public Integer getNameInteger() {
|
||||||
return nameInteger;
|
return nameInteger;
|
||||||
@ -285,7 +285,7 @@ public class XmlItem {
|
|||||||
* Get nameBoolean
|
* Get nameBoolean
|
||||||
* @return nameBoolean
|
* @return nameBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "true", value = "")
|
@ApiModelProperty(example = "true", value = "")
|
||||||
public Boolean getNameBoolean() {
|
public Boolean getNameBoolean() {
|
||||||
return nameBoolean;
|
return nameBoolean;
|
||||||
@ -312,7 +312,7 @@ public class XmlItem {
|
|||||||
* Get nameArray
|
* Get nameArray
|
||||||
* @return nameArray
|
* @return nameArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getNameArray() {
|
public List<Integer> getNameArray() {
|
||||||
return nameArray;
|
return nameArray;
|
||||||
@ -339,7 +339,7 @@ public class XmlItem {
|
|||||||
* Get nameWrappedArray
|
* Get nameWrappedArray
|
||||||
* @return nameWrappedArray
|
* @return nameWrappedArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getNameWrappedArray() {
|
public List<Integer> getNameWrappedArray() {
|
||||||
return nameWrappedArray;
|
return nameWrappedArray;
|
||||||
@ -358,7 +358,7 @@ public class XmlItem {
|
|||||||
* Get prefixString
|
* Get prefixString
|
||||||
* @return prefixString
|
* @return prefixString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "string", value = "")
|
@ApiModelProperty(example = "string", value = "")
|
||||||
public String getPrefixString() {
|
public String getPrefixString() {
|
||||||
return prefixString;
|
return prefixString;
|
||||||
@ -377,7 +377,7 @@ public class XmlItem {
|
|||||||
* Get prefixNumber
|
* Get prefixNumber
|
||||||
* @return prefixNumber
|
* @return prefixNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "1.234", value = "")
|
@ApiModelProperty(example = "1.234", value = "")
|
||||||
public BigDecimal getPrefixNumber() {
|
public BigDecimal getPrefixNumber() {
|
||||||
return prefixNumber;
|
return prefixNumber;
|
||||||
@ -396,7 +396,7 @@ public class XmlItem {
|
|||||||
* Get prefixInteger
|
* Get prefixInteger
|
||||||
* @return prefixInteger
|
* @return prefixInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "-2", value = "")
|
@ApiModelProperty(example = "-2", value = "")
|
||||||
public Integer getPrefixInteger() {
|
public Integer getPrefixInteger() {
|
||||||
return prefixInteger;
|
return prefixInteger;
|
||||||
@ -415,7 +415,7 @@ public class XmlItem {
|
|||||||
* Get prefixBoolean
|
* Get prefixBoolean
|
||||||
* @return prefixBoolean
|
* @return prefixBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "true", value = "")
|
@ApiModelProperty(example = "true", value = "")
|
||||||
public Boolean getPrefixBoolean() {
|
public Boolean getPrefixBoolean() {
|
||||||
return prefixBoolean;
|
return prefixBoolean;
|
||||||
@ -442,7 +442,7 @@ public class XmlItem {
|
|||||||
* Get prefixArray
|
* Get prefixArray
|
||||||
* @return prefixArray
|
* @return prefixArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getPrefixArray() {
|
public List<Integer> getPrefixArray() {
|
||||||
return prefixArray;
|
return prefixArray;
|
||||||
@ -469,7 +469,7 @@ public class XmlItem {
|
|||||||
* Get prefixWrappedArray
|
* Get prefixWrappedArray
|
||||||
* @return prefixWrappedArray
|
* @return prefixWrappedArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getPrefixWrappedArray() {
|
public List<Integer> getPrefixWrappedArray() {
|
||||||
return prefixWrappedArray;
|
return prefixWrappedArray;
|
||||||
@ -488,7 +488,7 @@ public class XmlItem {
|
|||||||
* Get namespaceString
|
* Get namespaceString
|
||||||
* @return namespaceString
|
* @return namespaceString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "string", value = "")
|
@ApiModelProperty(example = "string", value = "")
|
||||||
public String getNamespaceString() {
|
public String getNamespaceString() {
|
||||||
return namespaceString;
|
return namespaceString;
|
||||||
@ -507,7 +507,7 @@ public class XmlItem {
|
|||||||
* Get namespaceNumber
|
* Get namespaceNumber
|
||||||
* @return namespaceNumber
|
* @return namespaceNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "1.234", value = "")
|
@ApiModelProperty(example = "1.234", value = "")
|
||||||
public BigDecimal getNamespaceNumber() {
|
public BigDecimal getNamespaceNumber() {
|
||||||
return namespaceNumber;
|
return namespaceNumber;
|
||||||
@ -526,7 +526,7 @@ public class XmlItem {
|
|||||||
* Get namespaceInteger
|
* Get namespaceInteger
|
||||||
* @return namespaceInteger
|
* @return namespaceInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "-2", value = "")
|
@ApiModelProperty(example = "-2", value = "")
|
||||||
public Integer getNamespaceInteger() {
|
public Integer getNamespaceInteger() {
|
||||||
return namespaceInteger;
|
return namespaceInteger;
|
||||||
@ -545,7 +545,7 @@ public class XmlItem {
|
|||||||
* Get namespaceBoolean
|
* Get namespaceBoolean
|
||||||
* @return namespaceBoolean
|
* @return namespaceBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "true", value = "")
|
@ApiModelProperty(example = "true", value = "")
|
||||||
public Boolean getNamespaceBoolean() {
|
public Boolean getNamespaceBoolean() {
|
||||||
return namespaceBoolean;
|
return namespaceBoolean;
|
||||||
@ -572,7 +572,7 @@ public class XmlItem {
|
|||||||
* Get namespaceArray
|
* Get namespaceArray
|
||||||
* @return namespaceArray
|
* @return namespaceArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getNamespaceArray() {
|
public List<Integer> getNamespaceArray() {
|
||||||
return namespaceArray;
|
return namespaceArray;
|
||||||
@ -599,7 +599,7 @@ public class XmlItem {
|
|||||||
* Get namespaceWrappedArray
|
* Get namespaceWrappedArray
|
||||||
* @return namespaceWrappedArray
|
* @return namespaceWrappedArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getNamespaceWrappedArray() {
|
public List<Integer> getNamespaceWrappedArray() {
|
||||||
return namespaceWrappedArray;
|
return namespaceWrappedArray;
|
||||||
@ -618,7 +618,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsString
|
* Get prefixNsString
|
||||||
* @return prefixNsString
|
* @return prefixNsString
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "string", value = "")
|
@ApiModelProperty(example = "string", value = "")
|
||||||
public String getPrefixNsString() {
|
public String getPrefixNsString() {
|
||||||
return prefixNsString;
|
return prefixNsString;
|
||||||
@ -637,7 +637,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsNumber
|
* Get prefixNsNumber
|
||||||
* @return prefixNsNumber
|
* @return prefixNsNumber
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "1.234", value = "")
|
@ApiModelProperty(example = "1.234", value = "")
|
||||||
public BigDecimal getPrefixNsNumber() {
|
public BigDecimal getPrefixNsNumber() {
|
||||||
return prefixNsNumber;
|
return prefixNsNumber;
|
||||||
@ -656,7 +656,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsInteger
|
* Get prefixNsInteger
|
||||||
* @return prefixNsInteger
|
* @return prefixNsInteger
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "-2", value = "")
|
@ApiModelProperty(example = "-2", value = "")
|
||||||
public Integer getPrefixNsInteger() {
|
public Integer getPrefixNsInteger() {
|
||||||
return prefixNsInteger;
|
return prefixNsInteger;
|
||||||
@ -675,7 +675,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsBoolean
|
* Get prefixNsBoolean
|
||||||
* @return prefixNsBoolean
|
* @return prefixNsBoolean
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(example = "true", value = "")
|
@ApiModelProperty(example = "true", value = "")
|
||||||
public Boolean getPrefixNsBoolean() {
|
public Boolean getPrefixNsBoolean() {
|
||||||
return prefixNsBoolean;
|
return prefixNsBoolean;
|
||||||
@ -702,7 +702,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsArray
|
* Get prefixNsArray
|
||||||
* @return prefixNsArray
|
* @return prefixNsArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getPrefixNsArray() {
|
public List<Integer> getPrefixNsArray() {
|
||||||
return prefixNsArray;
|
return prefixNsArray;
|
||||||
@ -729,7 +729,7 @@ public class XmlItem {
|
|||||||
* Get prefixNsWrappedArray
|
* Get prefixNsWrappedArray
|
||||||
* @return prefixNsWrappedArray
|
* @return prefixNsWrappedArray
|
||||||
**/
|
**/
|
||||||
@javax.annotation.Nullable
|
@javax.annotation.Nullable
|
||||||
@ApiModelProperty(value = "")
|
@ApiModelProperty(value = "")
|
||||||
public List<Integer> getPrefixNsWrappedArray() {
|
public List<Integer> getPrefixNsWrappedArray() {
|
||||||
return prefixNsWrappedArray;
|
return prefixNsWrappedArray;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user