@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
public class EmbeddedAccountOperationRestrictionTransactionDTO
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_SIGNER_PUBLIC_KEY |
static java.lang.String |
JSON_PROPERTY_TYPE |
static java.lang.String |
JSON_PROPERTY_VERSION |
| Constructor and Description |
|---|
EmbeddedAccountOperationRestrictionTransactionDTO() |
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 EmbeddedAccountOperationRestrictionTransactionDTO()
public EmbeddedAccountOperationRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public EmbeddedAccountOperationRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public EmbeddedAccountOperationRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public EmbeddedAccountOperationRestrictionTransactionDTO maxFee(java.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public EmbeddedAccountOperationRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger deadline)
public EmbeddedAccountOperationRestrictionTransactionDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public EmbeddedAccountOperationRestrictionTransactionDTO modifications(java.util.List<AccountOperationRestrictionModificationDTO> modifications)
public EmbeddedAccountOperationRestrictionTransactionDTO 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