Class Filter
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.Filter
-
public class Filter extends Object
Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilter.FilterBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSTstatic StringSERIALIZED_NAME_ENUMstatic StringSERIALIZED_NAME_EXCLUSIVE_MAXIMUMstatic StringSERIALIZED_NAME_EXCLUSIVE_MINIMUMstatic StringSERIALIZED_NAME_FORMATstatic StringSERIALIZED_NAME_MAX_LENGTHstatic StringSERIALIZED_NAME_MAXIMUMstatic StringSERIALIZED_NAME_MIN_LENGTHstatic StringSERIALIZED_NAME_MINIMUMstatic StringSERIALIZED_NAME_NOTstatic StringSERIALIZED_NAME_PATTERNstatic StringSERIALIZED_NAME_TYPE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Filter.FilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Objectget_const()List<Object>get_enum()ObjectgetExclusiveMaximum()ObjectgetExclusiveMinimum()StringgetFormat()ObjectgetMaximum()IntegergetMaxLength()ObjectgetMinimum()IntegergetMinLength()BooleangetNot()StringgetPattern()StringgetType()inthashCode()voidset_const(Object _const)voidset_enum(List<Object> _enum)voidsetExclusiveMaximum(Object exclusiveMaximum)voidsetExclusiveMinimum(Object exclusiveMinimum)voidsetFormat(String format)voidsetMaximum(Object maximum)voidsetMaxLength(Integer maxLength)voidsetMinimum(Object minimum)voidsetMinLength(Integer minLength)voidsetNot(Boolean not)voidsetPattern(String pattern)voidsetType(String type)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONST
public static final String SERIALIZED_NAME_CONST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENUM
public static final String SERIALIZED_NAME_ENUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXCLUSIVE_MAXIMUM
public static final String SERIALIZED_NAME_EXCLUSIVE_MAXIMUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXCLUSIVE_MINIMUM
public static final String SERIALIZED_NAME_EXCLUSIVE_MINIMUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORMAT
public static final String SERIALIZED_NAME_FORMAT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAX_LENGTH
public static final String SERIALIZED_NAME_MAX_LENGTH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAXIMUM
public static final String SERIALIZED_NAME_MAXIMUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MIN_LENGTH
public static final String SERIALIZED_NAME_MIN_LENGTH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MINIMUM
public static final String SERIALIZED_NAME_MINIMUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOT
public static final String SERIALIZED_NAME_NOT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PATTERN
public static final String SERIALIZED_NAME_PATTERN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static Filter.FilterBuilder builder()
-
get_const
public Object get_const()
-
getExclusiveMaximum
public Object getExclusiveMaximum()
-
getExclusiveMinimum
public Object getExclusiveMinimum()
-
getFormat
public String getFormat()
-
getMaxLength
public Integer getMaxLength()
-
getMaximum
public Object getMaximum()
-
getMinLength
public Integer getMinLength()
-
getMinimum
public Object getMinimum()
-
getNot
public Boolean getNot()
-
getPattern
public String getPattern()
-
getType
public String getType()
-
set_const
public void set_const(Object _const)
-
setExclusiveMaximum
public void setExclusiveMaximum(Object exclusiveMaximum)
-
setExclusiveMinimum
public void setExclusiveMinimum(Object exclusiveMinimum)
-
setFormat
public void setFormat(String format)
-
setMaxLength
public void setMaxLength(Integer maxLength)
-
setMaximum
public void setMaximum(Object maximum)
-
setMinLength
public void setMinLength(Integer minLength)
-
setMinimum
public void setMinimum(Object minimum)
-
setNot
public void setNot(Boolean not)
-
setPattern
public void setPattern(String pattern)
-
setType
public void setType(String type)
-
canEqual
protected boolean canEqual(Object other)
-
-