Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeInput
-
Packages that use DescribeInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return DescribeInput Modifier and Type Method Description DescribeInputModifyStreamLinkInputResponse. getInfo()Get 修改后的Input信息。DescribeInput[]DescribeFlow. getInputGroup()Get 输入组。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeInput Modifier and Type Method Description voidModifyStreamLinkInputResponse. setInfo(DescribeInput Info)Set 修改后的Input信息。voidDescribeFlow. setInputGroup(DescribeInput[] InputGroup)Set 输入组。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeInput Constructor Description DescribeInput(DescribeInput 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.
-