public class InterInstanceFlow extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InterInstanceFlow() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getFlowId()Get 实例开通或者关闭互通组的流程ID,FlowId小于0-开通或者关闭失败,反之则成功。 | 
| String | getInstanceId()Get 实例ID,例如:mssql-sdf32n1d | 
| void | setFlowId(Long FlowId)Set 实例开通或者关闭互通组的流程ID,FlowId小于0-开通或者关闭失败,反之则成功。 | 
| void | setInstanceId(String InstanceId)Set 实例ID,例如:mssql-sdf32n1d | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InterInstanceFlow()
public InterInstanceFlow(InterInstanceFlow source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例ID,例如:mssql-sdf32n1dpublic Long getFlowId()
public void setFlowId(Long FlowId)
FlowId - 实例开通或者关闭互通组的流程ID,FlowId小于0-开通或者关闭失败,反之则成功。Copyright © 2025. All rights reserved.