Package org.hihn.listenbrainz
Class TopReleaseGroupsForUserPayload
java.lang.Object
org.hihn.listenbrainz.TopReleaseGroupsForUserPayload
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class TopReleaseGroupsForUserPayload
extends Object
TopReleaseGroupsForUserPayload
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReleaseGroupsItem
(ReleaseGroupsInner releaseGroupsItem) boolean
Create an instance of TopReleaseGroupsForUserPayload given an JSON stringgetCount()
Get countGet fromTsGet lastUpdatedGet offsetgetRange()
Get rangeGet releaseGroupsGet totalReleaseGroupCountgetToTs()
Get toTsGet userIdint
hashCode()
lastUpdated
(Integer lastUpdated) releaseGroups
(List<ReleaseGroupsInner> releaseGroups) void
void
void
setLastUpdated
(Integer lastUpdated) void
void
void
setReleaseGroups
(List<ReleaseGroupsInner> releaseGroups) void
setTotalReleaseGroupCount
(Integer totalReleaseGroupCount) void
void
toJson()
Convert an instance of TopReleaseGroupsForUserPayload to an JSON stringtoString()
totalReleaseGroupCount
(Integer totalReleaseGroupCount) static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_FROM_TS
- See Also:
-
SERIALIZED_NAME_LAST_UPDATED
- See Also:
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_RANGE
- See Also:
-
SERIALIZED_NAME_RELEASE_GROUPS
- See Also:
-
SERIALIZED_NAME_TO_TS
- See Also:
-
SERIALIZED_NAME_TOTAL_RELEASE_GROUP_COUNT
- See Also:
-
SERIALIZED_NAME_USER_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TopReleaseGroupsForUserPayload
public TopReleaseGroupsForUserPayload()
-
-
Method Details
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
fromTs
-
getFromTs
Get fromTs- Returns:
- fromTs
-
setFromTs
-
lastUpdated
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
setLastUpdated
-
offset
-
getOffset
Get offset- Returns:
- offset
-
setOffset
-
range
-
getRange
Get range- Returns:
- range
-
setRange
-
releaseGroups
-
addReleaseGroupsItem
-
getReleaseGroups
Get releaseGroups- Returns:
- releaseGroups
-
setReleaseGroups
-
toTs
-
getToTs
Get toTs- Returns:
- toTs
-
setToTs
-
totalReleaseGroupCount
-
getTotalReleaseGroupCount
Get totalReleaseGroupCount- Returns:
- totalReleaseGroupCount
-
setTotalReleaseGroupCount
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
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 TopReleaseGroupsForUserPayload
-
fromJson
Create an instance of TopReleaseGroupsForUserPayload given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of TopReleaseGroupsForUserPayload
- Throws:
IOException
- if the JSON string is invalid with respect to TopReleaseGroupsForUserPayload
-
toJson
Convert an instance of TopReleaseGroupsForUserPayload to an JSON string- Returns:
- JSON string
-