Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
ClusterDeviceInfo
public
class
ClusterDeviceInfo
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.cluster.ClusterDeviceInfo
|
Klasa do zamykania informacji o urządzeniach klastra, które mają zostać przesłane.
Podsumowanie
Metody publiczne
getGroupName
public String getGroupName ()
getRunTarget
public String getRunTarget ()
toJSON
public JSONObject toJSON ()
Generuje obiekt JSON dla tych informacji o urządzeniu.
Zwroty |
JSONObject |
odpowiednik obiektu JSONObject tych informacji o urządzeniu. |
Rzuty |
|
org.json.JSONException |
JSONException |
|
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-27 UTC."],[],[],null,["# ClusterDeviceInfo\n=================\n\n\n`\npublic\n\n\nclass\nClusterDeviceInfo\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.cluster.ClusterDeviceInfo |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA class to encapsulate cluster device info to be uploaded.\n\nSummary\n-------\n\n| ### Nested classes ||\n|----------|-------------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [ClusterDeviceInfo.Builder](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.Builder.html) |\n\n| ### Public methods ||\n|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[DeviceDescriptor](../../../../../../reference/tradefed/com/android/tradefed/command/remote/DeviceDescriptor.html) | ` `[getDeviceDescriptor](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.html#getDeviceDescriptor())`() ` |\n| ` ` | ` `[getExtraInfo](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.html#getExtraInfo())`() ` |\n| ` String` | ` `[getGroupName](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.html#getGroupName())`() ` |\n| ` String` | ` `[getRunTarget](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.html#getRunTarget())`() ` |\n| ` JSONObject` | ` `[toJSON](../../../../../../reference/tradefed/com/android/tradefed/cluster/ClusterDeviceInfo.html#toJSON())`() ` Generates the JSON Object for this device info. |\n\nPublic methods\n--------------\n\n### getDeviceDescriptor\n\n```\npublic DeviceDescriptor getDeviceDescriptor ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------------------------------------------------------------------------------------------------------------------|--------|\n| [DeviceDescriptor](../../../../../../reference/tradefed/com/android/tradefed/command/remote/DeviceDescriptor.html) | \u003cbr /\u003e |\n\n### getExtraInfo\n\n```\npublic getExtraInfo ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|---|--------|\n| | \u003cbr /\u003e |\n\n### getGroupName\n\n```\npublic String getGroupName ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### getRunTarget\n\n```\npublic String getRunTarget ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### toJSON\n\n```\npublic JSONObject toJSON ()\n```\n\nGenerates the JSON Object for this device info.\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------------|---------------------------------------------------|\n| `JSONObject` | JSONObject equivalent of this device info. \u003cbr /\u003e |\n\n| Throws ||\n|-----------------|------------------------|\n| | org.json.JSONException |\n| `JSONException` | |"]]