public class TccHive extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TccHive() | 
| TccHive(TccHive 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终端节点服务ID | 
| String | getInstanceId()Get 实例ID | 
| String | getInstanceName()Get 实例名称 | 
| String | getMetaStoreUrl()Get thrift连接地址 | 
| NetWork | getTccConnection()Get 网络信息 | 
| void | setEndpointServiceId(String EndpointServiceId)Set 终端节点服务ID | 
| void | setHiveVersion(String HiveVersion)Set hive版本 | 
| void | setHmsEndpointServiceId(String HmsEndpointServiceId)Set Hms终端节点服务ID | 
| void | setInstanceId(String InstanceId)Set 实例ID | 
| void | setInstanceName(String InstanceName)Set 实例名称 | 
| void | setMetaStoreUrl(String MetaStoreUrl)Set thrift连接地址 | 
| void | setTccConnection(NetWork TccConnection)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 TccHive()
public TccHive(TccHive source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - 实例名称public String getEndpointServiceId()
public void setEndpointServiceId(String EndpointServiceId)
EndpointServiceId - 终端节点服务IDpublic String getMetaStoreUrl()
public void setMetaStoreUrl(String MetaStoreUrl)
MetaStoreUrl - thrift连接地址public String getHiveVersion()
public void setHiveVersion(String HiveVersion)
HiveVersion - hive版本public NetWork getTccConnection()
public void setTccConnection(NetWork TccConnection)
TccConnection - 网络信息public String getHmsEndpointServiceId()
public void setHmsEndpointServiceId(String HmsEndpointServiceId)
HmsEndpointServiceId - Hms终端节点服务IDCopyright © 2025. All rights reserved.