public class ImmutableOperationDescriptor extends Object implements OperationDescriptor
| Constructor and Description |
|---|
ImmutableOperationDescriptor(OperationId operationId,
String name,
String description,
OperationScope scope,
OperationType type,
List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
OperationId |
getOperationId() |
List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> |
getParameters() |
OperationScope |
getScope() |
OperationType |
getType() |
int |
hashCode() |
String |
toString() |
public ImmutableOperationDescriptor(OperationId operationId, String name, String description, OperationScope scope, OperationType type, List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> parameters)
public OperationId getOperationId()
getOperationId in interface OperationDescriptorpublic String getName()
getName in interface OperationDescriptorpublic String getDescription()
getDescription in interface OperationDescriptorpublic OperationScope getScope()
getScope in interface OperationDescriptorpublic OperationType getType()
getType in interface OperationDescriptorpublic List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> getParameters()
getParameters in interface OperationDescriptorCopyright © 2019. All Rights Reserved.