Class BalancePlatform


  • public class BalancePlatform
    extends Object
    BalancePlatform
    • Constructor Detail

      • BalancePlatform

        public BalancePlatform()
    • Method Detail

      • getDescription

        public String getDescription()
        Your description of the balance platform.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Your description of the balance platform.
        Parameters:
        description -
      • getId

        public String getId()
        The unique identifier of the balance platform.
        Returns:
        id
      • setId

        public void setId​(String id)
        The unique identifier of the balance platform.
        Parameters:
        id -
      • getStatus

        public String getStatus()
        The status of the balance platform. Possible values: **Active**, **Inactive**, **Closed**, **Suspended**.
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
        The status of the balance platform. Possible values: **Active**, **Inactive**, **Closed**, **Suspended**.
        Parameters:
        status -
      • equals

        public boolean equals​(Object o)
        Return true if this BalancePlatform object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static BalancePlatform fromJson​(String jsonString)
                                        throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of BalancePlatform given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of BalancePlatform
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to BalancePlatform
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of BalancePlatform to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException