@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
public class AccountAddressRestrictionTransactionDTO
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_MODIFICATIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_TYPE |
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 |
|---|
AccountAddressRestrictionTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountAddressRestrictionTransactionDTO |
addModificationsItem(AccountAddressRestrictionModificationDTO modificationsItem) |
AccountAddressRestrictionTransactionDTO |
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.util.List<AccountAddressRestrictionModificationDTO> |
getModifications()
Get modifications
|
AccountRestrictionTypeEnum |
getRestrictionType()
Get restrictionType
|
java.lang.String |
getSignature()
Entity's signature generated by the signer.
|
java.lang.String |
getSignerPublicKey()
Get signerPublicKey
|
java.lang.Integer |
getType()
Get type
|
java.lang.Integer |
getVersion()
Entity version.
|
int |
hashCode() |
AccountAddressRestrictionTransactionDTO |
maxFee(java.math.BigInteger maxFee) |
AccountAddressRestrictionTransactionDTO |
modifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications) |
AccountAddressRestrictionTransactionDTO |
restrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setDeadline(java.math.BigInteger deadline) |
void |
setMaxFee(java.math.BigInteger maxFee) |
void |
setModifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications) |
void |
setRestrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setSignature(java.lang.String signature) |
void |
setSignerPublicKey(java.lang.String signerPublicKey) |
void |
setType(java.lang.Integer type) |
void |
setVersion(java.lang.Integer version) |
AccountAddressRestrictionTransactionDTO |
signature(java.lang.String signature) |
AccountAddressRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
java.lang.String |
toString() |
AccountAddressRestrictionTransactionDTO |
type(java.lang.Integer type) |
AccountAddressRestrictionTransactionDTO |
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_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_TYPE
public static final java.lang.String JSON_PROPERTY_MODIFICATIONS
public AccountAddressRestrictionTransactionDTO()
public AccountAddressRestrictionTransactionDTO signature(java.lang.String signature)
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public AccountAddressRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public AccountAddressRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public AccountAddressRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public AccountAddressRestrictionTransactionDTO maxFee(java.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public AccountAddressRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger deadline)
public AccountAddressRestrictionTransactionDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountAddressRestrictionTransactionDTO modifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications)
public AccountAddressRestrictionTransactionDTO addModificationsItem(AccountAddressRestrictionModificationDTO modificationsItem)
public java.util.List<AccountAddressRestrictionModificationDTO> getModifications()
public void setModifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications)
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