@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T21:11:31.580Z[UTC]")
public class MosaicAddressRestrictionTransactionDTO
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_VALUE |
static java.lang.String |
JSON_PROPERTY_PREVIOUS_RESTRICTION_VALUE |
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_TARGET_ADDRESS |
static java.lang.String |
JSON_PROPERTY_TYPE |
static java.lang.String |
JSON_PROPERTY_VERSION |
| Constructor and Description |
|---|
MosaicAddressRestrictionTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
MosaicAddressRestrictionTransactionDTO |
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
|
java.lang.String |
getNewRestrictionValue()
Restriction value.
|
java.lang.String |
getPreviousRestrictionValue()
Restriction value.
|
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.String |
getTargetAddress()
Address expressed in hexadecimal base.
|
java.lang.Integer |
getType()
Get type
|
java.lang.Integer |
getVersion()
Entity version.
|
int |
hashCode() |
MosaicAddressRestrictionTransactionDTO |
maxFee(java.lang.String maxFee) |
MosaicAddressRestrictionTransactionDTO |
mosaicId(java.lang.String mosaicId) |
MosaicAddressRestrictionTransactionDTO |
network(NetworkTypeEnum network) |
MosaicAddressRestrictionTransactionDTO |
newRestrictionValue(java.lang.String newRestrictionValue) |
MosaicAddressRestrictionTransactionDTO |
previousRestrictionValue(java.lang.String previousRestrictionValue) |
MosaicAddressRestrictionTransactionDTO |
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 |
setNewRestrictionValue(java.lang.String newRestrictionValue) |
void |
setPreviousRestrictionValue(java.lang.String previousRestrictionValue) |
void |
setRestrictionKey(java.lang.String restrictionKey) |
void |
setSignature(java.lang.String signature) |
void |
setSignerPublicKey(java.lang.String signerPublicKey) |
void |
setTargetAddress(java.lang.String targetAddress) |
void |
setType(java.lang.Integer type) |
void |
setVersion(java.lang.Integer version) |
MosaicAddressRestrictionTransactionDTO |
signature(java.lang.String signature) |
MosaicAddressRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
MosaicAddressRestrictionTransactionDTO |
targetAddress(java.lang.String targetAddress) |
java.lang.String |
toString() |
MosaicAddressRestrictionTransactionDTO |
type(java.lang.Integer type) |
MosaicAddressRestrictionTransactionDTO |
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_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_TARGET_ADDRESS
public MosaicAddressRestrictionTransactionDTO()
public MosaicAddressRestrictionTransactionDTO signature(java.lang.String signature)
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public MosaicAddressRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public MosaicAddressRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public MosaicAddressRestrictionTransactionDTO network(NetworkTypeEnum network)
public NetworkTypeEnum getNetwork()
public void setNetwork(NetworkTypeEnum network)
public MosaicAddressRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public MosaicAddressRestrictionTransactionDTO maxFee(java.lang.String maxFee)
public java.lang.String getMaxFee()
public void setMaxFee(java.lang.String maxFee)
public MosaicAddressRestrictionTransactionDTO deadline(java.lang.String deadline)
public java.lang.String getDeadline()
public void setDeadline(java.lang.String deadline)
public MosaicAddressRestrictionTransactionDTO mosaicId(java.lang.String mosaicId)
public java.lang.String getMosaicId()
public void setMosaicId(java.lang.String mosaicId)
public MosaicAddressRestrictionTransactionDTO restrictionKey(java.lang.String restrictionKey)
public java.lang.String getRestrictionKey()
public void setRestrictionKey(java.lang.String restrictionKey)
public MosaicAddressRestrictionTransactionDTO previousRestrictionValue(java.lang.String previousRestrictionValue)
public java.lang.String getPreviousRestrictionValue()
public void setPreviousRestrictionValue(java.lang.String previousRestrictionValue)
public MosaicAddressRestrictionTransactionDTO newRestrictionValue(java.lang.String newRestrictionValue)
public java.lang.String getNewRestrictionValue()
public void setNewRestrictionValue(java.lang.String newRestrictionValue)
public MosaicAddressRestrictionTransactionDTO targetAddress(java.lang.String targetAddress)
public java.lang.String getTargetAddress()
public void setTargetAddress(java.lang.String targetAddress)
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