Class UpdateGatewayData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.UpdateGatewayData
-
public class UpdateGatewayData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateGatewayData()UpdateGatewayData(UpdateGatewayData 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 StringgetClusterId()Get 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。StringgetClusterName()Get 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。LonggetCreatedAt()Get 激活时间 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。StringgetGatewayId()Get 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。StringgetGwId()Get 网关编码 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。StringgetSecret()Get 网关密钥 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 网关版本信息 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterId(String ClusterId)Set 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterName(String ClusterName)Set 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedAt(Long CreatedAt)Set 激活时间 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。voidsetGatewayId(String GatewayId)Set 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGwId(String GwId)Set 网关编码 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。voidsetSecret(String Secret)Set 网关密钥 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set 网关版本信息 注意:此字段可能返回 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
-
UpdateGatewayData
public UpdateGatewayData()
-
UpdateGatewayData
public UpdateGatewayData(UpdateGatewayData 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
-
getGatewayId
public String getGatewayId()
Get 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GatewayId 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GatewayId- 网关索引ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGwId
public String getGwId()
Get 网关编码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GwId 网关编码 注意:此字段可能返回 null,表示取不到有效值。
-
setGwId
public void setGwId(String GwId)
Set 网关编码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GwId- 网关编码 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符 注意:此字段可能返回 null,表示取不到有效值。
-
getClusterId
public String getClusterId()
Get 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClusterId 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。
-
setClusterId
public void setClusterId(String ClusterId)
Set 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClusterId- 服务节点ID 注意:此字段可能返回 null,表示取不到有效值。
-
getClusterName
public String getClusterName()
Get 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClusterName 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。
-
setClusterName
public void setClusterName(String ClusterName)
Set 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClusterName- 服务节点名称 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 网关状态,0:离线,1:在线 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedAt
public Long getCreatedAt()
Get 激活时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedAt 激活时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedAt
public void setCreatedAt(Long CreatedAt)
Set 激活时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedAt- 激活时间 注意:此字段可能返回 null,表示取不到有效值。
-
getSecret
public String getSecret()
Get 网关密钥 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Secret 网关密钥 注意:此字段可能返回 null,表示取不到有效值。
-
setSecret
public void setSecret(String Secret)
Set 网关密钥 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Secret- 网关密钥 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get 网关版本信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 网关版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 网关版本信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 网关版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
-