Uses of Class
com.tencentcloudapi.cme.v20191029.models.StreamConnectOutputInfo
-
Packages that use StreamConnectOutputInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of StreamConnectOutputInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return StreamConnectOutputInfo Modifier and Type Method Description StreamConnectOutputInfo[]StreamConnectProjectInfo. getOutputSet()Get 云转推输出源。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type StreamConnectOutputInfo Modifier and Type Method Description voidStreamConnectProjectInfo. setOutputSet(StreamConnectOutputInfo[] OutputSet)Set 云转推输出源。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type StreamConnectOutputInfo Constructor Description StreamConnectOutputInfo(StreamConnectOutputInfo 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.
-