Package org.hihn.listenbrainz
Class Release200ResponseInner
java.lang.Object
org.hihn.listenbrainz.Release200ResponseInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class Release200ResponseInner
extends Object
Release200ResponseInner
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static Release200ResponseInner
Create an instance of Release200ResponseInner given an JSON stringGet releaseMbidGet totalListenCountGet totalUserCountint
hashCode()
releaseMbid
(UUID releaseMbid) void
setReleaseMbid
(UUID releaseMbid) void
setTotalListenCount
(Integer totalListenCount) void
setTotalUserCount
(Integer totalUserCount) toJson()
Convert an instance of Release200ResponseInner to an JSON stringtoString()
totalListenCount
(Integer totalListenCount) totalUserCount
(Integer totalUserCount) static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_TOTAL_LISTEN_COUNT
- See Also:
-
SERIALIZED_NAME_TOTAL_USER_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Release200ResponseInner
public Release200ResponseInner()
-
-
Method Details
-
releaseMbid
-
getReleaseMbid
Get releaseMbid- Returns:
- releaseMbid
-
setReleaseMbid
-
totalListenCount
-
getTotalListenCount
Get totalListenCount- Returns:
- totalListenCount
-
setTotalListenCount
-
totalUserCount
-
getTotalUserCount
Get totalUserCount- Returns:
- totalUserCount
-
setTotalUserCount
-
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 Release200ResponseInner
-
fromJson
Create an instance of Release200ResponseInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of Release200ResponseInner
- Throws:
IOException
- if the JSON string is invalid with respect to Release200ResponseInner
-
toJson
Convert an instance of Release200ResponseInner to an JSON string- Returns:
- JSON string
-