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