Class AssetStates


  • @Generated("jsonschema2pojo")
    public class AssetStates
    extends Object
    Asset States

    The list of valid states that may be applied to an asset, e.g. cash on hand, unable to liquidate, ready to sell, currently on market, jointly held, etc.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the asset state.")
        private String id
        ID

        The global identifier of the asset state. (Required)

      • title

        @JsonPropertyDescription("The full name of the asset state.")
        private String title
        Title

        The full name of the asset state. (Required)

      • description

        @JsonPropertyDescription("The description of the asset state.")
        private String description
        Description

        The description of the asset state.

    • Constructor Detail

      • AssetStates

        public AssetStates()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the asset state. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the asset state. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the asset state. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the asset state. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the asset state.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the asset state.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object