Package com.jcabi.github
Class Coordinates.Simple
java.lang.Object
com.jcabi.github.Coordinates.Simple
- All Implemented Interfaces:
Coordinates,Comparable<Coordinates>
- Enclosing interface:
- Coordinates
Jcabi.http implementation.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Coordinates
Coordinates.Https, Coordinates.Simple -
Field Summary
Fields inherited from interface com.jcabi.github.Coordinates
SEPARATOR -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Simple
Public ctor.- Parameters:
user- User namerepo- Repository name
-
Simple
Public ctor.- Parameters:
mnemo- Mnemo name
-
-
Method Details
-
toString
-
user
Description copied from interface:CoordinatesGet usr name.- Specified by:
userin interfaceCoordinates- Returns:
- User name
-
repo
Description copied from interface:CoordinatesGet rpo name.- Specified by:
repoin interfaceCoordinates- Returns:
- Repo name
-
compareTo
- Specified by:
compareToin interfaceComparable<Coordinates>
-
equals
-
hashCode
public int hashCode()
-