public class Repository extends Object implements Serializable, Comparable<Repository>
| Constructor and Description | 
|---|
Repository(String id,
          String type,
          String url)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Repository other)  | 
boolean | 
equals(Object o)  | 
String | 
getId()  | 
String | 
getType()  | 
String | 
getUrl()  | 
int | 
hashCode()  | 
public String getUrl()
public String getType()
public String getId()
public int compareTo(Repository other)
compareTo in interface Comparable<Repository>Copyright © 2016–2017. All rights reserved.