Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.FunctionInfo
-
Packages that use FunctionInfo Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of FunctionInfo in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return FunctionInfo Modifier and Type Method Description FunctionInfo[]EnvInfo. getFunctions()Get 函数列表Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type FunctionInfo Modifier and Type Method Description voidEnvInfo. setFunctions(FunctionInfo[] Functions)Set 函数列表Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type FunctionInfo Constructor Description FunctionInfo(FunctionInfo 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.
-