public class AcceptTccVpcEndPointConnectRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AcceptTccVpcEndPointConnectRequest() | 
| AcceptTccVpcEndPointConnectRequest(AcceptTccVpcEndPointConnectRequest 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 | 
|---|---|
| Boolean | getAcceptFlag()Get 是否接受连接 | 
| String[] | getEndPointId()Get 终端节点id | 
| String | getEndPointServiceId()Get 终端节点服务Id | 
| void | setAcceptFlag(Boolean AcceptFlag)Set 是否接受连接 | 
| void | setEndPointId(String[] EndPointId)Set 终端节点id | 
| void | setEndPointServiceId(String EndPointServiceId)Set 终端节点服务Id | 
| 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 AcceptTccVpcEndPointConnectRequest()
public AcceptTccVpcEndPointConnectRequest(AcceptTccVpcEndPointConnectRequest source)
public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - 终端节点服务Idpublic String[] getEndPointId()
public void setEndPointId(String[] EndPointId)
EndPointId - 终端节点idpublic Boolean getAcceptFlag()
public void setAcceptFlag(Boolean AcceptFlag)
AcceptFlag - 是否接受连接Copyright © 2025. All rights reserved.