Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.AuthFailMessage
-
Packages that use AuthFailMessage Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of AuthFailMessage in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return AuthFailMessage Modifier and Type Method Description AuthFailMessage[]
OperateChannelTemplateResponse. getFailMessageList()
Get 操作失败信息数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type AuthFailMessage Modifier and Type Method Description void
OperateChannelTemplateResponse. setFailMessageList(AuthFailMessage[] FailMessageList)
Set 操作失败信息数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type AuthFailMessage Constructor Description AuthFailMessage(AuthFailMessage 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.
-