public class CloudBaseEsInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CloudBaseEsInfo() |
CloudBaseEsInfo(CloudBaseEsInfo 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 |
getAccount()
Get 用户名
|
Long |
getId()
Get es的id
|
String |
getIndex()
Get 索引
|
String |
getIp()
Get ip地址
|
String |
getPassword()
Get 密码
|
Long |
getPort()
Get 端口
|
String |
getSecretName()
Get secret名字
|
void |
setAccount(String Account)
Set 用户名
|
void |
setId(Long Id)
Set es的id
|
void |
setIndex(String Index)
Set 索引
|
void |
setIp(String Ip)
Set ip地址
|
void |
setPassword(String Password)
Set 密码
|
void |
setPort(Long Port)
Set 端口
|
void |
setSecretName(String SecretName)
Set secret名字
|
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 CloudBaseEsInfo()
public CloudBaseEsInfo(CloudBaseEsInfo source)
public Long getId()
public void setId(Long Id)
Id - es的idpublic String getSecretName()
public void setSecretName(String SecretName)
SecretName - secret名字public String getIp()
public void setIp(String Ip)
Ip - ip地址public Long getPort()
public void setPort(Long Port)
Port - 端口public String getIndex()
public void setIndex(String Index)
Index - 索引public String getAccount()
public void setAccount(String Account)
Account - 用户名public String getPassword()
public void setPassword(String Password)
Password - 密码Copyright © 2025. All rights reserved.