public interface IPolicyStatus
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IPolicyStatus status)
Returns {0/1}, 0 will be returned when IPolicyStatus does not match the policy log level setting.
|
java.lang.String |
getName()
Gets the PolicyStatus Name.
|
boolean |
isFailure()
Returns true if the IPolicyStatus object is of type Failure.
|
boolean |
isInfo()
Returns true if the IPolicyStatus object is of type Info.
|
boolean |
isInProgress()
Returns true if the IPolicyStatus object is of type InProgress.
|
boolean |
isSuccess()
Returns true if the IPolicyStatus object is of type Success.
|
boolean |
isWarning()
Returns true if the IPolicyStatus object is of type Warning.
|
java.lang.String getName()
String
int compareTo(IPolicyStatus status)
status
- the reference object with which to compare.boolean isSuccess()
boolean isInfo()
boolean isWarning()
boolean isFailure()
boolean isInProgress()