@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-18T19:12:35.788Z[UTC]")
public class AccountMosaicRestrictionTransactionDTO
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_NETWORK |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_ADDITIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_DELETIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_FLAGS |
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 |
|---|
AccountMosaicRestrictionTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountMosaicRestrictionTransactionDTO |
addRestrictionAdditionsItem(java.lang.String restrictionAdditionsItem) |
AccountMosaicRestrictionTransactionDTO |
addRestrictionDeletionsItem(java.lang.String restrictionDeletionsItem) |
AccountMosaicRestrictionTransactionDTO |
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.
|
NetworkTypeEnum |
getNetwork()
Get network
|
java.util.List<java.lang.String> |
getRestrictionAdditions()
Account restriction additions.
|
java.util.List<java.lang.String> |
getRestrictionDeletions()
Account restriction deletions.
|
AccountRestrictionFlagsEnum |
getRestrictionFlags()
Get restrictionFlags
|
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() |
AccountMosaicRestrictionTransactionDTO |
maxFee(java.math.BigInteger maxFee) |
AccountMosaicRestrictionTransactionDTO |
network(NetworkTypeEnum network) |
AccountMosaicRestrictionTransactionDTO |
restrictionAdditions(java.util.List<java.lang.String> restrictionAdditions) |
AccountMosaicRestrictionTransactionDTO |
restrictionDeletions(java.util.List<java.lang.String> restrictionDeletions) |
AccountMosaicRestrictionTransactionDTO |
restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags) |
void |
setDeadline(java.math.BigInteger deadline) |
void |
setMaxFee(java.math.BigInteger maxFee) |
void |
setNetwork(NetworkTypeEnum network) |
void |
setRestrictionAdditions(java.util.List<java.lang.String> restrictionAdditions) |
void |
setRestrictionDeletions(java.util.List<java.lang.String> restrictionDeletions) |
void |
setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags) |
void |
setSignature(java.lang.String signature) |
void |
setSignerPublicKey(java.lang.String signerPublicKey) |
void |
setType(java.lang.Integer type) |
void |
setVersion(java.lang.Integer version) |
AccountMosaicRestrictionTransactionDTO |
signature(java.lang.String signature) |
AccountMosaicRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
java.lang.String |
toString() |
AccountMosaicRestrictionTransactionDTO |
type(java.lang.Integer type) |
AccountMosaicRestrictionTransactionDTO |
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_RESTRICTION_FLAGS
public static final java.lang.String JSON_PROPERTY_RESTRICTION_ADDITIONS
public static final java.lang.String JSON_PROPERTY_RESTRICTION_DELETIONS
public AccountMosaicRestrictionTransactionDTO()
public AccountMosaicRestrictionTransactionDTO signature(java.lang.String signature)
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public AccountMosaicRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public AccountMosaicRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public AccountMosaicRestrictionTransactionDTO network(NetworkTypeEnum network)
public NetworkTypeEnum getNetwork()
public void setNetwork(NetworkTypeEnum network)
public AccountMosaicRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public AccountMosaicRestrictionTransactionDTO maxFee(java.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public AccountMosaicRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger deadline)
public AccountMosaicRestrictionTransactionDTO restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountRestrictionFlagsEnum getRestrictionFlags()
public void setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountMosaicRestrictionTransactionDTO restrictionAdditions(java.util.List<java.lang.String> restrictionAdditions)
public AccountMosaicRestrictionTransactionDTO addRestrictionAdditionsItem(java.lang.String restrictionAdditionsItem)
public java.util.List<java.lang.String> getRestrictionAdditions()
public void setRestrictionAdditions(java.util.List<java.lang.String> restrictionAdditions)
public AccountMosaicRestrictionTransactionDTO restrictionDeletions(java.util.List<java.lang.String> restrictionDeletions)
public AccountMosaicRestrictionTransactionDTO addRestrictionDeletionsItem(java.lang.String restrictionDeletionsItem)
public java.util.List<java.lang.String> getRestrictionDeletions()
public void setRestrictionDeletions(java.util.List<java.lang.String> restrictionDeletions)
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