@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:43.352+02:00[Europe/Madrid]")
public class AccountOperationRestrictionTransactionDTO
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 |
|---|
AccountOperationRestrictionTransactionDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountOperationRestrictionTransactionDTO |
addModificationsItem(AccountOperationRestrictionModificationDTO modificationsItem) |
AccountOperationRestrictionTransactionDTO |
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<AccountOperationRestrictionModificationDTO> |
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() |
AccountOperationRestrictionTransactionDTO |
maxFee(java.math.BigInteger maxFee) |
AccountOperationRestrictionTransactionDTO |
modifications(java.util.List<AccountOperationRestrictionModificationDTO> modifications) |
AccountOperationRestrictionTransactionDTO |
restrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setDeadline(java.math.BigInteger deadline) |
void |
setMaxFee(java.math.BigInteger maxFee) |
void |
setModifications(java.util.List<AccountOperationRestrictionModificationDTO> 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) |
AccountOperationRestrictionTransactionDTO |
signature(java.lang.String signature) |
AccountOperationRestrictionTransactionDTO |
signerPublicKey(java.lang.String signerPublicKey) |
java.lang.String |
toString() |
AccountOperationRestrictionTransactionDTO |
type(java.lang.Integer type) |
AccountOperationRestrictionTransactionDTO |
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 AccountOperationRestrictionTransactionDTO()
public AccountOperationRestrictionTransactionDTO signature(java.lang.String signature)
public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public AccountOperationRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public AccountOperationRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public AccountOperationRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public AccountOperationRestrictionTransactionDTO maxFee(java.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public AccountOperationRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger deadline)
public AccountOperationRestrictionTransactionDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountOperationRestrictionTransactionDTO modifications(java.util.List<AccountOperationRestrictionModificationDTO> modifications)
public AccountOperationRestrictionTransactionDTO addModificationsItem(AccountOperationRestrictionModificationDTO modificationsItem)
public java.util.List<AccountOperationRestrictionModificationDTO> getModifications()
public void setModifications(java.util.List<AccountOperationRestrictionModificationDTO> 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