Class PluginsPropertiesDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.PluginsPropertiesDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class PluginsPropertiesDTO extends java.lang.ObjectPlugin related configuration properties.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNTLINKstatic java.lang.StringJSON_PROPERTY_AGGREGATEstatic java.lang.StringJSON_PROPERTY_LOCKHASHstatic java.lang.StringJSON_PROPERTY_LOCKSECRETstatic java.lang.StringJSON_PROPERTY_METADATAstatic java.lang.StringJSON_PROPERTY_MOSAICstatic java.lang.StringJSON_PROPERTY_MULTISIGstatic java.lang.StringJSON_PROPERTY_NAMESPACEstatic java.lang.StringJSON_PROPERTY_RESTRICTIONACCOUNTstatic java.lang.StringJSON_PROPERTY_RESTRICTIONMOSAICstatic java.lang.StringJSON_PROPERTY_TRANSFER
-
Constructor Summary
Constructors Constructor Description PluginsPropertiesDTO()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNTLINK
public static final java.lang.String JSON_PROPERTY_ACCOUNTLINK
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AGGREGATE
public static final java.lang.String JSON_PROPERTY_AGGREGATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCKHASH
public static final java.lang.String JSON_PROPERTY_LOCKHASH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCKSECRET
public static final java.lang.String JSON_PROPERTY_LOCKSECRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METADATA
public static final java.lang.String JSON_PROPERTY_METADATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MOSAIC
public static final java.lang.String JSON_PROPERTY_MOSAIC
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MULTISIG
public static final java.lang.String JSON_PROPERTY_MULTISIG
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAMESPACE
public static final java.lang.String JSON_PROPERTY_NAMESPACE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESTRICTIONACCOUNT
public static final java.lang.String JSON_PROPERTY_RESTRICTIONACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESTRICTIONMOSAIC
public static final java.lang.String JSON_PROPERTY_RESTRICTIONMOSAIC
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TRANSFER
public static final java.lang.String JSON_PROPERTY_TRANSFER
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountlink
public PluginsPropertiesDTO accountlink(AccountKeyLinkNetworkPropertiesDTO accountlink)
-
getAccountlink
@Nullable public AccountKeyLinkNetworkPropertiesDTO getAccountlink()
Get accountlink- Returns:
- accountlink
-
setAccountlink
public void setAccountlink(AccountKeyLinkNetworkPropertiesDTO accountlink)
-
aggregate
public PluginsPropertiesDTO aggregate(AggregateNetworkPropertiesDTO aggregate)
-
getAggregate
@Nullable public AggregateNetworkPropertiesDTO getAggregate()
Get aggregate- Returns:
- aggregate
-
setAggregate
public void setAggregate(AggregateNetworkPropertiesDTO aggregate)
-
lockhash
public PluginsPropertiesDTO lockhash(HashLockNetworkPropertiesDTO lockhash)
-
getLockhash
@Nullable public HashLockNetworkPropertiesDTO getLockhash()
Get lockhash- Returns:
- lockhash
-
setLockhash
public void setLockhash(HashLockNetworkPropertiesDTO lockhash)
-
locksecret
public PluginsPropertiesDTO locksecret(SecretLockNetworkPropertiesDTO locksecret)
-
getLocksecret
@Nullable public SecretLockNetworkPropertiesDTO getLocksecret()
Get locksecret- Returns:
- locksecret
-
setLocksecret
public void setLocksecret(SecretLockNetworkPropertiesDTO locksecret)
-
metadata
public PluginsPropertiesDTO metadata(MetadataNetworkPropertiesDTO metadata)
-
getMetadata
@Nullable public MetadataNetworkPropertiesDTO getMetadata()
Get metadata- Returns:
- metadata
-
setMetadata
public void setMetadata(MetadataNetworkPropertiesDTO metadata)
-
mosaic
public PluginsPropertiesDTO mosaic(MosaicNetworkPropertiesDTO mosaic)
-
getMosaic
@Nullable public MosaicNetworkPropertiesDTO getMosaic()
Get mosaic- Returns:
- mosaic
-
setMosaic
public void setMosaic(MosaicNetworkPropertiesDTO mosaic)
-
multisig
public PluginsPropertiesDTO multisig(MultisigNetworkPropertiesDTO multisig)
-
getMultisig
@Nullable public MultisigNetworkPropertiesDTO getMultisig()
Get multisig- Returns:
- multisig
-
setMultisig
public void setMultisig(MultisigNetworkPropertiesDTO multisig)
-
namespace
public PluginsPropertiesDTO namespace(NamespaceNetworkPropertiesDTO namespace)
-
getNamespace
@Nullable public NamespaceNetworkPropertiesDTO getNamespace()
Get namespace- Returns:
- namespace
-
setNamespace
public void setNamespace(NamespaceNetworkPropertiesDTO namespace)
-
restrictionaccount
public PluginsPropertiesDTO restrictionaccount(AccountRestrictionNetworkPropertiesDTO restrictionaccount)
-
getRestrictionaccount
@Nullable public AccountRestrictionNetworkPropertiesDTO getRestrictionaccount()
Get restrictionaccount- Returns:
- restrictionaccount
-
setRestrictionaccount
public void setRestrictionaccount(AccountRestrictionNetworkPropertiesDTO restrictionaccount)
-
restrictionmosaic
public PluginsPropertiesDTO restrictionmosaic(MosaicRestrictionNetworkPropertiesDTO restrictionmosaic)
-
getRestrictionmosaic
@Nullable public MosaicRestrictionNetworkPropertiesDTO getRestrictionmosaic()
Get restrictionmosaic- Returns:
- restrictionmosaic
-
setRestrictionmosaic
public void setRestrictionmosaic(MosaicRestrictionNetworkPropertiesDTO restrictionmosaic)
-
transfer
public PluginsPropertiesDTO transfer(TransferNetworkPropertiesDTO transfer)
-
getTransfer
@Nullable public TransferNetworkPropertiesDTO getTransfer()
Get transfer- Returns:
- transfer
-
setTransfer
public void setTransfer(TransferNetworkPropertiesDTO transfer)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-