@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.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.