Class MosaicRestrictionNetworkPropertiesDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.MosaicRestrictionNetworkPropertiesDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class MosaicRestrictionNetworkPropertiesDTO extends java.lang.ObjectMosaicRestrictionNetworkPropertiesDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_MAX_MOSAIC_RESTRICTION_VALUES
-
Constructor Summary
Constructors Constructor Description MosaicRestrictionNetworkPropertiesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMaxMosaicRestrictionValues()Maximum number of mosaic restriction values.inthashCode()MosaicRestrictionNetworkPropertiesDTOmaxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)voidsetMaxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MAX_MOSAIC_RESTRICTION_VALUES
public static final java.lang.String JSON_PROPERTY_MAX_MOSAIC_RESTRICTION_VALUES
- See Also:
- Constant Field Values
-
-
Method Detail
-
maxMosaicRestrictionValues
public MosaicRestrictionNetworkPropertiesDTO maxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)
-
getMaxMosaicRestrictionValues
@Nullable public java.lang.String getMaxMosaicRestrictionValues()
Maximum number of mosaic restriction values.- Returns:
- maxMosaicRestrictionValues
-
setMaxMosaicRestrictionValues
public void setMaxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-