ClusterDeviceInfo

public class ClusterDeviceInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.ClusterDeviceInfo


Classe permettant d'encapsuler les informations sur les appareils 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

getDeviceDescriptor

public DeviceDescriptor getDeviceDescriptor ()

Renvoie
DeviceDescriptor

getExtraInfo

public  getExtraInfo ()

Renvoie

getGroupName

public String getGroupName ()

Renvoie
String

getRunTarget

public String getRunTarget ()

Renvoie
String

toJSON

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