@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class MosaicGlobalRestrictionEntryWrapperDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_COMPOSITE_HASH |
static java.lang.String |
JSON_PROPERTY_ENTRY_TYPE |
static java.lang.String |
JSON_PROPERTY_MOSAIC_ID |
static java.lang.String |
JSON_PROPERTY_RESTRICTIONS |
static java.lang.String |
JSON_PROPERTY_VERSION |
| Constructor and Description |
|---|
MosaicGlobalRestrictionEntryWrapperDTO() |
public static final java.lang.String JSON_PROPERTY_VERSION
public static final java.lang.String JSON_PROPERTY_COMPOSITE_HASH
public static final java.lang.String JSON_PROPERTY_ENTRY_TYPE
public static final java.lang.String JSON_PROPERTY_MOSAIC_ID
public static final java.lang.String JSON_PROPERTY_RESTRICTIONS
public MosaicGlobalRestrictionEntryWrapperDTO()
public MosaicGlobalRestrictionEntryWrapperDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public MosaicGlobalRestrictionEntryWrapperDTO compositeHash(java.lang.String compositeHash)
public java.lang.String getCompositeHash()
public void setCompositeHash(java.lang.String compositeHash)
public MosaicGlobalRestrictionEntryWrapperDTO entryType(MosaicRestrictionEntryTypeEnum entryType)
public MosaicRestrictionEntryTypeEnum getEntryType()
public void setEntryType(MosaicRestrictionEntryTypeEnum entryType)
public MosaicGlobalRestrictionEntryWrapperDTO mosaicId(java.lang.String mosaicId)
public java.lang.String getMosaicId()
public void setMosaicId(java.lang.String mosaicId)
public MosaicGlobalRestrictionEntryWrapperDTO restrictions(java.util.List<MosaicGlobalRestrictionEntryDTO> restrictions)
public MosaicGlobalRestrictionEntryWrapperDTO addRestrictionsItem(MosaicGlobalRestrictionEntryDTO restrictionsItem)
public java.util.List<MosaicGlobalRestrictionEntryDTO> getRestrictions()
public void setRestrictions(java.util.List<MosaicGlobalRestrictionEntryDTO> restrictions)
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