@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T15:36:44.645Z[UTC]")
public class MosaicAddressRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY |
| Constructor and Description |
|---|
MosaicAddressRestrictionDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
MosaicAddressRestrictionEntryWrapperDTO |
getMosaicRestrictionEntry()
Get mosaicRestrictionEntry
|
int |
hashCode() |
MosaicAddressRestrictionDTO |
mosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
void |
setMosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
public MosaicAddressRestrictionDTO mosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)
public MosaicAddressRestrictionEntryWrapperDTO getMosaicRestrictionEntry()
public void setMosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)
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