public class MeshStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MeshStatus() | 
| MeshStatus(MeshStatus 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 | 
|---|---|
| ActiveOperation[] | getActiveOperationList()Get 正在执行的异步操作
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCanaryVersion()Get 灰度升级的版本
注意:此字段可能返回 null,表示取不到有效值。 | 
| PrometheusStatus[] | getPrometheus()Get 已废弃
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getServiceCount()Get 服务数量 | 
| String | getStateMessage()Get 状态附带信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| PrometheusStatus | getTPS()Get 获取TPS信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setActiveOperationList(ActiveOperation[] ActiveOperationList)Set 正在执行的异步操作
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCanaryVersion(String CanaryVersion)Set 灰度升级的版本
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPrometheus(PrometheusStatus[] Prometheus)Set 已废弃
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setServiceCount(Long ServiceCount)Set 服务数量 | 
| void | setStateMessage(String StateMessage)Set 状态附带信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTPS(PrometheusStatus TPS)Set 获取TPS信息
注意:此字段可能返回 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, toJsonStringpublic MeshStatus()
public MeshStatus(MeshStatus source)
public Long getServiceCount()
public void setServiceCount(Long ServiceCount)
ServiceCount - 服务数量public String getCanaryVersion()
public void setCanaryVersion(String CanaryVersion)
CanaryVersion - 灰度升级的版本
注意:此字段可能返回 null,表示取不到有效值。public PrometheusStatus[] getPrometheus()
public void setPrometheus(PrometheusStatus[] Prometheus)
Prometheus - 已废弃
注意:此字段可能返回 null,表示取不到有效值。public String getStateMessage()
public void setStateMessage(String StateMessage)
StateMessage - 状态附带信息
注意:此字段可能返回 null,表示取不到有效值。public ActiveOperation[] getActiveOperationList()
public void setActiveOperationList(ActiveOperation[] ActiveOperationList)
ActiveOperationList - 正在执行的异步操作
注意:此字段可能返回 null,表示取不到有效值。public PrometheusStatus getTPS()
public void setTPS(PrometheusStatus TPS)
TPS - 获取TPS信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.