Class ParameterDetail
- java.lang.Object
-
- uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- All Implemented Interfaces:
Serializable
public class ParameterDetail extends Object implements Serializable
Simple POJO providing parameter details forNamedOperation
s.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParameterDetail.Builder
-
Constructor Summary
Constructors Constructor Description ParameterDetail(String description, Class clazz, boolean required, Object defaultValue, List options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Object
getDefaultValue()
String
getDescription()
List
getOptions()
Class
getValueClass()
int
hashCode()
boolean
isRequired()
void
setOptions(List options)
String
toString()
-