@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class MosaicAddressRestrictionEntryWrapperDTO
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_TARGET_ADDRESS |
static java.lang.String |
JSON_PROPERTY_VERSION |
| Constructor and Description |
|---|
MosaicAddressRestrictionEntryWrapperDTO() |
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_TARGET_ADDRESS
public static final java.lang.String JSON_PROPERTY_RESTRICTIONS
public MosaicAddressRestrictionEntryWrapperDTO()
public MosaicAddressRestrictionEntryWrapperDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public MosaicAddressRestrictionEntryWrapperDTO compositeHash(java.lang.String compositeHash)
public java.lang.String getCompositeHash()
public void setCompositeHash(java.lang.String compositeHash)
public MosaicAddressRestrictionEntryWrapperDTO entryType(MosaicRestrictionEntryTypeEnum entryType)
public MosaicRestrictionEntryTypeEnum getEntryType()
public void setEntryType(MosaicRestrictionEntryTypeEnum entryType)
public MosaicAddressRestrictionEntryWrapperDTO mosaicId(java.lang.String mosaicId)
public java.lang.String getMosaicId()
public void setMosaicId(java.lang.String mosaicId)
public MosaicAddressRestrictionEntryWrapperDTO targetAddress(java.lang.String targetAddress)
public java.lang.String getTargetAddress()
public void setTargetAddress(java.lang.String targetAddress)
public MosaicAddressRestrictionEntryWrapperDTO restrictions(java.util.List<MosaicAddressRestrictionEntryDTO> restrictions)
public MosaicAddressRestrictionEntryWrapperDTO addRestrictionsItem(MosaicAddressRestrictionEntryDTO restrictionsItem)
public java.util.List<MosaicAddressRestrictionEntryDTO> getRestrictions()
public void setRestrictions(java.util.List<MosaicAddressRestrictionEntryDTO> 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