Package com.okta.sdk.resource.model
Class ApiTokenNetwork
java.lang.Object
com.okta.sdk.resource.model.ApiTokenNetwork
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class ApiTokenNetwork
extends Object
implements Serializable
The Network Condition of the API Token
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddexcludeItem(String excludeItem) addincludeItem(String includeItem) connection(String connection) booleanThe connection type of the Network ConditionList of excluded IP network zonesList of included IP network zonesinthashCode()voidsetConnection(String connection) voidsetExclude(List<String> exclude) voidsetInclude(List<String> include) toString()
-
Field Details
-
JSON_PROPERTY_CONNECTION
- See Also:
-
JSON_PROPERTY_INCLUDE
- See Also:
-
JSON_PROPERTY_EXCLUDE
- See Also:
-
-
Constructor Details
-
ApiTokenNetwork
public ApiTokenNetwork()
-
-
Method Details
-
connection
-
getConnection
The connection type of the Network Condition- Returns:
- connection
-
setConnection
-
include
-
addincludeItem
-
getInclude
List of included IP network zones- Returns:
- include
-
setInclude
-
exclude
-
addexcludeItem
-
getExclude
List of excluded IP network zones- Returns:
- exclude
-
setExclude
-
equals
-
hashCode
public int hashCode() -
toString
-