2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ClusterDeviceInfo
public
class
ClusterDeviceInfo
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.cluster.ClusterDeviceInfo
|
アップロードするクラスタ デバイス情報をカプセル化するクラス。
概要
パブリック メソッド
getGroupName
public String getGroupName ()
getRunTarget
public String getRunTarget ()
toJSON
public JSONObject toJSON ()
このデバイス情報の JSON オブジェクトを生成します。
戻り値 |
JSONObject |
このデバイス情報に相当する JSONObject。 |
例外 |
|
org.json.JSONException |
JSONException |
|
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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` | |"]]