Package model

Class UpdateFeeRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class UpdateFeeRequest
    extends Object
    • Constructor Detail

      • UpdateFeeRequest

        public UpdateFeeRequest()
    • Method Detail

      • getTags

        @Nullable
        public Object getTags()
        Key value pair for annotating custom meta data (e.g. order numbers).
        Returns:
        tags
      • setTags

        public void setTags​(Object tags)
      • 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 UpdateFeeRequest
      • fromJson

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

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