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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
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
 
 -