Uses of Class
com.tencentcloudapi.mps.v20190612.models.ModifyInput
-
Packages that use ModifyInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ModifyInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ModifyInput Modifier and Type Method Description ModifyInputModifyStreamLinkInputRequest. getInput()Get 需要修改的Input信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ModifyInput Modifier and Type Method Description voidModifyStreamLinkInputRequest. setInput(ModifyInput Input)Set 需要修改的Input信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ModifyInput Constructor Description ModifyInput(ModifyInput 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.
-