Class MosaicAddressRestrictionDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.MosaicAddressRestrictionDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class MosaicAddressRestrictionDTO extends java.lang.ObjectMosaicAddressRestrictionDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
-
Constructor Summary
Constructors Constructor Description MosaicAddressRestrictionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)MosaicAddressRestrictionEntryWrapperDTOgetMosaicRestrictionEntry()Get mosaicRestrictionEntryinthashCode()MosaicAddressRestrictionDTOmosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)voidsetMosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
public static final java.lang.String JSON_PROPERTY_MOSAIC_RESTRICTION_ENTRY
- See Also:
- Constant Field Values
-
-
Method Detail
-
mosaicRestrictionEntry
public MosaicAddressRestrictionDTO mosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)
-
getMosaicRestrictionEntry
public MosaicAddressRestrictionEntryWrapperDTO getMosaicRestrictionEntry()
Get mosaicRestrictionEntry- Returns:
- mosaicRestrictionEntry
-
setMosaicRestrictionEntry
public void setMosaicRestrictionEntry(MosaicAddressRestrictionEntryWrapperDTO mosaicRestrictionEntry)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-