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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProtocolEndpoint
extends Object
implements Serializable
ProtocolEndpoint
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbinding
(ProtocolEndpointBinding binding) destination
(String destination) boolean
Get bindingGet destinationgetType()
Get typegetUrl()
Get urlint
hashCode()
void
setBinding
(ProtocolEndpointBinding binding) void
setDestination
(String destination) void
setType
(ProtocolEndpointType type) void
toString()
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
-