Package org.hihn.listenbrainz
Class ReleaseGroup200ResponseInner
java.lang.Object
org.hihn.listenbrainz.ReleaseGroup200ResponseInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ReleaseGroup200ResponseInner
extends Object
ReleaseGroup200ResponseInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ReleaseGroup200ResponseInner
Create an instance of ReleaseGroup200ResponseInner given an JSON stringGet releaseGroupMbidGet totalListenCountGet totalUserCountint
hashCode()
releaseGroupMbid
(UUID releaseGroupMbid) void
setReleaseGroupMbid
(UUID releaseGroupMbid) void
setTotalListenCount
(Integer totalListenCount) void
setTotalUserCount
(Integer totalUserCount) toJson()
Convert an instance of ReleaseGroup200ResponseInner 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_GROUP_MBID
- See Also:
-
SERIALIZED_NAME_TOTAL_LISTEN_COUNT
- See Also:
-
SERIALIZED_NAME_TOTAL_USER_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReleaseGroup200ResponseInner
public ReleaseGroup200ResponseInner()
-
-
Method Details
-
releaseGroupMbid
-
getReleaseGroupMbid
Get releaseGroupMbid- Returns:
- releaseGroupMbid
-
setReleaseGroupMbid
-
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 ReleaseGroup200ResponseInner
-
fromJson
Create an instance of ReleaseGroup200ResponseInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ReleaseGroup200ResponseInner
- Throws:
IOException
- if the JSON string is invalid with respect to ReleaseGroup200ResponseInner
-
toJson
Convert an instance of ReleaseGroup200ResponseInner to an JSON string- Returns:
- JSON string
-