@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class GroupRuleExpression extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_TYPE  | 
static String | 
JSON_PROPERTY_VALUE  | 
| Constructor and Description | 
|---|
GroupRuleExpression()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getType()
Get type 
 | 
String | 
getValue()
Get value 
 | 
int | 
hashCode()  | 
void | 
setType(String type)  | 
void | 
setValue(String value)  | 
String | 
toString()  | 
GroupRuleExpression | 
type(String type)  | 
GroupRuleExpression | 
value(String value)  | 
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public GroupRuleExpression type(String type)
public void setType(String type)
public GroupRuleExpression value(String value)
public void setValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.