@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:45.632+02:00[Europe/Madrid]")
public class EmbeddedAccountAddressRestrictionTransactionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_DEADLINE |
static java.lang.String |
SERIALIZED_NAME_MAX_FEE |
static java.lang.String |
SERIALIZED_NAME_MODIFICATIONS |
static java.lang.String |
SERIALIZED_NAME_RESTRICTION_TYPE |
static java.lang.String |
SERIALIZED_NAME_SIGNER_PUBLIC_KEY |
static java.lang.String |
SERIALIZED_NAME_TYPE |
static java.lang.String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
EmbeddedAccountAddressRestrictionTransactionDTO() |
public static final java.lang.String SERIALIZED_NAME_SIGNER_PUBLIC_KEY
public static final java.lang.String SERIALIZED_NAME_VERSION
public static final java.lang.String SERIALIZED_NAME_TYPE
public static final java.lang.String SERIALIZED_NAME_MAX_FEE
public static final java.lang.String SERIALIZED_NAME_DEADLINE
public static final java.lang.String SERIALIZED_NAME_RESTRICTION_TYPE
public static final java.lang.String SERIALIZED_NAME_MODIFICATIONS
public EmbeddedAccountAddressRestrictionTransactionDTO()
public EmbeddedAccountAddressRestrictionTransactionDTO signerPublicKey(java.lang.String signerPublicKey)
public java.lang.String getSignerPublicKey()
public void setSignerPublicKey(java.lang.String signerPublicKey)
public EmbeddedAccountAddressRestrictionTransactionDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public EmbeddedAccountAddressRestrictionTransactionDTO type(java.lang.Integer type)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public EmbeddedAccountAddressRestrictionTransactionDTO maxFee(java.math.BigInteger maxFee)
public java.math.BigInteger getMaxFee()
public void setMaxFee(java.math.BigInteger maxFee)
public EmbeddedAccountAddressRestrictionTransactionDTO deadline(java.math.BigInteger deadline)
public java.math.BigInteger getDeadline()
public void setDeadline(java.math.BigInteger deadline)
public EmbeddedAccountAddressRestrictionTransactionDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public EmbeddedAccountAddressRestrictionTransactionDTO modifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications)
public EmbeddedAccountAddressRestrictionTransactionDTO 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