Package org.hihn.listenbrainz
Class DeleteListen
java.lang.Object
org.hihn.listenbrainz.DeleteListen
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class DeleteListen
extends Object
DeleteListen
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DeleteListen
Create an instance of DeleteListen given an JSON stringGet listenedAtGet recordingMsidint
hashCode()
listenedAt
(Integer listenedAt) recordingMsid
(String recordingMsid) void
setListenedAt
(Integer listenedAt) void
setRecordingMsid
(String recordingMsid) toJson()
Convert an instance of DeleteListen 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_LISTENED_AT
- See Also:
-
SERIALIZED_NAME_RECORDING_MSID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DeleteListen
public DeleteListen()
-
-
Method Details
-
listenedAt
-
getListenedAt
Get listenedAt- Returns:
- listenedAt
-
setListenedAt
-
recordingMsid
-
getRecordingMsid
Get recordingMsid- Returns:
- recordingMsid
-
setRecordingMsid
-
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 DeleteListen
-
fromJson
Create an instance of DeleteListen given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of DeleteListen
- Throws:
IOException
- if the JSON string is invalid with respect to DeleteListen
-
toJson
Convert an instance of DeleteListen to an JSON string- Returns:
- JSON string
-