Package com.okta.sdk.resource.model
Class ProtocolEndpoint
java.lang.Object
com.okta.sdk.resource.model.ProtocolEndpoint
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class ProtocolEndpoint
extends Object
implements Serializable
ProtocolEndpoint
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinding(ProtocolEndpointBinding binding) destination(String destination) booleanGet bindingGet destinationgetType()Get typegetUrl()Get urlinthashCode()voidsetBinding(ProtocolEndpointBinding binding) voidsetDestination(String destination) voidsetType(ProtocolEndpointType type) voidtoString()type(ProtocolEndpointType type)
-
Field Details
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_DESTINATION
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
ProtocolEndpoint
public ProtocolEndpoint()
-
-
Method Details
-
binding
-
getBinding
Get binding- Returns:
- binding
-
setBinding
-
destination
-
getDestination
Get destination- Returns:
- destination
-
setDestination
-
type
-
getType
Get type- Returns:
- type
-
setType
-
url
-
getUrl
Get url- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-