public abstract class ApiDetailsType extends com.android.repository.impl.generated.v1.TypeDetails implements DetailsTypes.ApiDetailsType
Java class for apiDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiDetailsType">
<complexContent>
<extension base="{http://schemas.android.com/repository/android/common/01}typeDetails">
<sequence>
<element name="api-level" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="codename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
apiLevel |
protected java.lang.String |
codename |
| Constructor and Description |
|---|
ApiDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getApiLevel()
Gets the value of the apiLevel property.
|
java.lang.String |
getCodename()
Gets the value of the codename property.
|
void |
setApiLevel(int value)
Sets the value of the apiLevel property.
|
void |
setCodename(java.lang.String value)
Sets the value of the codename property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndroidVersionpublic int getApiLevel()
getApiLevel in interface DetailsTypes.ApiDetailsTypepublic void setApiLevel(int value)
setApiLevel in interface DetailsTypes.ApiDetailsTypepublic java.lang.String getCodename()
getCodename in interface DetailsTypes.ApiDetailsTypeStringpublic void setCodename(java.lang.String value)
setCodename in interface DetailsTypes.ApiDetailsTypevalue - allowed object is
String