Package org.hihn.listenbrainz
Class FeedEventsDeleteRequest
java.lang.Object
org.hihn.listenbrainz.FeedEventsDeleteRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class FeedEventsDeleteRequest
extends Object
FeedEventsDeleteRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FeedEventsDeleteRequestCreate an instance of FeedEventsDeleteRequest given an JSON stringGet eventTypegetId()Get idinthashCode()voidsetEventType(String eventType) voidtoJson()Convert an instance of FeedEventsDeleteRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_EVENT_TYPE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FeedEventsDeleteRequest
public FeedEventsDeleteRequest()
-
-
Method Details
-
eventType
-
getEventType
Get eventType- Returns:
- eventType
-
setEventType
-
id
-
getId
Get id- Returns:
- id
-
setId
-
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 FeedEventsDeleteRequest
-
fromJson
Create an instance of FeedEventsDeleteRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FeedEventsDeleteRequest
- Throws:
IOException- if the JSON string is invalid with respect to FeedEventsDeleteRequest
-
toJson
Convert an instance of FeedEventsDeleteRequest to an JSON string- Returns:
- JSON string
-