Package org.hihn.listenbrainz
Class ItemDeleteRequest
java.lang.Object
org.hihn.listenbrainz.ItemDeleteRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ItemDeleteRequest
extends Object
ItemDeleteRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ItemDeleteRequestCreate an instance of ItemDeleteRequest given an JSON stringgetCount()Get countgetIndex()Get indexinthashCode()voidvoidtoJson()Convert an instance of ItemDeleteRequest 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_INDEX
- See Also:
-
SERIALIZED_NAME_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ItemDeleteRequest
public ItemDeleteRequest()
-
-
Method Details
-
index
-
getIndex
Get index- Returns:
- index
-
setIndex
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
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 ItemDeleteRequest
-
fromJson
Create an instance of ItemDeleteRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ItemDeleteRequest
- Throws:
IOException- if the JSON string is invalid with respect to ItemDeleteRequest
-
toJson
Convert an instance of ItemDeleteRequest to an JSON string- Returns:
- JSON string
-