public class CloudBaseEsInfo extends AbstractModel
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 用户名
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get es的id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIndex()
Get 索引
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIp()
Get ip地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPassword()
Get 密码
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPort()
Get 端口
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretName()
Get secret名字
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccount(String Account)
Set 用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set es的id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndex(String Index)
Set 索引
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIp(String Ip)
Set ip地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassword(String Password)
Set 密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretName(String SecretName)
Set secret名字
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CloudBaseEsInfo()
public CloudBaseEsInfo(CloudBaseEsInfo source)
public Long getId()
public void setId(Long Id)
Id
- es的id
注意:此字段可能返回 null,表示取不到有效值。public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- secret名字
注意:此字段可能返回 null,表示取不到有效值。public String getIp()
public void setIp(String Ip)
Ip
- ip地址
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port
- 端口
注意:此字段可能返回 null,表示取不到有效值。public String getIndex()
public void setIndex(String Index)
Index
- 索引
注意:此字段可能返回 null,表示取不到有效值。public String getAccount()
public void setAccount(String Account)
Account
- 用户名
注意:此字段可能返回 null,表示取不到有效值。public String getPassword()
public void setPassword(String Password)
Password
- 密码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.