Class EmbeddedMultisigAccountModificationTransactionV1
- All Implemented Interfaces:
-
Field Summary
FieldsFields inherited from class org.symbol.sdk.symbol.models.EmbeddedTransaction
embeddedTransactionHeaderReserved_1, entityBodyReserved_1, network, signerPublicKey, type, version -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new EmbeddedMultisigAccountModificationTransactionV1. -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(ByteBuffer buffer) Deserializes an instance of this object from a byte payload.Gets the addressAdditions field.Gets the addressDeletions field.Reads a named field.intGets the minApprovalDelta field.intGets the minRemovalDelta field.protected voidserializeInto(Writer buffer) Writes this object's fields into the supplied buffer.voidsetAddressAdditions(List<UnresolvedAddress> value) Sets the addressAdditions field.voidsetAddressDeletions(List<UnresolvedAddress> value) Sets the addressDeletions field.voidSets a named field.voidsetMinApprovalDelta(int value) Sets the minApprovalDelta field.voidsetMinRemovalDelta(int value) Sets the minRemovalDelta field.intsize()Calculates the size of the object.toJson()Converts this object to a JSON-serializable representation.toString()Returns a string representation of this object.Returns the type-hint map driving the rule-based descriptor pipeline.Methods inherited from class org.symbol.sdk.symbol.models.EmbeddedTransaction
getNetwork, getSignerPublicKey, getType, getVersion, setNetwork, setSignerPublicKey, setType, setVersionMethods inherited from class org.symbol.sdk.CatbufferType
asByteArray, asBytes, asInt, asList, asLong, serialize, sort, toJsonStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.symbol.sdk.symbol.BaseTransaction
sortMethods inherited from interface org.symbol.sdk.Serializer
serialize
-
Field Details
-
TRANSACTION_VERSION
public static final int TRANSACTION_VERSION- See Also:
-
TRANSACTION_TYPE
-
TYPE_HINTS
-
-
Constructor Details
-
EmbeddedMultisigAccountModificationTransactionV1
public EmbeddedMultisigAccountModificationTransactionV1()Creates a new EmbeddedMultisigAccountModificationTransactionV1.
-
-
Method Details
-
typeHints
- EmbeddedMultisigAccountModificationTransactionV1.typeHints
Returns the type-hint map driving the rule-based descriptor pipeline.
- Overrides:
typeHintsin classEmbeddedTransaction- Returns:
Field-name → rule-key map.
-
setField
- EmbeddedMultisigAccountModificationTransactionV1.setField
Sets a named field. Used by the rule-based descriptor pipeline.
- Specified by:
setFieldin interfaceBaseTransaction- Overrides:
setFieldin classEmbeddedTransaction- Parameters:
name- Field name (descriptor key).value- Value to assign.
-
getField
- EmbeddedMultisigAccountModificationTransactionV1.getField
Reads a named field. Used by the facade-level entity inspection helpers.
- Specified by:
getFieldin interfaceBaseTransaction- Overrides:
getFieldin classEmbeddedTransaction- Parameters:
name- Field name.- Returns:
Field value.
-
getMinRemovalDelta
public int getMinRemovalDelta()- EmbeddedMultisigAccountModificationTransactionV1.getMinRemovalDelta
Gets the minRemovalDelta field.
- Returns:
The minRemovalDelta field.
-
setMinRemovalDelta
public void setMinRemovalDelta(int value) - EmbeddedMultisigAccountModificationTransactionV1.setMinRemovalDelta
Sets the minRemovalDelta field.
- Parameters:
value- New minRemovalDelta value.
-
getMinApprovalDelta
public int getMinApprovalDelta()- EmbeddedMultisigAccountModificationTransactionV1.getMinApprovalDelta
Gets the minApprovalDelta field.
- Returns:
The minApprovalDelta field.
-
setMinApprovalDelta
public void setMinApprovalDelta(int value) - EmbeddedMultisigAccountModificationTransactionV1.setMinApprovalDelta
Sets the minApprovalDelta field.
- Parameters:
value- New minApprovalDelta value.
-
getAddressAdditions
- EmbeddedMultisigAccountModificationTransactionV1.getAddressAdditions
Gets the addressAdditions field.
- Returns:
The addressAdditions field.
-
setAddressAdditions
- EmbeddedMultisigAccountModificationTransactionV1.setAddressAdditions
Sets the addressAdditions field.
- Parameters:
value- New addressAdditions value.
-
getAddressDeletions
- EmbeddedMultisigAccountModificationTransactionV1.getAddressDeletions
Gets the addressDeletions field.
- Returns:
The addressDeletions field.
-
setAddressDeletions
- EmbeddedMultisigAccountModificationTransactionV1.setAddressDeletions
Sets the addressDeletions field.
- Parameters:
value- New addressDeletions value.
-
size
public int size()- EmbeddedMultisigAccountModificationTransactionV1.size
Calculates the size of the object.
- Specified by:
sizein interfaceSerializer- Overrides:
sizein classEmbeddedTransaction- Returns:
Size of this object in bytes.
-
deserialize
- EmbeddedMultisigAccountModificationTransactionV1.deserialize
Deserializes an instance of this object from a byte payload.
- Parameters:
buffer- Output writer.- Returns:
Deserialized object.
- Throws:
IndexOutOfBoundsException- if the buffer is truncated or a declared length overruns itIllegalArgumentException- if a field carries an invalid value (e.g. a reserved field or unknown discriminator)
-
serializeInto
- EmbeddedMultisigAccountModificationTransactionV1.serializeInto
Writes this object's fields into the supplied buffer.
- Overrides:
serializeIntoin classEmbeddedTransaction- Parameters:
buffer- Output writer.
-
toString
- EmbeddedMultisigAccountModificationTransactionV1.toString
Returns a string representation of this object.
- Overrides:
toStringin classEmbeddedTransaction- Returns:
String representation of this object.
-
toJson
- EmbeddedMultisigAccountModificationTransactionV1.toJson
Converts this object to a JSON-serializable representation.
- Overrides:
toJsonin classEmbeddedTransaction- Returns:
JSON-serializable representation of this object.
-