public class ShieldRuleItemV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldRuleItemV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
The date and time when the shield rule was created.
|
protected String |
description
The description of the shield rule.
|
protected String |
id
The identifier of the shield rule.
|
protected OffsetDateTime |
modifiedAt
The date and time when the shield rule was last modified.
|
protected String |
name
The name of the shield rule.
|
protected EnumWrapper<ShieldRuleItemV2025R0PriorityField> |
priority
The priority level of the shield rule.
|
protected String |
ruleCategory
The category of the shield rule.
|
protected EnumWrapper<ShieldRuleItemV2025R0TypeField> |
type
The value will always be `shield_rule`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ShieldRuleItemV2025R0() |
protected |
ShieldRuleItemV2025R0(ShieldRuleItemV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
OffsetDateTime |
getModifiedAt() |
String |
getName() |
EnumWrapper<ShieldRuleItemV2025R0PriorityField> |
getPriority() |
String |
getRuleCategory() |
EnumWrapper<ShieldRuleItemV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<ShieldRuleItemV2025R0TypeField> type
protected String ruleCategory
protected String description
protected EnumWrapper<ShieldRuleItemV2025R0PriorityField> priority
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
public ShieldRuleItemV2025R0()
protected ShieldRuleItemV2025R0(ShieldRuleItemV2025R0.Builder builder)
public EnumWrapper<ShieldRuleItemV2025R0TypeField> getType()
public String getRuleCategory()
public String getDescription()
public EnumWrapper<ShieldRuleItemV2025R0PriorityField> getPriority()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()