@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-11T18:57:47.444Z[UTC]")
public class MosaicAddressRestrictionEntryWrapperDTO
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 |
static java.lang.String |
SERIALIZED_NAME_TARGET_ADDRESS |
| Constructor and Description |
|---|
MosaicAddressRestrictionEntryWrapperDTO() |
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_TARGET_ADDRESS
public static final java.lang.String SERIALIZED_NAME_RESTRICTIONS
public MosaicAddressRestrictionEntryWrapperDTO()
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