@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PolicyRule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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_PRIORITY |
static java.lang.String |
JSON_PROPERTY_STATUS |
static java.lang.String |
JSON_PROPERTY_SYSTEM |
static java.lang.String |
JSON_PROPERTY_TYPE |
protected PolicyRuleType |
type |
Constructor and Description |
---|
PolicyRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> |
getCreated_JsonNullable() |
java.time.OffsetDateTime |
getCreated()
Get created
|
java.lang.String |
getId()
Get id
|
org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> |
getLastUpdated_JsonNullable() |
java.time.OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
java.lang.String |
getName()
Get name
|
java.lang.Integer |
getPriority()
Get priority
|
LifecycleStatus |
getStatus()
Get status
|
java.lang.Boolean |
getSystem()
Get system
|
PolicyRuleType |
getType()
Get type
|
int |
hashCode() |
PolicyRule |
id(java.lang.String id) |
PolicyRule |
name(java.lang.String name) |
PolicyRule |
priority(java.lang.Integer priority) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
void |
setPriority(java.lang.Integer priority) |
void |
setStatus(LifecycleStatus status) |
void |
setSystem(java.lang.Boolean system) |
void |
setType(PolicyRuleType type) |
PolicyRule |
status(LifecycleStatus status) |
PolicyRule |
system(java.lang.Boolean system) |
java.lang.String |
toString() |
PolicyRule |
type(PolicyRuleType type) |
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_PRIORITY
public static final java.lang.String JSON_PROPERTY_STATUS
public static final java.lang.String JSON_PROPERTY_SYSTEM
public static final java.lang.String JSON_PROPERTY_TYPE
protected PolicyRuleType type
@Nullable public java.time.OffsetDateTime getCreated()
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> getCreated_JsonNullable()
public PolicyRule id(java.lang.String id)
@Nullable public java.lang.String getId()
public void setId(java.lang.String id)
@Nullable public java.time.OffsetDateTime getLastUpdated()
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> getLastUpdated_JsonNullable()
public PolicyRule name(java.lang.String name)
@Nullable public java.lang.String getName()
public void setName(java.lang.String name)
public PolicyRule priority(java.lang.Integer priority)
@Nullable public java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
public PolicyRule status(LifecycleStatus status)
@Nullable public LifecycleStatus getStatus()
public void setStatus(LifecycleStatus status)
public PolicyRule system(java.lang.Boolean system)
@Nullable public java.lang.Boolean getSystem()
public void setSystem(java.lang.Boolean system)
public PolicyRule type(PolicyRuleType type)
@Nullable public PolicyRuleType getType()
public void setType(PolicyRuleType 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.