Uses of Class
com.tencentcloudapi.tem.v20201221.models.CosToken
-
Packages that use CosToken Package Description com.tencentcloudapi.tem.v20201221.models -
-
Uses of CosToken in com.tencentcloudapi.tem.v20201221.models
Methods in com.tencentcloudapi.tem.v20201221.models that return CosToken Modifier and Type Method Description CosTokenCreateCosTokenResponse. getResult()Get 成功时为CosToken对象,失败为null 注意:此字段可能返回 null,表示取不到有效值。CosTokenCreateCosTokenV2Response. getResult()Get 成功时为CosToken对象,失败为null 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tem.v20201221.models with parameters of type CosToken Modifier and Type Method Description voidCreateCosTokenResponse. setResult(CosToken Result)Set 成功时为CosToken对象,失败为null 注意:此字段可能返回 null,表示取不到有效值。voidCreateCosTokenV2Response. setResult(CosToken Result)Set 成功时为CosToken对象,失败为null 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type CosToken Constructor Description CosToken(CosToken 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.
-