Package com.okta.sdk.resource.model
Class SamlAcsInner
java.lang.Object
com.okta.sdk.resource.model.SamlAcsInner
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SamlAcsInner
extends Object
implements Serializable
SamlAcsInner
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getIndex()
Index of ACS URL.getUrl()
Assertion Consumer Service (ACS) URLint
hashCode()
index
(BigDecimal index) void
setIndex
(BigDecimal index) void
toString()
-
Field Details
-
JSON_PROPERTY_INDEX
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
SamlAcsInner
public SamlAcsInner()
-
-
Method Details
-
index
-
getIndex
Index of ACS URL. You can't reuse the same index in the ACS URL array. minimum: 0 maximum: 65535- Returns:
- index
-
setIndex
-
url
-
getUrl
Assertion Consumer Service (ACS) URL- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-