org.terracotta.management.capabilities.descriptors
Class CallDescriptor
java.lang.Object
org.terracotta.management.capabilities.descriptors.CallDescriptor
- All Implemented Interfaces:
- Serializable, Descriptor
public final class CallDescriptor
- extends Object
- implements Descriptor, Serializable
- Author:
- Ludovic Orban, Mathieu Carbou
- See Also:
- Serialized Form
CallDescriptor
public CallDescriptor(String name,
String returnType,
CallDescriptor.Parameter... parameters)
CallDescriptor
public CallDescriptor(String name,
String returnType,
List<CallDescriptor.Parameter> parameters)
getName
public String getName()
- Specified by:
getName in interface Descriptor
getReturnType
public String getReturnType()
getParameters
public List<CallDescriptor.Parameter> getParameters()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2016. All Rights Reserved.