Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateInput
-
Packages that use CreateInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateInput Modifier and Type Method Description CreateInput[]
CreateStreamLinkFlowRequest. getInputGroup()
Get 流的输入组。CreateInput[]
CreateStreamLinkInputRequest. getInputGroup()
Get 流的输入组。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateInput Modifier and Type Method Description void
CreateStreamLinkFlowRequest. setInputGroup(CreateInput[] InputGroup)
Set 流的输入组。void
CreateStreamLinkInputRequest. setInputGroup(CreateInput[] InputGroup)
Set 流的输入组。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateInput Constructor Description CreateInput(CreateInput 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.
-