ClusterCommandStatus

public class ClusterCommandStatus
extends Object

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


فئة تمثّل الحالة وسبب إلغاء أمر من TF Cluster

ملخّص

وظائف الإنشاء العامة

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