public class DefaultApiVersion extends Object
Basic implementation of ApiVersion
Constructor and description |
---|
DefaultApiVersion
(int apiLevel, String codename) |
DefaultApiVersion
(int apiLevel) |
DefaultApiVersion
(String codename) |
Type | Name and description |
---|---|
static com.android.builder.model.ApiVersion |
create(Object value) |
boolean |
equals(Object o) |
int |
getApiLevel() |
String |
getApiString() |
String |
getCodename() |
int |
hashCode() |
String |
toString() |