Uses of Class
com.tencentcloudapi.ms.v20180408.models.AndroidPlan
-
Packages that use AndroidPlan Package Description com.tencentcloudapi.ms.v20180408.models -
-
Uses of AndroidPlan in com.tencentcloudapi.ms.v20180408.models
Methods in com.tencentcloudapi.ms.v20180408.models that return AndroidPlan Modifier and Type Method Description AndroidPlanAndroidResult. getAndroidPlan()Get 本次android加固策略信息AndroidPlanCreateEncryptInstanceRequest. getAndroidPlan()Get 渠道合作android加固策略信息AndroidPlanDescribeEncryptPlanResponse. getAndroidPlan()Get 上次加固策略 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ms.v20180408.models with parameters of type AndroidPlan Modifier and Type Method Description voidAndroidResult. setAndroidPlan(AndroidPlan AndroidPlan)Set 本次android加固策略信息voidCreateEncryptInstanceRequest. setAndroidPlan(AndroidPlan AndroidPlan)Set 渠道合作android加固策略信息voidDescribeEncryptPlanResponse. setAndroidPlan(AndroidPlan AndroidPlan)Set 上次加固策略 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ms.v20180408.models with parameters of type AndroidPlan Constructor Description AndroidPlan(AndroidPlan source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-