@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T19:40:23.988-03:00[America/Argentina/Buenos_Aires]")
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_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 |
|---|
AccountOperationRestrictionTransactionDTO() |
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 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 network(NetworkTypeEnum network)
public NetworkTypeEnum getNetwork()
public void setNetwork(NetworkTypeEnum network)
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 restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountRestrictionFlagsEnum getRestrictionFlags()
public void setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountOperationRestrictionTransactionDTO restrictionAdditions(java.util.List<TransactionTypeEnum> restrictionAdditions)
public AccountOperationRestrictionTransactionDTO addRestrictionAdditionsItem(TransactionTypeEnum restrictionAdditionsItem)
public java.util.List<TransactionTypeEnum> getRestrictionAdditions()
public void setRestrictionAdditions(java.util.List<TransactionTypeEnum> restrictionAdditions)
public AccountOperationRestrictionTransactionDTO restrictionDeletions(java.util.List<TransactionTypeEnum> restrictionDeletions)
public AccountOperationRestrictionTransactionDTO addRestrictionDeletionsItem(TransactionTypeEnum restrictionDeletionsItem)
public java.util.List<TransactionTypeEnum> getRestrictionDeletions()
public void setRestrictionDeletions(java.util.List<TransactionTypeEnum> 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