ClusterDeviceInfo
public class ClusterDeviceInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.ClusterDeviceInfo |
Uma classe para encapsular as informações do dispositivo de cluster a serem carregadas.
Resumo
Classes aninhadas |
---|
class | ClusterDeviceInfo.Builder |
Métodos públicos
getDeviceDescriptor
public DeviceDescriptor getDeviceDescriptor ()
Devoluções |
---|
DeviceDescriptor | |
getGroupName
public String getGroupName ()
getRunTarget
public String getRunTarget ()
toJSON
public JSONObject toJSON ()
Gera o objeto JSON para as informações deste dispositivo.
Devoluções |
---|
JSONObject | Equivalente JSONObject dessas informações do dispositivo. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[]
[]