Package org.symbol.sdk.symbol.models
Class AddressResolutionStatement
java.lang.Object
org.symbol.sdk.CatbufferType
org.symbol.sdk.symbol.models.AddressResolutionStatement
- All Implemented Interfaces:
Serializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressResolutionStatementdeserialize(ByteBuffer buffer) Deserializes an instance of this object from a byte payload.Reads a named field.Gets the resolutionEntries field.Gets the unresolved field.protected voidserializeInto(Writer buffer) Writes this object's fields into the supplied buffer.voidSets a named field.voidSets the resolutionEntries field.voidsetUnresolved(UnresolvedAddress value) Sets the unresolved 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.CatbufferType
asByteArray, asBytes, asInt, asList, asLong, serialize, sort, toJsonString
-
Field Details
-
TYPE_HINTS
-
-
Constructor Details
-
AddressResolutionStatement
public AddressResolutionStatement()Creates a new AddressResolutionStatement.
-
-
Method Details
-
typeHints
- AddressResolutionStatement.typeHints
- Returns the type-hint map driving the rule-based descriptor pipeline.
- Overrides:
typeHintsin classCatbufferType- Returns:
- Field-name → rule-key map.
-
setField
- AddressResolutionStatement.setField
- Sets a named field. Used by the rule-based descriptor pipeline.
- Overrides:
setFieldin classCatbufferType- Parameters:
name- Field name (descriptor key).value- Value to assign.
-
getField
- AddressResolutionStatement.getField
- Reads a named field. Used by the facade-level entity inspection helpers.
- Overrides:
getFieldin classCatbufferType- Parameters:
name- Field name.- Returns:
- Field value.
-
getUnresolved
- AddressResolutionStatement.getUnresolved
- Gets the unresolved field.
- Returns:
- The unresolved field.
-
setUnresolved
- AddressResolutionStatement.setUnresolved
- Sets the unresolved field.
- Parameters:
value- New unresolved value.
-
getResolutionEntries
- AddressResolutionStatement.getResolutionEntries
- Gets the resolutionEntries field.
- Returns:
- The resolutionEntries field.
-
setResolutionEntries
- AddressResolutionStatement.setResolutionEntries
- Sets the resolutionEntries field.
- Parameters:
value- New resolutionEntries value.
-
size
public int size()- AddressResolutionStatement.size
- Calculates the size of the object.
- Returns:
- Size of this object in bytes.
-
deserialize
- AddressResolutionStatement.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
- AddressResolutionStatement.serializeInto
- Writes this object's fields into the supplied buffer.
- Specified by:
serializeIntoin classCatbufferType- Parameters:
buffer- Output writer.
-
toString
- AddressResolutionStatement.toString
- Returns a string representation of this object.
-
toJson
- AddressResolutionStatement.toJson
- Converts this object to a JSON-serializable representation.
- Specified by:
toJsonin classCatbufferType- Returns:
- JSON-serializable representation of this object.
-