@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class GroupRule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ACTIONS |
static java.lang.String |
JSON_PROPERTY_CONDITIONS |
static java.lang.String |
JSON_PROPERTY_CREATED |
static java.lang.String |
JSON_PROPERTY_ID |
static java.lang.String |
JSON_PROPERTY_LAST_UPDATED |
static java.lang.String |
JSON_PROPERTY_NAME |
static java.lang.String |
JSON_PROPERTY_STATUS |
static java.lang.String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupRule() |
Modifier and Type | Method and Description |
---|---|
GroupRule |
actions(GroupRuleAction actions) |
GroupRule |
conditions(GroupRuleConditions conditions) |
boolean |
equals(java.lang.Object o) |
GroupRuleAction |
getActions()
Get actions
|
GroupRuleConditions |
getConditions()
Get conditions
|
java.time.OffsetDateTime |
getCreated()
Get created
|
java.lang.String |
getId()
Get id
|
java.time.OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
java.lang.String |
getName()
Get name
|
GroupRuleStatus |
getStatus()
Get status
|
java.lang.String |
getType()
Get type
|
int |
hashCode() |
GroupRule |
name(java.lang.String name) |
void |
setActions(GroupRuleAction actions) |
void |
setConditions(GroupRuleConditions conditions) |
void |
setName(java.lang.String name) |
void |
setStatus(GroupRuleStatus status) |
void |
setType(java.lang.String type) |
GroupRule |
status(GroupRuleStatus status) |
java.lang.String |
toString() |
GroupRule |
type(java.lang.String type) |
public static final java.lang.String JSON_PROPERTY_ACTIONS
public static final java.lang.String JSON_PROPERTY_CONDITIONS
public static final java.lang.String JSON_PROPERTY_CREATED
public static final java.lang.String JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_LAST_UPDATED
public static final java.lang.String JSON_PROPERTY_NAME
public static final java.lang.String JSON_PROPERTY_STATUS
public static final java.lang.String JSON_PROPERTY_TYPE
public GroupRule actions(GroupRuleAction actions)
@Nullable public GroupRuleAction getActions()
public void setActions(GroupRuleAction actions)
public GroupRule conditions(GroupRuleConditions conditions)
@Nullable public GroupRuleConditions getConditions()
public void setConditions(GroupRuleConditions conditions)
@Nullable public java.time.OffsetDateTime getCreated()
@Nullable public java.lang.String getId()
@Nullable public java.time.OffsetDateTime getLastUpdated()
public GroupRule name(java.lang.String name)
@Nullable public java.lang.String getName()
public void setName(java.lang.String name)
public GroupRule status(GroupRuleStatus status)
@Nullable public GroupRuleStatus getStatus()
public void setStatus(GroupRuleStatus status)
public GroupRule type(java.lang.String type)
@Nullable public java.lang.String getType()
public void setType(java.lang.String type)
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.