Package org.symbol.sdk.symbol.models
Class MosaicResolutionEntry
java.lang.Object
org.symbol.sdk.CatbufferType
org.symbol.sdk.symbol.models.MosaicResolutionEntry
- All Implemented Interfaces:
Serializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MosaicResolutionEntrydeserialize(ByteBuffer buffer) Deserializes an instance of this object from a byte payload.Reads a named field.Gets the resolvedValue field.Gets the source field.protected voidserializeInto(Writer buffer) Writes this object's fields into the supplied buffer.voidSets a named field.voidsetResolvedValue(MosaicId value) Sets the resolvedValue field.voidsetSource(ReceiptSource value) Sets the source field.intsize()Calculates the size of the object.voidsort()Sorts the collections of this object so that it can be serialized canonically.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, toJsonString
-
Field Details
-
TYPE_HINTS
-
-
Constructor Details
-
MosaicResolutionEntry
public MosaicResolutionEntry()Creates a new MosaicResolutionEntry.
-
-
Method Details
-
typeHints
- MosaicResolutionEntry.typeHints
- Returns the type-hint map driving the rule-based descriptor pipeline.
- Overrides:
typeHintsin classCatbufferType- Returns:
- Field-name → rule-key map.
-
setField
- MosaicResolutionEntry.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
- MosaicResolutionEntry.getField
- Reads a named field. Used by the facade-level entity inspection helpers.
- Overrides:
getFieldin classCatbufferType- Parameters:
name- Field name.- Returns:
- Field value.
-
sort
public void sort()- MosaicResolutionEntry.sort
- Sorts the collections of this object so that it can be serialized canonically.
- Overrides:
sortin classCatbufferType
-
getSource
- MosaicResolutionEntry.getSource
- Gets the source field.
- Returns:
- The source field.
-
setSource
- MosaicResolutionEntry.setSource
- Sets the source field.
- Parameters:
value- New source value.
-
getResolvedValue
- MosaicResolutionEntry.getResolvedValue
- Gets the resolvedValue field.
- Returns:
- The resolvedValue field.
-
setResolvedValue
- MosaicResolutionEntry.setResolvedValue
- Sets the resolvedValue field.
- Parameters:
value- New resolvedValue value.
-
size
public int size()- MosaicResolutionEntry.size
- Calculates the size of the object.
- Returns:
- Size of this object in bytes.
-
deserialize
- MosaicResolutionEntry.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
- MosaicResolutionEntry.serializeInto
- Writes this object's fields into the supplied buffer.
- Specified by:
serializeIntoin classCatbufferType- Parameters:
buffer- Output writer.
-
toString
- MosaicResolutionEntry.toString
- Returns a string representation of this object.
-
toJson
- MosaicResolutionEntry.toJson
- Converts this object to a JSON-serializable representation.
- Specified by:
toJsonin classCatbufferType- Returns:
- JSON-serializable representation of this object.
-