@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupRule extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIONS |
static String |
JSON_PROPERTY_CONDITIONS |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupRule() |
Modifier and Type | Method and Description |
---|---|
GroupRule |
actions(GroupRuleAction actions) |
GroupRule |
conditions(GroupRuleConditions conditions) |
boolean |
equals(Object o) |
GroupRuleAction |
getActions()
Get actions
|
GroupRuleConditions |
getConditions()
Get conditions
|
OffsetDateTime |
getCreated()
Get created
|
String |
getId()
Get id
|
OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
String |
getName()
Get name
|
GroupRuleStatus |
getStatus()
Get status
|
String |
getType()
Get type
|
int |
hashCode() |
GroupRule |
name(String name) |
void |
setActions(GroupRuleAction actions) |
void |
setConditions(GroupRuleConditions conditions) |
void |
setName(String name) |
void |
setStatus(GroupRuleStatus status) |
void |
setType(String type) |
GroupRule |
status(GroupRuleStatus status) |
String |
toString() |
GroupRule |
type(String type) |
public static final String JSON_PROPERTY_ACTIONS
public static final String JSON_PROPERTY_CONDITIONS
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public static final 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 OffsetDateTime getCreated()
@Nullable public OffsetDateTime getLastUpdated()
public void setName(String name)
public GroupRule status(GroupRuleStatus status)
@Nullable public GroupRuleStatus getStatus()
public void setStatus(GroupRuleStatus status)
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.