Package com.qtsurfer.api.client.model
Class PublicLiveListLinks
java.lang.Object
com.qtsurfer.api.client.model.PublicLiveListLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class PublicLiveListLinks
extends Object
Present only when another page exists.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this PublicLiveListLinks object is equal to o.getNext()Get nextinthashCode()next(PublicLiveNextLink next) voidsetNext(PublicLiveNextLink next) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NEXT
- See Also:
-
-
Constructor Details
-
PublicLiveListLinks
public PublicLiveListLinks()
-
-
Method Details
-
next
-
getNext
Get next- Returns:
- next
-
setNext
-
equals
Return true if this PublicLiveListLinks object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-