Package model

Class TransfersListEmbedded


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class TransfersListEmbedded
    extends Object
    List of `Transfer` objects.
    • Constructor Detail

      • TransfersListEmbedded

        public TransfersListEmbedded()
    • Method Detail

      • getTransfers

        @Nullable
        public Set<Transfer> getTransfers()
        `Transfer` objects.
        Returns:
        transfers
      • setTransfers

        public void setTransfers​(Set<Transfer> transfers)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to TransfersListEmbedded
      • fromJson

        public static TransfersListEmbedded fromJson​(String jsonString)
                                              throws IOException
        Create an instance of TransfersListEmbedded given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of TransfersListEmbedded
        Throws:
        IOException - if the JSON string is invalid with respect to TransfersListEmbedded
      • toJson

        public String toJson()
        Convert an instance of TransfersListEmbedded to an JSON string
        Returns:
        JSON string