Package org.apache.geode.management.api
Class ClusterManagementListOperationsResult<A extends ClusterManagementOperation<V>,V extends OperationResult>
java.lang.Object
org.apache.geode.management.api.ClusterManagementResult
org.apache.geode.management.api.ClusterManagementListOperationsResult<A,V>
- Type Parameters:
V- the result type associated with the operation type being listed
- All Implemented Interfaces:
Serializable
@Experimental
public class ClusterManagementListOperationsResult<A extends ClusterManagementOperation<V>,V extends OperationResult>
extends ClusterManagementResult
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.management.api.ClusterManagementResult
ClusterManagementResult.StatusCode -
Constructor Summary
ConstructorsConstructorDescriptionfor internal use only -
Method Summary
Modifier and TypeMethodDescriptionReturns the payload of the list callMethods inherited from class org.apache.geode.management.api.ClusterManagementResult
equals, getStatusCode, getStatusMessage, hashCode, isSuccessful, setLinks, setStatus, toString
-
Constructor Details
-
ClusterManagementListOperationsResult
for internal use only- Parameters:
result- the result to set
-
-
Method Details
-
getResult
Returns the payload of the list call- Returns:
- the payload of the list call
-