|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.amp.DeleteObjectResult
public class DeleteObjectResult
This represents the data that would be returned from
Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean)
. Object of this class
is instantiated automatically by that method.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2012
|
Constructor Summary | |
---|---|
DeleteObjectResult(ConfigObject configObject,
boolean deleted,
boolean excluded,
java.lang.String errorMessage)
Construct a new ConfigObjectStatus object. |
Method Summary | |
---|---|
java.lang.String |
getClassDisplayName()
Get the class display name of this object. |
java.lang.String |
getClassName()
Get the class name of this object. |
boolean |
getDeleted()
Get the deleted indicator of this object. |
java.lang.String |
getErrorMessage()
Get the error message of this object when the delete operation is failed. |
boolean |
getExcluded()
Get the excluded indicator of this object. |
java.lang.String |
getName()
Get the name of this object. |
java.lang.String |
toString()
Get a String representation of object for the purpose of debugging or tracing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2012
Constructor Detail |
---|
public DeleteObjectResult(ConfigObject configObject, boolean deleted, boolean excluded, java.lang.String errorMessage)
Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean)
.
deleted
- The deleted indicatorexcluded
- The excluded indicatorerrorMessage
- The error messageMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.String getClassDisplayName()
public java.lang.String getErrorMessage()
public boolean getDeleted()
public boolean getExcluded()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |