ClusterDeviceInfo

public class ClusterDeviceInfo
extends Object

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


Une classe pour encapsuler les informations de périphérique de cluster à télécharger.

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

getDeviceDescriptorgetDeviceDescriptor

public DeviceDescriptor getDeviceDescriptor ()

Retour
DeviceDescriptor

getExtraInfo

public  getExtraInfo ()

Retour

getGroupName

public String getGroupName ()

Retour
String

getRunTarget

public String getRunTarget ()

Retour
String

versJSON

public JSONObject toJSON ()

Génère l'objet JSON pour ces informations sur l'appareil.

Retour
JSONObject Équivalent JSONObject de ces informations sur l'appareil.

Lance
org.json.JSONException
JSONException