@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class InlineHookResponseCommands
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_TYPE |
static java.lang.String |
JSON_PROPERTY_VALUE |
| Constructor and Description |
|---|
InlineHookResponseCommands() |
| Modifier and Type | Method and Description |
|---|---|
InlineHookResponseCommands |
addValueItem(InlineHookResponseCommandValue valueItem) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType()
Get type
|
java.util.List<InlineHookResponseCommandValue> |
getValue()
Get value
|
int |
hashCode() |
void |
setType(java.lang.String type) |
void |
setValue(java.util.List<InlineHookResponseCommandValue> value) |
java.lang.String |
toString() |
InlineHookResponseCommands |
type(java.lang.String type) |
InlineHookResponseCommands |
value(java.util.List<InlineHookResponseCommandValue> value) |
public static final java.lang.String JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_VALUE
public InlineHookResponseCommands type(java.lang.String type)
@Nullable public java.lang.String getType()
public void setType(java.lang.String type)
public InlineHookResponseCommands value(java.util.List<InlineHookResponseCommandValue> value)
public InlineHookResponseCommands addValueItem(InlineHookResponseCommandValue valueItem)
@Nullable public java.util.List<InlineHookResponseCommandValue> getValue()
public void setValue(java.util.List<InlineHookResponseCommandValue> value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.