Uses of Class
com.tencentcloudapi.mps.v20190612.models.SRTAddressDestination
-
Packages that use SRTAddressDestination Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of SRTAddressDestination in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return SRTAddressDestination Modifier and Type Method Description SRTAddressDestination[]DescribeOutputSRTSettings. getDestinations()Get 转推的目标的地址信息列表,SRT模式为CALLER时使用。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type SRTAddressDestination Modifier and Type Method Description voidDescribeOutputSRTSettings. setDestinations(SRTAddressDestination[] Destinations)Set 转推的目标的地址信息列表,SRT模式为CALLER时使用。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type SRTAddressDestination Constructor Description SRTAddressDestination(SRTAddressDestination 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.
-