public class RMBulkOperationResult
extends java.lang.Object
Constructor and Description |
---|
RMBulkOperationResult()
The default constructor used to retrieve an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the member variable msObjectId.
|
java.lang.String |
getMessage()
Returns a String value that represents the result of a bulk operation.
|
boolean |
isSuccess()
Specifies whether the bulk operations that have been performed on an
RMObject are successful or not.
|
void |
setLabel(java.lang.String asObjId)
Sets the value of the member variable msObjectId equal to the value provided
in the input parameter.
|
void |
setResult(java.lang.String asMsg,
boolean abSuccess)
Sets the value of the member variables msMsg and mbSuccess equal to the values
provided in the input parameters.
|
public RMBulkOperationResult()
public void setLabel(java.lang.String asObjId) throws RMException
asObjId
- A String that represents the GUID of an RM entity on which
an operation has been performed.RMException
- In case of any error, an RMException will be thrown.public void setResult(java.lang.String asMsg, boolean abSuccess) throws RMException
asMsg
- A String that represents the result of an operation that has
been performed on an RM entity.abSuccess
- A boolean variable that represents the result of an operation that
has been performed on an RM entity.RMException
- In case of any error, an RMException will be thrown.public boolean isSuccess() throws RMException
RMException
- In case of any error, an RMException will be thrown.public final java.lang.String getMessage() throws RMException
RMException
- In case of any error, an RMException will be thrown.public final java.lang.String getLabel() throws RMException
RMException
- In case of any error, an RMException will be thrown.© Copyright IBM Corp. 2003, 2013. All Rights Reserved.