@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class UnreadCount extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UnreadCount.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_COUNT |
Constructor and Description |
---|
UnreadCount() |
Modifier and Type | Method and Description |
---|---|
UnreadCount |
count(Long count) |
boolean |
equals(Object o) |
static UnreadCount |
fromJson(String jsonString)
Create an instance of UnreadCount given an JSON string
|
Long |
getCount()
Get count
|
int |
hashCode() |
void |
setCount(Long count) |
String |
toJson()
Convert an instance of UnreadCount to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_COUNT
public UnreadCount count(Long count)
public void setCount(Long count)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to UnreadCountpublic static UnreadCount fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to UnreadCountpublic String toJson()
Copyright © 2023. All rights reserved.