@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[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_SIZE |
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.math.BigInteger deadline) |
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getDeadline()
Duration expressed in number of blocks.
|
java.math.BigInteger |
getMaxFee()
Absolute amount.
|
java.lang.String |
getMosaicId()
Mosaic identifier.
|
NetworkTypeEnum |
getNetwork()
Get network
|
MosaicRestrictionTypeEnum |
getNewRestrictionType()
Get newRestrictionType
|
java.math.BigInteger |
getNewRestrictionValue()
Restriction value.
|
MosaicRestrictionTypeEnum |
getPreviousRestrictionType()
Get previousRestrictionType
|
java.math.BigInteger |
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.Long |
getSize()
A number that allows uint 32 values.
|
java.lang.Integer |
getType()
Get type
|
java.lang.Integer |
getVersion()
Entity version.
|
int |
hashCode() |
MosaicGlobalRestrictionTransactionDTO |
maxFee(java.math.BigInteger maxFee) |
MosaicGlobalRestrictionTransactionDTO |
mosaicId(java.lang.String mosaicId) |
MosaicGlobalRestrictionTransactionDTO |
network(NetworkTypeEnum network) |
MosaicGlobalRestrictionTransactionDTO |
newRestrictionType(MosaicRestrictionTypeEnum newRestrictionType) |
MosaicGlobalRestrictionTransactionDTO |
newRestrictionValue(java.math.BigInteger newRestrictionValue) |
MosaicGlobalRestrictionTransactionDTO |
previousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType) |
MosaicGlobalRestrictionTransactionDTO |
previousRestrictionValue(java.math.BigInteger previousRestrictionValue) |
MosaicGlobalRestrictionTransactionDTO |
referenceMosaicId(java.lang.String referenceMosaicId) |
MosaicGlobalRestrictionTransactionDTO |
restrictionKey(java.lang.String restrictionKey) |
void |
setDeadline(java.math.BigInteger deadline) |
void |
setMaxFee(java.math.BigInteger maxFee) |
void |
setMosaicId(java.lang.String mosaicId) |
void |
setNetwork(NetworkTypeEnum network) |
void |
setNewRestrictionType(MosaicRestrictionTypeEnum newRestrictionType) |
void |
setNewRestrictionValue(java.math.BigInteger newRestrictionValue) |
void |
setPreviousRestrictionType(MosaicRestrictionTypeEnum previousRestrictionType) |
void |
setPreviousRestrictionValue(java.math.BigInteger 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 |
setSize(java.lang.Long size) |
void |
setType(java.lang.Integer type) |
void |
setVersion(java.lang.Integer version) |
MosaicGlobalRestrictionTransactionDTO |
signature(java.lang.String signature) |
MosaicGlobalRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
MosaicGlobalRestrictionTransactionDTO |
size(java.lang.Long size) |
java.lang.String |
toString() |
MosaicGlobalRestrictionTransactionDTO |
type(java.lang.Integer type) |
MosaicGlobalRestrictionTransactionDTO |
version(java.lang.Integer version) |
public static final java.lang.String JSON_PROPERTY_SIZE
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 size(java.lang.Long size)
public java.lang.Long getSize()
public void setSize(java.lang.Long size)
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.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public MosaicGlobalRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger 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.math.BigInteger previousRestrictionValue)
public java.math.BigInteger getPreviousRestrictionValue()
public void setPreviousRestrictionValue(java.math.BigInteger previousRestrictionValue)
public MosaicGlobalRestrictionTransactionDTO newRestrictionValue(java.math.BigInteger newRestrictionValue)
public java.math.BigInteger getNewRestrictionValue()
public void setNewRestrictionValue(java.math.BigInteger 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