@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T19:40:23.988-03:00[America/Argentina/Buenos_Aires]")
public class MosaicGlobalRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY |
| Constructor and Description |
|---|
MosaicGlobalRestrictionDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
MosaicGlobalRestrictionEntryWrapperDTO |
getMosaicRestrictionEntry()
Get mosaicRestrictionEntry
|
int |
hashCode() |
MosaicGlobalRestrictionDTO |
mosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
void |
setMosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
public MosaicGlobalRestrictionDTO mosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO mosaicRestrictionEntry)
public MosaicGlobalRestrictionEntryWrapperDTO getMosaicRestrictionEntry()
public void setMosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO 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