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
|
String |
getClusterName()
Get 服务节点名称
|
Long |
getCreatedAt()
Get 激活时间
|
String |
getDescription()
Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
String |
getGatewayId()
Get 网关索引ID
|
String |
getGwId()
Get 网关编码
|
String |
getName()
Get 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
|
String |
getSecret()
Get 网关密钥
|
Long |
getStatus()
Get 网关状态,0:离线,1:在线
|
String |
getVersion()
Get 网关版本信息
|
void |
setClusterId(String ClusterId)
Set 服务节点ID
|
void |
setClusterName(String ClusterName)
Set 服务节点名称
|
void |
setCreatedAt(Long CreatedAt)
Set 激活时间
|
void |
setDescription(String Description)
Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
void |
setGatewayId(String GatewayId)
Set 网关索引ID
|
void |
setGwId(String GwId)
Set 网关编码
|
void |
setName(String Name)
Set 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
|
void |
setSecret(String Secret)
Set 网关密钥
|
void |
setStatus(Long Status)
Set 网关状态,0:离线,1:在线
|
void |
setVersion(String Version)
Set 网关版本信息
|
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 UpdateGatewayData()
public UpdateGatewayData(UpdateGatewayData source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关索引IDpublic String getGwId()
public void setGwId(String GwId)
GwId - 网关编码public String getName()
public void setName(String Name)
Name - 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符public String getDescription()
public void setDescription(String Description)
Description - 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 服务节点IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 服务节点名称public Long getStatus()
public void setStatus(Long Status)
Status - 网关状态,0:离线,1:在线public Long getCreatedAt()
public void setCreatedAt(Long CreatedAt)
CreatedAt - 激活时间public String getSecret()
public void setSecret(String Secret)
Secret - 网关密钥public String getVersion()
public void setVersion(String Version)
Version - 网关版本信息Copyright © 2025. All rights reserved.