@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PolicyRule extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
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_PRIORITY  | 
static String | 
JSON_PROPERTY_STATUS  | 
static String | 
JSON_PROPERTY_SYSTEM  | 
static String | 
JSON_PROPERTY_TYPE  | 
protected PolicyRuleType | 
type  | 
| Constructor and Description | 
|---|
PolicyRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> | 
getCreated_JsonNullable()  | 
OffsetDateTime | 
getCreated()
Get created 
 | 
String | 
getId()
Get id 
 | 
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> | 
getLastUpdated_JsonNullable()  | 
OffsetDateTime | 
getLastUpdated()
Get lastUpdated 
 | 
String | 
getName()
Get name 
 | 
Integer | 
getPriority()
Get priority 
 | 
LifecycleStatus | 
getStatus()
Get status 
 | 
Boolean | 
getSystem()
Get system 
 | 
PolicyRuleType | 
getType()
Get type 
 | 
int | 
hashCode()  | 
PolicyRule | 
id(String id)  | 
PolicyRule | 
name(String name)  | 
PolicyRule | 
priority(Integer priority)  | 
void | 
setId(String id)  | 
void | 
setName(String name)  | 
void | 
setPriority(Integer priority)  | 
void | 
setStatus(LifecycleStatus status)  | 
void | 
setSystem(Boolean system)  | 
void | 
setType(PolicyRuleType type)  | 
PolicyRule | 
status(LifecycleStatus status)  | 
PolicyRule | 
system(Boolean system)  | 
String | 
toString()  | 
PolicyRule | 
type(PolicyRuleType type)  | 
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_PRIORITY
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_SYSTEM
public static final String JSON_PROPERTY_TYPE
protected PolicyRuleType type
@Nullable public OffsetDateTime getCreated()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreated_JsonNullable()
public PolicyRule id(String id)
public void setId(String id)
@Nullable public OffsetDateTime getLastUpdated()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLastUpdated_JsonNullable()
public PolicyRule name(String name)
public void setName(String name)
public PolicyRule priority(Integer priority)
public void setPriority(Integer priority)
public PolicyRule status(LifecycleStatus status)
@Nullable public LifecycleStatus getStatus()
public void setStatus(LifecycleStatus status)
public PolicyRule system(Boolean system)
public void setSystem(Boolean system)
public PolicyRule type(PolicyRuleType type)
@Nullable public PolicyRuleType getType()
public void setType(PolicyRuleType type)
Copyright © 2017–2023 Okta. All rights reserved.