|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.PolicyResultDetail
public class PolicyResultDetail
Represents a detail about a policy result
| Field Summary | |
|---|---|
static int |
ERROR
Policy compliance error |
static int |
INFO
Policy compliance success |
static int |
PENDING
Policy result pending |
static int |
WARNING
Policy compliance warning |
| Constructor Summary | |
|---|---|
PolicyResultDetail()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
int |
getReturnCode()
|
void |
setMessage(java.lang.String message)
|
void |
setReturnCode(int returnCode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INFO
public static final int WARNING
public static final int ERROR
public static final int PENDING
| Constructor Detail |
|---|
public PolicyResultDetail()
| Method Detail |
|---|
public int getReturnCode()
public void setReturnCode(int returnCode)
returnCode - The returnCode to set.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - The message to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||