com.ibm.datapower.wamt.amp
Class DeleteObjectResult

java.lang.Object
  extended by com.ibm.datapower.wamt.amp.DeleteObjectResult

public class DeleteObjectResult
extends java.lang.Object

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

COPYRIGHT_2012

public static final java.lang.String COPYRIGHT_2012
See Also:
Constant Field Values
Constructor Detail

DeleteObjectResult

public DeleteObjectResult(ConfigObject configObject,
                          boolean deleted,
                          boolean excluded,
                          java.lang.String errorMessage)
Construct a new ConfigObjectStatus object. In general this should be invoked only by Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean).

Parameters:
deleted - The deleted indicator
excluded - The excluded indicator
errorMessage - The error message
Method Detail

getName

public java.lang.String getName()
Get the name of this object.

Returns:
the String representation of this object's name

getClassName

public java.lang.String getClassName()
Get the class name of this object.

Returns:
the String representation of this object's class name

getClassDisplayName

public java.lang.String getClassDisplayName()
Get the class display name of this object.

Returns:
the String representation of this object's display name

getErrorMessage

public java.lang.String getErrorMessage()
Get the error message of this object when the delete operation is failed.

Returns:
the String representation of this object for the error message

getDeleted

public boolean getDeleted()
Get the deleted indicator of this object.

Returns:
true if this object is deleted, false otherwise.

getExcluded

public boolean getExcluded()
Get the excluded indicator of this object.

Returns:
true if this object is excluded, false otherwise.

toString

public java.lang.String toString()
Get a String representation of object for the purpose of debugging or tracing.

Overrides:
toString in class java.lang.Object
Returns:
a String representation


© Copyright IBM Corp. 2006, 2010 All Rights Reserved.