@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-11T18:57:47.444Z[UTC]")
public class MosaicGlobalRestrictionEntryWrapperDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_COMPOSITE_HASH |
static java.lang.String |
SERIALIZED_NAME_ENTRY_TYPE |
static java.lang.String |
SERIALIZED_NAME_MOSAIC_ID |
static java.lang.String |
SERIALIZED_NAME_RESTRICTIONS |
| Constructor and Description |
|---|
MosaicGlobalRestrictionEntryWrapperDTO() |
public static final java.lang.String SERIALIZED_NAME_COMPOSITE_HASH
public static final java.lang.String SERIALIZED_NAME_ENTRY_TYPE
public static final java.lang.String SERIALIZED_NAME_MOSAIC_ID
public static final java.lang.String SERIALIZED_NAME_RESTRICTIONS
public MosaicGlobalRestrictionEntryWrapperDTO()
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