Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeOutput
-
Packages that use DescribeOutput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeOutput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return DescribeOutput Modifier and Type Method Description DescribeOutputCreateStreamLinkOutputInfoResponse. getInfo()Get 创建后的Output信息。DescribeOutputModifyStreamLinkOutputInfoResponse. getInfo()Get 修改后的Output配置。DescribeOutput[]DescribeFlow. getOutputGroup()Get 输出组。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeOutput Modifier and Type Method Description voidCreateStreamLinkOutputInfoResponse. setInfo(DescribeOutput Info)Set 创建后的Output信息。voidModifyStreamLinkOutputInfoResponse. setInfo(DescribeOutput Info)Set 修改后的Output配置。voidDescribeFlow. setOutputGroup(DescribeOutput[] OutputGroup)Set 输出组。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeOutput Constructor Description DescribeOutput(DescribeOutput 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.
-