Package model
Class UpdateFeeRequest
- java.lang.Object
-
- model.UpdateFeeRequest
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdateFeeRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateFeeRequest.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_TAGS
-
Constructor Summary
Constructors Constructor Description UpdateFeeRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static UpdateFeeRequestfromJson(String jsonString)Create an instance of UpdateFeeRequest given an JSON stringObjectgetTags()Key value pair for annotating custom meta data (e.g.inthashCode()voidsetTags(Object tags)UpdateFeeRequesttags(Object tags)StringtoJson()Convert an instance of UpdateFeeRequest to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
tags
public UpdateFeeRequest tags(Object tags)
-
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)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
-
-