public class MetaDbInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MetaDbInfo() | 
| MetaDbInfo(MetaDbInfo 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 | 
|---|---|
| CustomMetaInfo | getMetaDBInfo()Get 自建元数据库信息。 | 
| String | getMetaType()Get 元数据类型。 | 
| String | getUnifyMetaInstanceId()Get 统一元数据库实例ID。 | 
| void | setMetaDBInfo(CustomMetaInfo MetaDBInfo)Set 自建元数据库信息。 | 
| void | setMetaType(String MetaType)Set 元数据类型。 | 
| void | setUnifyMetaInstanceId(String UnifyMetaInstanceId)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 MetaDbInfo()
public MetaDbInfo(MetaDbInfo source)
public String getMetaType()
public void setMetaType(String MetaType)
MetaType - 元数据类型。public String getUnifyMetaInstanceId()
public void setUnifyMetaInstanceId(String UnifyMetaInstanceId)
UnifyMetaInstanceId - 统一元数据库实例ID。public CustomMetaInfo getMetaDBInfo()
public void setMetaDBInfo(CustomMetaInfo MetaDBInfo)
MetaDBInfo - 自建元数据库信息。Copyright © 2025. All rights reserved.