@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ProtocolAlgorithms
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_REQUEST |
static java.lang.String |
JSON_PROPERTY_RESPONSE |
Constructor and Description |
---|
ProtocolAlgorithms() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ProtocolAlgorithmType |
getRequest()
Get request
|
ProtocolAlgorithmType |
getResponse()
Get response
|
int |
hashCode() |
ProtocolAlgorithms |
request(ProtocolAlgorithmType request) |
ProtocolAlgorithms |
response(ProtocolAlgorithmType response) |
void |
setRequest(ProtocolAlgorithmType request) |
void |
setResponse(ProtocolAlgorithmType response) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_REQUEST
public static final java.lang.String JSON_PROPERTY_RESPONSE
public ProtocolAlgorithms request(ProtocolAlgorithmType request)
@Nullable public ProtocolAlgorithmType getRequest()
public void setRequest(ProtocolAlgorithmType request)
public ProtocolAlgorithms response(ProtocolAlgorithmType response)
@Nullable public ProtocolAlgorithmType getResponse()
public void setResponse(ProtocolAlgorithmType response)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.