public static final class Descriptor.RestCallId extends Descriptor.CallId
Constructor and Description |
---|
RestCallId(Method method,
String pathPattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Method |
method()
The HTTP method for the call.
|
String |
pathPattern()
The path pattern for the call.
|
String |
toString() |
public RestCallId(Method method, String pathPattern)
public Method method()
public String pathPattern()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object