Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.DistributeReceiverResult
-
Packages that use DistributeReceiverResult Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of DistributeReceiverResult in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return DistributeReceiverResult Modifier and Type Method Description DistributeReceiverResultDistributeAddReceiverResponse. getResult()Get 添加分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。DistributeReceiverResultDistributeQueryReceiverResponse. getResult()Get 查询询已添加分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。DistributeReceiverResultDistributeRemoveReceiverResponse. getResult()Get 解除分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type DistributeReceiverResult Modifier and Type Method Description voidDistributeAddReceiverResponse. setResult(DistributeReceiverResult Result)Set 添加分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。voidDistributeQueryReceiverResponse. setResult(DistributeReceiverResult Result)Set 查询询已添加分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。voidDistributeRemoveReceiverResponse. setResult(DistributeReceiverResult Result)Set 解除分账接收方响应对象 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type DistributeReceiverResult Constructor Description DistributeReceiverResult(DistributeReceiverResult 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.
-