ClusterCommandStatus

public class ClusterCommandStatus
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.ClusterCommandStatus


คลาสที่แสดงสถานะและเหตุผลในการยกเลิกคําสั่งจากคลัสเตอร์ TF

สรุป

ตัวสร้างแบบสาธารณะ

ClusterCommandStatus(ClusterCommand.State state, String cancelReason)

ก่อสร้าง

เมธอดสาธารณะ

String getCancelReason()
ClusterCommand.State getState()

ตัวสร้างแบบสาธารณะ

ClusterCommandStatus

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

ก่อสร้าง

พารามิเตอร์
state ClusterCommand.State: สถานะของคําสั่ง

cancelReason String: เหตุผลในการยกเลิกคําสั่ง (หากยกเลิก)

เมธอดสาธารณะ

getCancelReason

public String getCancelReason ()

คิกรีเทิร์น
String

getState

public ClusterCommand.State getState ()

คิกรีเทิร์น
ClusterCommand.State