public class TSEInstanceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
TSEInstanceDetail() |
TSEInstanceDetail(TSEInstanceDetail 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 |
---|---|
GatewayCertificate[] |
getCertificateList()
Get 网关证书列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGatewayId()
Get 网关ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGatewayName()
Get 网关名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertificateList(GatewayCertificate[] CertificateList)
Set 网关证书列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGatewayId(String GatewayId)
Set 网关ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGatewayName(String GatewayName)
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 TSEInstanceDetail()
public TSEInstanceDetail(TSEInstanceDetail source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关ID
注意:此字段可能返回 null,表示取不到有效值。public String getGatewayName()
public void setGatewayName(String GatewayName)
GatewayName
- 网关名称
注意:此字段可能返回 null,表示取不到有效值。public GatewayCertificate[] getCertificateList()
public void setCertificateList(GatewayCertificate[] CertificateList)
CertificateList
- 网关证书列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.