public class CustomMetaInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CustomMetaInfo()  | 
CustomMetaInfo(CustomMetaInfo 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 | 
getMetaDataJdbcUrl()
Get JDBC connection to custom MetaDB instance beginning with `jdbc:mysql://` 
 | 
String | 
getMetaDataPass()
Get Custom MetaDB instance password 
 | 
String | 
getMetaDataUser()
Get Custom MetaDB instance username 
 | 
void | 
setMetaDataJdbcUrl(String MetaDataJdbcUrl)
Set JDBC connection to custom MetaDB instance beginning with `jdbc:mysql://` 
 | 
void | 
setMetaDataPass(String MetaDataPass)
Set Custom MetaDB instance password 
 | 
void | 
setMetaDataUser(String MetaDataUser)
Set Custom MetaDB instance username 
 | 
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 CustomMetaInfo()
public CustomMetaInfo(CustomMetaInfo source)
public String getMetaDataJdbcUrl()
public void setMetaDataJdbcUrl(String MetaDataJdbcUrl)
MetaDataJdbcUrl - JDBC connection to custom MetaDB instance beginning with `jdbc:mysql://`public String getMetaDataUser()
public void setMetaDataUser(String MetaDataUser)
MetaDataUser - Custom MetaDB instance usernamepublic String getMetaDataPass()
public void setMetaDataPass(String MetaDataPass)
MetaDataPass - Custom MetaDB instance passwordCopyright © 2025. All rights reserved.