com.ibm.twss.spm.admin.svc
Class GetOperationRequest
java.lang.Object
com.ibm.twss.spm.admin.svc.GetOperationRequest
- All Implemented Interfaces:
- java.io.Serializable
public class GetOperationRequest
- extends java.lang.Object
- implements java.io.Serializable
Get operation request. Gets the operation definition for the specified
service and operation. The specified service may be an individual service or a
serice group. The specified operation may be the special 'ALL'
operation.
Get operation request message type.
service
Service identifier. May be an individual service or a service
group.
operation
Operation name. May be the special 'ALL' operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetOperationRequest
public GetOperationRequest()
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
Copyright © IBM Corp. All Rights Reserved.