org.terracotta.management.capabilities.descriptors
Class CallDescriptor
java.lang.Object
org.terracotta.management.capabilities.descriptors.CallDescriptor
- All Implemented Interfaces:
- Descriptor
public class CallDescriptor
- extends Object
- implements Descriptor
- Author:
- Ludovic Orban
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 © 2015. All Rights Reserved.