@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class InlineHookResponseCommandValue extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_OP |
static String |
JSON_PROPERTY_PATH |
static String |
JSON_PROPERTY_VALUE |
Constructor and Description |
---|
InlineHookResponseCommandValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOp()
Get op
|
String |
getPath()
Get path
|
String |
getValue()
Get value
|
int |
hashCode() |
InlineHookResponseCommandValue |
op(String op) |
InlineHookResponseCommandValue |
path(String path) |
void |
setOp(String op) |
void |
setPath(String path) |
void |
setValue(String value) |
String |
toString() |
InlineHookResponseCommandValue |
value(String value) |
public static final String JSON_PROPERTY_OP
public static final String JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_VALUE
public InlineHookResponseCommandValue op(String op)
public void setOp(String op)
public InlineHookResponseCommandValue path(String path)
public void setPath(String path)
public InlineHookResponseCommandValue value(String value)
public void setValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.