@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class HostedPage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_URL |
Constructor and Description |
---|
HostedPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HostedPageType |
getType()
Get type
|
String |
getUrl()
Get url
|
int |
hashCode() |
void |
setType(HostedPageType type) |
void |
setUrl(String url) |
String |
toString() |
HostedPage |
type(HostedPageType type) |
HostedPage |
url(String url) |
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_URL
public HostedPage type(HostedPageType type)
@Nonnull public HostedPageType getType()
public void setType(HostedPageType type)
public HostedPage url(String url)
public void setUrl(String url)
Copyright © 2017–2023 Okta. All rights reserved.