@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class MosaicGlobalRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ID |
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) |
java.lang.String |
getId()
Internal resource identifier.
|
MosaicGlobalRestrictionEntryWrapperDTO |
getMosaicRestrictionEntry()
Get mosaicRestrictionEntry
|
int |
hashCode() |
MosaicGlobalRestrictionDTO |
id(java.lang.String id) |
MosaicGlobalRestrictionDTO |
mosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
void |
setId(java.lang.String id) |
void |
setMosaicRestrictionEntry(MosaicGlobalRestrictionEntryWrapperDTO mosaicRestrictionEntry) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
public MosaicGlobalRestrictionDTO id(java.lang.String id)
public java.lang.String getId()
public void setId(java.lang.String id)
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