Package org.plyct.plyex
Class Endpoint
- java.lang.Object
-
- org.plyct.plyex.Endpoint
-
public class Endpoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpoint.Method
-
Constructor Summary
Constructors Constructor Description Endpoint(Endpoint.Method method, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Endpoint.MethodgetMethod()java.lang.StringgetPath()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Endpoint
public Endpoint(Endpoint.Method method, java.lang.String path)
-
-
Method Detail
-
getMethod
public Endpoint.Method getMethod()
-
getPath
public java.lang.String getPath()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-