DeviceDescriptor

public class DeviceDescriptor
extends Object

java.lang.Object
   ↳ com.android.tradefed.command.remote.DeviceDescriptor


एक क्लास, जिसमें टेस्ट में शामिल डिवाइस के बारे में जानकारी दी गई है.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

DeviceDescriptor()
DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state)

इसका इस्तेमाल ClusterDeviceMonitor में आसानी से अपडेट करने के लिए किया जाता है.

DeviceDescriptor(DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
DeviceDescriptor(DeviceDescriptor d, String serial, String displaySerial)

इसका इस्तेमाल प्लेसहोल्डर डिवाइसों के सीरियल को आसानी से अपडेट करने के लिए किया जाता है.

DeviceDescriptor(String serial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel)
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator)
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
DeviceDescriptor(String serial, String displaySerial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, TestDeviceState testDeviceState, String product, String productVariant, String sdkVersion, String buildId, String hardwareRevision, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, boolean isTemporary, String preconfiguredIp, Integer preconfiguredDeviceNumOffset, IDevice idevice)

सार्वजनिक तरीके

String getBatteryLevel()
String getBuildId()
String getDeviceClass()
IDevice.DeviceState getDeviceState()
String getDisplaySerial()
String getHardwareRevision()
String getMacAddress()
Integer getPreconfiguredDeviceNumOffset()
String getPreconfiguredIp()
String getProduct()
String getProductVariant()
String getProperty(String name)
String getSdkVersion()
String getSerial()
String getSimOperator()
String getSimState()
DeviceAllocationState getState()
TestDeviceState getTestDeviceState()
boolean isStubDevice()
boolean isTemporary()

यह बताता है कि डिवाइस को इस्तेमाल के बाद मिटाया जाएगा या नहीं.

String toString()

सीरियल, प्रॉडक्ट, और बिल्ड आईडी के साथ ब्यौरा देता है

सार्वजनिक कंस्ट्रक्टर

डिवाइस का ब्यौरा

public DeviceDescriptor ()

DeviceDescriptor

public DeviceDescriptor (DeviceDescriptor d, 
                DeviceAllocationState state)

इसका इस्तेमाल, ClusterDeviceMonitor में आसानी से स्थिति अपडेट करने के लिए किया जाता है.

पैरामीटर
d DeviceDescriptor

state DeviceAllocationState

DeviceDescriptor

public DeviceDescriptor (DeviceDescriptor d, 
                String preconfiguredIp, 
                Integer preconfiguredDeviceNumOffset)

पैरामीटर
d DeviceDescriptor

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

DeviceDescriptor

public DeviceDescriptor (DeviceDescriptor d, 
                String serial, 
                String displaySerial)

प्लेसहोल्डर डिवाइसों के लिए, सीरियल की स्थिति को आसानी से अपडेट करने के लिए इस्तेमाल किया जाता है.

पैरामीटर
d DeviceDescriptor

serial String

displaySerial String

DeviceDescriptor

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                IDevice.DeviceState deviceState, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel, 
                String deviceClass, 
                String macAddress, 
                String simState, 
                String simOperator, 
                IDevice idevice)

पैरामीटर
serial String

isStubDevice boolean

deviceState IDevice.DeviceState

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

idevice IDevice

DeviceDescriptor

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel)

पैरामीटर
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

DeviceDescriptor

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel, 
                String deviceClass, 
                String macAddress, 
                String simState, 
                String simOperator)

पैरामीटर
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

DeviceDescriptor

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel, 
                String deviceClass, 
                String macAddress, 
                String simState, 
                String simOperator, 
                IDevice idevice)

पैरामीटर
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

idevice IDevice

DeviceDescriptor

public DeviceDescriptor (String serial, 
                String displaySerial, 
                boolean isStubDevice, 
                IDevice.DeviceState deviceState, 
                DeviceAllocationState state, 
                TestDeviceState testDeviceState, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String hardwareRevision, 
                String batteryLevel, 
                String deviceClass, 
                String macAddress, 
                String simState, 
                String simOperator, 
                boolean isTemporary, 
                String preconfiguredIp, 
                Integer preconfiguredDeviceNumOffset, 
                IDevice idevice)

पैरामीटर
serial String

displaySerial String

isStubDevice boolean

deviceState IDevice.DeviceState

state DeviceAllocationState

testDeviceState TestDeviceState

product String

productVariant String

sdkVersion String

buildId String

hardwareRevision String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

isTemporary boolean

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

idevice IDevice

सार्वजनिक तरीके

getBatteryLevel

public String getBatteryLevel ()

रिटर्न
String

getBuildId

public String getBuildId ()

रिटर्न
String

'डिवाइस क्लास' पाएं

public String getDeviceClass ()

रिटर्न
String

getDeviceState

public IDevice.DeviceState getDeviceState ()

रिटर्न
IDevice.DeviceState

getDisplaySerial

public String getDisplaySerial ()

रिटर्न
String

getHardwareRevision

public String getHardwareRevision ()

रिटर्न
String

getMacAddress

public String getMacAddress ()

रिटर्न
String

पहले से कॉन्फ़िगर किया गया DeviceNumOffset

public Integer getPreconfiguredDeviceNumOffset ()

रिटर्न
Integer

getPreconfiguredIp

public String getPreconfiguredIp ()

रिटर्न
String

प्रॉडक्ट पाएं

public String getProduct ()

रिटर्न
String

getProductVariant

public String getProductVariant ()

रिटर्न
String

getProperty

public String getProperty (String name)

पैरामीटर
name String

रिटर्न
String

getSdkVersion

public String getSdkVersion ()

रिटर्न
String

getSerial

public String getSerial ()

रिटर्न
String

getSimOperator

public String getSimOperator ()

रिटर्न
String

getSimState

public String getSimState ()

रिटर्न
String

गेटस्टेट

public DeviceAllocationState getState ()

रिटर्न
DeviceAllocationState

getTestDeviceState

public TestDeviceState getTestDeviceState ()

रिटर्न
TestDeviceState

isStubDevice

public boolean isStubDevice ()

रिटर्न
boolean

isTemporary

public boolean isTemporary ()

यह बताता है कि शुरू करने के बाद, डिवाइस को मिटाया जाएगा या नहीं.

रिटर्न
boolean

toString

public String toString ()

सीरियल, प्रॉडक्ट, और बिल्ड आईडी के साथ ब्यौरा देता है

रिटर्न
String