Package model
Class FeesList
- java.lang.Object
-
- model.FeesList
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FeesList extends Object
FeesList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeesList.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EMBEDDEDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_PAGE
-
Constructor Summary
Constructors Constructor Description FeesList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FeesListembedded(FeesListEmbedded embedded)booleanequals(Object o)static FeesListfromJson(String jsonString)Create an instance of FeesList given an JSON stringFeesListEmbeddedgetEmbedded()Get embeddedListLinksgetLinks()Get linksPageOffsetgetPage()Get pageinthashCode()FeesListlinks(ListLinks links)FeesListpage(PageOffset page)voidsetEmbedded(FeesListEmbedded embedded)voidsetLinks(ListLinks links)voidsetPage(PageOffset page)StringtoJson()Convert an instance of FeesList to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PAGE
public static final String SERIALIZED_NAME_PAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMBEDDED
public static final String SERIALIZED_NAME_EMBEDDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
page
public FeesList page(PageOffset page)
-
getPage
@Nullable public PageOffset getPage()
Get page- Returns:
- page
-
setPage
public void setPage(PageOffset page)
-
embedded
public FeesList embedded(FeesListEmbedded embedded)
-
getEmbedded
@Nullable public FeesListEmbedded getEmbedded()
Get embedded- Returns:
- embedded
-
setEmbedded
public void setEmbedded(FeesListEmbedded embedded)
-
setLinks
public void setLinks(ListLinks links)
-
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 FeesList
-
fromJson
public static FeesList fromJson(String jsonString) throws IOException
Create an instance of FeesList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FeesList
- Throws:
IOException- if the JSON string is invalid with respect to FeesList
-
toJson
public String toJson()
Convert an instance of FeesList to an JSON string- Returns:
- JSON string
-
-