com.ibm.twss.spm.admin.svc
Class ResolveOperationEnabledRequest
java.lang.Object
com.ibm.twss.spm.admin.svc.ResolveOperationEnabledRequest
- All Implemented Interfaces:
- java.io.Serializable
public class ResolveOperationEnabledRequest
- extends java.lang.Object
- implements java.io.Serializable
Resolve operation enabled request. Specifies the name of the operation, and
which service it belongs to, whose enablement status to resolve. The service may be
an individual service or a service group. The special operation 'ALL' may be
supplied. This operation performs hierarchical resolution to determine whether or not
the supplied operation is enabled.
Resolve operation enabled 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 |
ResolveOperationEnabledRequest
public ResolveOperationEnabledRequest()
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.