Package org.hihn.listenbrainz
Class GetDumpInfo
java.lang.Object
org.hihn.listenbrainz.GetDumpInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class GetDumpInfo
extends Object
GetDumpInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static GetDumpInfo
Create an instance of GetDumpInfo given an JSON stringgetId()
Get idGet timestampint
hashCode()
void
void
setTimestamp
(String timestamp) toJson()
Convert an instance of GetDumpInfo to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_TIMESTAMP
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetDumpInfo
public GetDumpInfo()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
timestamp
-
getTimestamp
Get timestamp- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to GetDumpInfo
-
fromJson
Create an instance of GetDumpInfo given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of GetDumpInfo
- Throws:
IOException
- if the JSON string is invalid with respect to GetDumpInfo
-
toJson
Convert an instance of GetDumpInfo to an JSON string- Returns:
- JSON string
-