public static final class PolicyViolationCause.Attribute
extends java.lang.Enum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static PolicyViolationCause.Attribute |
valueOf(java.lang.String name) |
static PolicyViolationCause.Attribute[] |
values() |
public static final PolicyViolationCause.Attribute ENTITY_ID
public static final PolicyViolationCause.Attribute NAME
public static final PolicyViolationCause.Attribute CREATE_DATE
public static final PolicyViolationCause.Attribute CREATE_BY_ID
public static final PolicyViolationCause.Attribute UPDATE_DATE
public static final PolicyViolationCause.Attribute UPDATE_BY_ID
public static final PolicyViolationCause.Attribute POLICY_VIOLATION_ID
public static final PolicyViolationCause.Attribute RULE_ID
public static final PolicyViolationCause.Attribute CAUSE
public static final PolicyViolationCause.Attribute CAUSE_REQUEST_ID
public static final PolicyViolationCause.Attribute STATUS
public static final PolicyViolationCause.Attribute ACTION
public static final PolicyViolationCause.Attribute RISK_ACCEPTED_EXPIRATION
public static final PolicyViolationCause.Attribute REMEDIATION_REQUEST_ID
public static final PolicyViolationCause.Attribute REMEDIATION_ENTITY_TYPE
public static final PolicyViolationCause.Attribute REMEDIATION_ENTITY_PARENT_ID
public static final PolicyViolationCause.Attribute REMEDIATION_ENTITY_ID
public static final PolicyViolationCause.Attribute COMMENT
public final java.lang.String attributeName
public static PolicyViolationCause.Attribute[] values()
public static PolicyViolationCause.Attribute valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum