@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:10.865Z[UTC]")
public class PluginsPropertiesDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ACCOUNTLINK |
static java.lang.String |
JSON_PROPERTY_AGGREGATE |
static java.lang.String |
JSON_PROPERTY_LOCKHASH |
static java.lang.String |
JSON_PROPERTY_LOCKSECRET |
static java.lang.String |
JSON_PROPERTY_METADATA |
static java.lang.String |
JSON_PROPERTY_MOSAIC |
static java.lang.String |
JSON_PROPERTY_MULTISIG |
static java.lang.String |
JSON_PROPERTY_NAMESPACE |
static java.lang.String |
JSON_PROPERTY_RESTRICTIONACCOUNT |
static java.lang.String |
JSON_PROPERTY_RESTRICTIONMOSAIC |
static java.lang.String |
JSON_PROPERTY_TRANSFER |
| Constructor and Description |
|---|
PluginsPropertiesDTO() |
public static final java.lang.String JSON_PROPERTY_ACCOUNTLINK
public static final java.lang.String JSON_PROPERTY_AGGREGATE
public static final java.lang.String JSON_PROPERTY_LOCKHASH
public static final java.lang.String JSON_PROPERTY_LOCKSECRET
public static final java.lang.String JSON_PROPERTY_METADATA
public static final java.lang.String JSON_PROPERTY_MOSAIC
public static final java.lang.String JSON_PROPERTY_MULTISIG
public static final java.lang.String JSON_PROPERTY_NAMESPACE
public static final java.lang.String JSON_PROPERTY_RESTRICTIONACCOUNT
public static final java.lang.String JSON_PROPERTY_RESTRICTIONMOSAIC
public static final java.lang.String JSON_PROPERTY_TRANSFER
public PluginsPropertiesDTO accountlink(AccountKeyLinkNetworkPropertiesDTO accountlink)
@Nullable public AccountKeyLinkNetworkPropertiesDTO getAccountlink()
public void setAccountlink(AccountKeyLinkNetworkPropertiesDTO accountlink)
public PluginsPropertiesDTO aggregate(AggregateNetworkPropertiesDTO aggregate)
@Nullable public AggregateNetworkPropertiesDTO getAggregate()
public void setAggregate(AggregateNetworkPropertiesDTO aggregate)
public PluginsPropertiesDTO lockhash(HashLockNetworkPropertiesDTO lockhash)
@Nullable public HashLockNetworkPropertiesDTO getLockhash()
public void setLockhash(HashLockNetworkPropertiesDTO lockhash)
public PluginsPropertiesDTO locksecret(SecretLockNetworkPropertiesDTO locksecret)
@Nullable public SecretLockNetworkPropertiesDTO getLocksecret()
public void setLocksecret(SecretLockNetworkPropertiesDTO locksecret)
public PluginsPropertiesDTO metadata(MetadataNetworkPropertiesDTO metadata)
@Nullable public MetadataNetworkPropertiesDTO getMetadata()
public void setMetadata(MetadataNetworkPropertiesDTO metadata)
public PluginsPropertiesDTO mosaic(MosaicNetworkPropertiesDTO mosaic)
@Nullable public MosaicNetworkPropertiesDTO getMosaic()
public void setMosaic(MosaicNetworkPropertiesDTO mosaic)
public PluginsPropertiesDTO multisig(MultisigNetworkPropertiesDTO multisig)
@Nullable public MultisigNetworkPropertiesDTO getMultisig()
public void setMultisig(MultisigNetworkPropertiesDTO multisig)
public PluginsPropertiesDTO namespace(NamespaceNetworkPropertiesDTO namespace)
@Nullable public NamespaceNetworkPropertiesDTO getNamespace()
public void setNamespace(NamespaceNetworkPropertiesDTO namespace)
public PluginsPropertiesDTO restrictionaccount(AccountRestrictionNetworkPropertiesDTO restrictionaccount)
@Nullable public AccountRestrictionNetworkPropertiesDTO getRestrictionaccount()
public void setRestrictionaccount(AccountRestrictionNetworkPropertiesDTO restrictionaccount)
public PluginsPropertiesDTO restrictionmosaic(MosaicRestrictionNetworkPropertiesDTO restrictionmosaic)
@Nullable public MosaicRestrictionNetworkPropertiesDTO getRestrictionmosaic()
public void setRestrictionmosaic(MosaicRestrictionNetworkPropertiesDTO restrictionmosaic)
public PluginsPropertiesDTO transfer(TransferNetworkPropertiesDTO transfer)
@Nullable public TransferNetworkPropertiesDTO getTransfer()
public void setTransfer(TransferNetworkPropertiesDTO transfer)
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