@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ProtocolAlgorithms extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_REQUEST |
static String |
JSON_PROPERTY_RESPONSE |
Constructor and Description |
---|
ProtocolAlgorithms() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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) |
String |
toString() |
public static final String JSON_PROPERTY_REQUEST
public static final 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)
Copyright © 2017–2023 Okta. All rights reserved.