@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PageRoot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_EMBEDDED |
static java.lang.String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
PageRoot() |
Modifier and Type | Method and Description |
---|---|
PageRoot |
embedded(PageRootEmbedded embedded) |
boolean |
equals(java.lang.Object o) |
PageRootEmbedded |
getEmbedded()
Get embedded
|
PageRootLinks |
getLinks()
Get links
|
int |
hashCode() |
PageRoot |
links(PageRootLinks links) |
void |
setEmbedded(PageRootEmbedded embedded) |
void |
setLinks(PageRootLinks links) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_EMBEDDED
public static final java.lang.String JSON_PROPERTY_LINKS
public PageRoot embedded(PageRootEmbedded embedded)
@Nullable public PageRootEmbedded getEmbedded()
public void setEmbedded(PageRootEmbedded embedded)
public PageRoot links(PageRootLinks links)
@Nullable public PageRootLinks getLinks()
public void setLinks(PageRootLinks links)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.