Class CloudBaseEsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CloudBaseEsInfo
-
public class CloudBaseEsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount()Get 用户名 注意:此字段可能返回 null,表示取不到有效值。LonggetId()Get es的id 注意:此字段可能返回 null,表示取不到有效值。StringgetIndex()Get 索引 注意:此字段可能返回 null,表示取不到有效值。StringgetIp()Get ip地址 注意:此字段可能返回 null,表示取不到有效值。StringgetPassword()Get 密码 注意:此字段可能返回 null,表示取不到有效值。LonggetPort()Get 端口 注意:此字段可能返回 null,表示取不到有效值。StringgetSecretName()Get secret名字 注意:此字段可能返回 null,表示取不到有效值。voidsetAccount(String Account)Set 用户名 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set es的id 注意:此字段可能返回 null,表示取不到有效值。voidsetIndex(String Index)Set 索引 注意:此字段可能返回 null,表示取不到有效值。voidsetIp(String Ip)Set ip地址 注意:此字段可能返回 null,表示取不到有效值。voidsetPassword(String Password)Set 密码 注意:此字段可能返回 null,表示取不到有效值。voidsetPort(Long Port)Set 端口 注意:此字段可能返回 null,表示取不到有效值。voidsetSecretName(String SecretName)Set secret名字 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudBaseEsInfo
public CloudBaseEsInfo()
-
CloudBaseEsInfo
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get es的id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id es的id 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(Long Id)
Set es的id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- es的id 注意:此字段可能返回 null,表示取不到有效值。
-
getSecretName
public String getSecretName()
Get secret名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SecretName secret名字 注意:此字段可能返回 null,表示取不到有效值。
-
setSecretName
public void setSecretName(String SecretName)
Set secret名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SecretName- secret名字 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get ip地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set ip地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip- ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
getPort
public Long getPort()
Get 端口 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Port 端口 注意:此字段可能返回 null,表示取不到有效值。
-
setPort
public void setPort(Long Port)
Set 端口 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Port- 端口 注意:此字段可能返回 null,表示取不到有效值。
-
getIndex
public String getIndex()
Get 索引 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Index 索引 注意:此字段可能返回 null,表示取不到有效值。
-
setIndex
public void setIndex(String Index)
Set 索引 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Index- 索引 注意:此字段可能返回 null,表示取不到有效值。
-
getAccount
public String getAccount()
Get 用户名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Account 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
setAccount
public void setAccount(String Account)
Set 用户名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Account- 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
getPassword
public String getPassword()
Get 密码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Password 密码 注意:此字段可能返回 null,表示取不到有效值。
-
setPassword
public void setPassword(String Password)
Set 密码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Password- 密码 注意:此字段可能返回 null,表示取不到有效值。
-
-