public class UpdateGatewayData extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 服务节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterName()
Get 服务节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreatedAt()
Get 激活时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGatewayId()
Get 网关索引ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGwId()
Get 网关编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecret()
Get 网关密钥
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 网关状态,0:离线,1:在线
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 网关版本信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 服务节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterName(String ClusterName)
Set 服务节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(Long CreatedAt)
Set 激活时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGatewayId(String GatewayId)
Set 网关索引ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGwId(String GwId)
Set 网关编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecret(String Secret)
Set 网关密钥
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 网关状态,0:离线,1:在线
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 网关版本信息
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public UpdateGatewayData()
public UpdateGatewayData(UpdateGatewayData source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关索引ID
注意:此字段可能返回 null,表示取不到有效值。public String getGwId()
public void setGwId(String GwId)
GwId
- 网关编码
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
注意:此字段可能返回 null,表示取不到有效值。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 服务节点ID
注意:此字段可能返回 null,表示取不到有效值。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 服务节点名称
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 网关状态,0:离线,1:在线
注意:此字段可能返回 null,表示取不到有效值。public Long getCreatedAt()
public void setCreatedAt(Long CreatedAt)
CreatedAt
- 激活时间
注意:此字段可能返回 null,表示取不到有效值。public String getSecret()
public void setSecret(String Secret)
Secret
- 网关密钥
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 网关版本信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.