@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AcsEndpoint extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_INDEX  | 
static String | 
JSON_PROPERTY_URL  | 
| Constructor and Description | 
|---|
AcsEndpoint()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Integer | 
getIndex()
Index of the URL in the array of ACS endpoints 
 | 
String | 
getUrl()
URL of the ACS 
 | 
int | 
hashCode()  | 
AcsEndpoint | 
index(Integer index)  | 
void | 
setIndex(Integer index)  | 
void | 
setUrl(String url)  | 
String | 
toString()  | 
AcsEndpoint | 
url(String url)  | 
public static final String JSON_PROPERTY_INDEX
public static final String JSON_PROPERTY_URL
public AcsEndpoint index(Integer index)
@Nonnull public Integer getIndex()
public void setIndex(Integer index)
public AcsEndpoint url(String url)
public void setUrl(String url)
Copyright © 2017–2023 Okta. All rights reserved.