HostMetric

public class HostMetric
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.hostmetric.HostMetric


Class ini merepresentasikan contoh metrik host yang akan dilaporkan.

Ringkasan

Konstruktor publik

HostMetric(String name, long timestamp, long value, data)

Konstruktor.

Metode publik

JSONObject toJson()

Menampilkan objek JSON untuk contoh metrik.

Konstruktor publik

HostMetric

public HostMetric (String name, 
                long timestamp, 
                long value, 
                 data)

Konstruktor.

Parameter
name String: nama metrik

timestamp long: stempel waktu contoh

value long: nilai sampel

data : data yang terkait dengan sampel

Metode publik

ToJson

public JSONObject toJson ()

Menampilkan objek JSON untuk contoh metrik.

Hasil
JSONObject objek JSON.

Menampilkan
org.json.JSONException
JSONException