public class TccConnection extends AbstractModel
header, skipSign
Constructor and Description |
---|
TccConnection() |
TccConnection(TccConnection 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 |
---|---|
String |
getEndpointServiceId()
Get 终端节点服务Id
|
String |
getMetaStoreUrl()
Get 元数据连接串
|
NetWork |
getNetWork()
Get 网络信息
|
void |
setEndpointServiceId(String EndpointServiceId)
Set 终端节点服务Id
|
void |
setMetaStoreUrl(String MetaStoreUrl)
Set 元数据连接串
|
void |
setNetWork(NetWork NetWork)
Set 网络信息
|
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, toJsonString
public TccConnection()
public TccConnection(TccConnection source)
public String getEndpointServiceId()
public void setEndpointServiceId(String EndpointServiceId)
EndpointServiceId
- 终端节点服务Idpublic String getMetaStoreUrl()
public void setMetaStoreUrl(String MetaStoreUrl)
MetaStoreUrl
- 元数据连接串public NetWork getNetWork()
public void setNetWork(NetWork NetWork)
NetWork
- 网络信息Copyright © 2025. All rights reserved.