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 | getHiveVersion()Get hive版本 | 
| String | getHmsEndpointServiceId()Get HMS终端节点服务 | 
| String | getLocation()Get hive location | 
| String | getMetaStoreUrl()Get 元数据连接串 | 
| NetWork | getNetWork()Get 网络信息 | 
| void | setEndpointServiceId(String EndpointServiceId)Set 引擎终端节点服务Id | 
| void | setHiveVersion(String HiveVersion)Set hive版本 | 
| void | setHmsEndpointServiceId(String HmsEndpointServiceId)Set HMS终端节点服务 | 
| void | setLocation(String Location)Set hive location | 
| 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, toJsonStringpublic 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 - 网络信息public String getHiveVersion()
public void setHiveVersion(String HiveVersion)
HiveVersion - hive版本public String getLocation()
public void setLocation(String Location)
Location - hive locationpublic String getHmsEndpointServiceId()
public void setHmsEndpointServiceId(String HmsEndpointServiceId)
HmsEndpointServiceId - HMS终端节点服务Copyright © 2025. All rights reserved.