Informations sur l'appareil du cluster
public
class
ClusterDeviceInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.ClusterDeviceInfo |
Classe permettant d'encapsuler les informations sur l'appareil du cluster à importer.
Résumé
Classes imbriquées | |
---|---|
class |
ClusterDeviceInfo.Builder
|
Méthodes publiques | |
---|---|
DeviceDescriptor
|
getDeviceDescriptor()
|
|
getExtraInfo()
|
String
|
getGroupName()
|
String
|
getRunTarget()
|
JSONObject
|
toJSON()
Génère l'objet JSON pour ces informations sur l'appareil. |
Méthodes publiques
getExtraInfo
publicgetExtraInfo ()
Renvoie | |
---|---|
|
getGroupName
public String getGroupName ()
Renvoie | |
---|---|
String |
getRunTarget
public String getRunTarget ()
Renvoie | |
---|---|
String |
JSON
public JSONObject toJSON ()
Génère l'objet JSON pour ces informations sur l'appareil.
Renvoie | |
---|---|
JSONObject |
Équivalent JSONObject de ces informations sur l'appareil. |
Génère | |
---|---|
|
org.json.JSONException |
JSONException |