public static interface DetailsTypes.SysImgDetailsType extends DetailsTypes.ApiDetailsType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbi()
Gets the abi type (x86, armeabi-v7a, etc.) for this package.
|
IdDisplay |
getTag()
Sets the tag for this package.
|
IdDisplay |
getVendor()
Gets the vendor of this package.
|
boolean |
isValidAbi(java.lang.String value)
Checks whether
value is a valid abi type. |
void |
setAbi(java.lang.String abi)
Sets the abi type (x86, armeabi-v7a, etc.) for this package.
|
void |
setTag(IdDisplay tag)
Sets the tag for this package.
|
void |
setVendor(IdDisplay vendor)
Sets the vendor of this package.
|
getAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodenamevoid setAbi(@NonNull
java.lang.String abi)
@NonNull java.lang.String getAbi()
boolean isValidAbi(@Nullable
java.lang.String value)
value is a valid abi type.void setTag(@NonNull
IdDisplay tag)
@NonNull IdDisplay getTag()
void setVendor(@Nullable
IdDisplay vendor)
@Nullable IdDisplay getVendor()