Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.InterInstanceFlow
-
Packages that use InterInstanceFlow Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of InterInstanceFlow in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return InterInstanceFlow Modifier and Type Method Description InterInstanceFlow[]
CloseInterCommunicationResponse. getInterInstanceFlowSet()
Get 实例和异步流程IDInterInstanceFlow[]
OpenInterCommunicationResponse. getInterInstanceFlowSet()
Get 实例和异步流程IDMethods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type InterInstanceFlow Modifier and Type Method Description void
CloseInterCommunicationResponse. setInterInstanceFlowSet(InterInstanceFlow[] InterInstanceFlowSet)
Set 实例和异步流程IDvoid
OpenInterCommunicationResponse. setInterInstanceFlowSet(InterInstanceFlow[] InterInstanceFlowSet)
Set 实例和异步流程IDConstructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type InterInstanceFlow Constructor Description InterInstanceFlow(InterInstanceFlow 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.
-