org.terracotta.management.capabilities.descriptors
Class CallDescriptor

java.lang.Object
  extended by org.terracotta.management.capabilities.descriptors.CallDescriptor
All Implemented Interfaces:
Serializable, Descriptor

public final class CallDescriptor
extends Object
implements Descriptor, Serializable

Author:
Ludovic Orban
See Also:
Serialized Form

Nested Class Summary
static class CallDescriptor.Parameter
           
 
Constructor Summary
CallDescriptor(String name, String returnType, List<CallDescriptor.Parameter> parameters)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 List<CallDescriptor.Parameter> getParameters()
           
 String getReturnType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallDescriptor

public CallDescriptor(String name,
                      String returnType,
                      List<CallDescriptor.Parameter> parameters)
Method Detail

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.