|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.policy.ResultDetail
com.ibm.ram.policy.ArtifactResultDetail
public class ArtifactResultDetail
Represents a compliance test result detail at the asset artifact level
| Field Summary |
|---|
| Fields inherited from class com.ibm.ram.policy.ResultDetail |
|---|
ERROR, INFO, PENDING, WARNING |
| Constructor Summary | |
|---|---|
ArtifactResultDetail()
Default Constructor |
|
ArtifactResultDetail(Artifact artifact,
int returnCode,
java.lang.String message)
|
|
ArtifactResultDetail(java.lang.String name,
java.lang.String path,
int returnCode,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of the artifact |
java.lang.String |
getPath()
Return the path in the asset to the artifact |
void |
setName(java.lang.String name)
Set the name of the artifact |
void |
setPath(java.lang.String path)
Set the path to the artifact in the asset |
| Methods inherited from class com.ibm.ram.policy.ResultDetail |
|---|
deserialize, getMessage, getReturnCode, serialize, setMessage, setReturnCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArtifactResultDetail(Artifact artifact,
int returnCode,
java.lang.String message)
artifactDetail - The artifact this ResultDetail referencesreturnCode - The return code from the policymessage - The result message from the policy
public ArtifactResultDetail(java.lang.String name,
java.lang.String path,
int returnCode,
java.lang.String message)
name - The name of the artifact this ResultDetail referencespath - The path of the artifact this ResultDetail referencesreturnCode - The return code from the policymessage - The result message from the policypublic ArtifactResultDetail()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the artifactpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - The path of the artifact
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||