Uses of Class
com.tencentcloudapi.mps.v20190612.models.InputAddress
-
Packages that use InputAddress Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of InputAddress in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return InputAddress Modifier and Type Method Description InputAddress[]DescribeInput. getInputAddressList()Get 输入地址列表。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type InputAddress Modifier and Type Method Description voidDescribeInput. setInputAddressList(InputAddress[] InputAddressList)Set 输入地址列表。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type InputAddress Constructor Description InputAddress(InputAddress 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.
-