@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-08-14T13:43:37.324Z[UTC]")
public class MosaicRestrictionNetworkPropertiesDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MAX_MOSAIC_RESTRICTION_VALUES |
| Constructor and Description |
|---|
MosaicRestrictionNetworkPropertiesDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMaxMosaicRestrictionValues()
Maximum number of mosaic restriction values.
|
int |
hashCode() |
MosaicRestrictionNetworkPropertiesDTO |
maxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues) |
void |
setMaxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MAX_MOSAIC_RESTRICTION_VALUES
public MosaicRestrictionNetworkPropertiesDTO()
public MosaicRestrictionNetworkPropertiesDTO maxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)
@Nullable public java.lang.String getMaxMosaicRestrictionValues()
public void setMaxMosaicRestrictionValues(java.lang.String maxMosaicRestrictionValues)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object