@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T21:45:14.408Z[UTC]")
public class MosaicGlobalRestrictionTransactionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_DEADLINE |
static java.lang.String |
JSON_PROPERTY_MAX_FEE |
static java.lang.String |
JSON_PROPERTY_MOSAIC_ID |
static java.lang.String |
JSON_PROPERTY_NETWORK |
static java.lang.String |
JSON_PROPERTY_NEW_RESTRICTION_TYPE |
static java.lang.String |
JSON_PROPERTY_NEW_RESTRICTION_VALUE |
static java.lang.String |
JSON_PROPERTY_PREVIOUS_RESTRICTION_TYPE |
static java.lang.String |
JSON_PROPERTY_PREVIOUS_RESTRICTION_VALUE |
static java.lang.String |
JSON_PROPERTY_REFERENCE_MOSAIC_ID |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_KEY |
static java.lang.String |
JSON_PROPERTY_SIGNATURE |
static java.lang.String |
JSON_PROPERTY_SIGNER_PUBLIC_KEY |
static java.lang.String |
JSON_PROPERTY_TYPE |
static java.lang.String |
JSON_PROPERTY_VERSION |
| Constructor and Description |
|---|
MosaicGlobalRestrictionTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
MosaicGlobalRestrictionTransactionDTO |
deadline(java.lang.String deadline) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDeadline()
Duration expressed in number of blocks.
|
java.lang.String |
getMaxFee()
Absolute amount.
|
java.lang.String |
getMosaicId()
Mosaic identifier.
|
NetworkTypeEnum |
getNetwork()
Get network
|
MosaicRestrictionTypeEnum |
getNewRestrictionType()
Get newRestrictionType
|
java.lang.String |
getNewRestrictionValue()
Restriction value.
|
MosaicRestrictionTypeEnum |
getPreviousRestrictionType()
Get previousRestrictionType
|
java.lang.String |
getPreviousRestrictionValue()
Restriction value.
|
java.lang.String |
getReferenceMosaicId()
Mosaic identifier.
|
java.lang.String |
getRestrictionKey()
Restriction key.
|
java.lang.String |
getSignature()
Entity's signature generated by the signer.
|
java.lang.String |
getSignerPublicKey()
Public key.
|
java.lang.Integer |
getType()
Get type
|
java.lang.Integer |
getVersion()
Entity version.
|
int |
hashCode() |
MosaicGlobalRestrictionTransactionDTO |
maxFee(java.lang.String maxFee) |
MosaicGlobalRestrictionTransactionDTO |
mosaicId(java.lang.String mosaicId) |
MosaicGlobalRestrictionTransactionDTO |
network(NetworkTypeEnum network) |
MosaicGlobalRestrictionTransactionDTO |
newRestrictionType(MosaicRestrictionTypeEnum newRestrictionType) |
MosaicGlobalRestrictionTransactionDTO |
newRestrictionValue(java.lang.String newRestrictionValue) |
MosaicGlobalRestrictionTransactionDTO |
previousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType) |
MosaicGlobalRestrictionTransactionDTO |
previousRestrictionValue(java.lang.String previousRestrictionValue) |
MosaicGlobalRestrictionTransactionDTO |
referenceMosaicId(java.lang.String referenceMosaicId) |
MosaicGlobalRestrictionTransactionDTO |
restrictionKey(java.lang.String restrictionKey) |
void |
setDeadline(java.lang.String deadline) |
void |
setMaxFee(java.lang.String maxFee) |
void |
setMosaicId(java.lang.String mosaicId) |
void |
setNetwork(NetworkTypeEnum network) |
void |
setNewRestrictionType(MosaicRestrictionTypeEnum newRestrictionType) |
void |
setNewRestrictionValue(java.lang.String newRestrictionValue) |
void |
setPreviousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType) |
void |
setPreviousRestrictionValue(java.lang.String previousRestrictionValue) |
void |
setReferenceMosaicId(java.lang.String referenceMosaicId) |
void |
setRestrictionKey(java.lang.String restrictionKey) |
void |
setSignature(java.lang.String signature) |
void |
setSignerPublicKey(java.lang.String signerPublicKey) |
void |
setType(java.lang.Integer type) |
void |
setVersion(java.lang.Integer version) |
MosaicGlobalRestrictionTransactionDTO |
signature(java.lang.String signature) |
MosaicGlobalRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
java.lang.String |
toString() |
MosaicGlobalRestrictionTransactionDTO |
type(java.lang.Integer type) |
MosaicGlobalRestrictionTransactionDTO |
version(java.lang.Integer version) |
public static final java.lang.String JSON_PROPERTY_SIGNATURE
public static final java.lang.String JSON_PROPERTY_SIGNER_PUBLIC_KEY
public static final java.lang.String JSON_PROPERTY_VERSION
public static final java.lang.String JSON_PROPERTY_NETWORK
public static final java.lang.String JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_MAX_FEE
public static final java.lang.String JSON_PROPERTY_DEADLINE
public static final java.lang.String JSON_PROPERTY_MOSAIC_ID
public static final java.lang.String JSON_PROPERTY_REFERENCE_MOSAIC_ID
public static final java.lang.String JSON_PROPERTY_RESTRICTION_KEY
public static final java.lang.String JSON_PROPERTY_PREVIOUS_RESTRICTION_VALUE
public static final java.lang.String JSON_PROPERTY_NEW_RESTRICTION_VALUE
public static final java.lang.String JSON_PROPERTY_PREVIOUS_RESTRICTION_TYPE
public static final java.lang.String JSON_PROPERTY_NEW_RESTRICTION_TYPE
public MosaicGlobalRestrictionTransactionDTO()
public MosaicGlobalRestrictionTransactionDTO signature(java.lang.String signature)
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public MosaicGlobalRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public MosaicGlobalRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public MosaicGlobalRestrictionTransactionDTO network(NetworkTypeEnum network)
public NetworkTypeEnum getNetwork()
public void setNetwork(NetworkTypeEnum network)
public MosaicGlobalRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public MosaicGlobalRestrictionTransactionDTO maxFee(java.lang.String maxFee)
public java.lang.String getMaxFee()
public void setMaxFee(java.lang.String maxFee)
public MosaicGlobalRestrictionTransactionDTO deadline(java.lang.String deadline)
public java.lang.String getDeadline()
public void setDeadline(java.lang.String deadline)
public MosaicGlobalRestrictionTransactionDTO mosaicId(java.lang.String mosaicId)
public java.lang.String getMosaicId()
public void setMosaicId(java.lang.String mosaicId)
public MosaicGlobalRestrictionTransactionDTO referenceMosaicId(java.lang.String referenceMosaicId)
public java.lang.String getReferenceMosaicId()
public void setReferenceMosaicId(java.lang.String referenceMosaicId)
public MosaicGlobalRestrictionTransactionDTO restrictionKey(java.lang.String restrictionKey)
public java.lang.String getRestrictionKey()
public void setRestrictionKey(java.lang.String restrictionKey)
public MosaicGlobalRestrictionTransactionDTO previousRestrictionValue(java.lang.String previousRestrictionValue)
public java.lang.String getPreviousRestrictionValue()
public void setPreviousRestrictionValue(java.lang.String previousRestrictionValue)
public MosaicGlobalRestrictionTransactionDTO newRestrictionValue(java.lang.String newRestrictionValue)
public java.lang.String getNewRestrictionValue()
public void setNewRestrictionValue(java.lang.String newRestrictionValue)
public MosaicGlobalRestrictionTransactionDTO previousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType)
public MosaicRestrictionTypeEnum getPreviousRestrictionType()
public void setPreviousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType)
public MosaicGlobalRestrictionTransactionDTO newRestrictionType(MosaicRestrictionTypeEnum newRestrictionType)
public MosaicRestrictionTypeEnum getNewRestrictionType()
public void setNewRestrictionType(MosaicRestrictionTypeEnum newRestrictionType)
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