public class GridInfo extends AbstractModel
Constructor and Description |
---|
GridInfo() |
GridInfo(GridInfo 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 |
getDescription()
Get 描述
|
String |
getGridUniqKey()
Get Key
|
Long |
getId()
Get DeployGridId
|
String |
getName()
Get 名称
|
String |
getPublisher()
Get 创建人
|
Long |
getReplicas()
Get 副本数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStartTime()
Get 启动时间
|
String |
getVersion()
Get 版本信息
|
String |
getWorkloadKind()
Get 工作负载类型
|
void |
setDescription(String Description)
Set 描述
|
void |
setGridUniqKey(String GridUniqKey)
Set Key
|
void |
setId(Long Id)
Set DeployGridId
|
void |
setName(String Name)
Set 名称
|
void |
setPublisher(String Publisher)
Set 创建人
|
void |
setReplicas(Long Replicas)
Set 副本数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(String StartTime)
Set 启动时间
|
void |
setVersion(String Version)
Set 版本信息
|
void |
setWorkloadKind(String WorkloadKind)
Set 工作负载类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GridInfo()
public GridInfo(GridInfo source)
public Long getId()
public void setId(Long Id)
Id
- DeployGridIdpublic String getName()
public void setName(String Name)
Name
- 名称public String getGridUniqKey()
public void setGridUniqKey(String GridUniqKey)
GridUniqKey
- Keypublic String getDescription()
public void setDescription(String Description)
Description
- 描述public String getWorkloadKind()
public void setWorkloadKind(String WorkloadKind)
WorkloadKind
- 工作负载类型public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 启动时间public Long getReplicas()
public void setReplicas(Long Replicas)
Replicas
- 副本数
注意:此字段可能返回 null,表示取不到有效值。public String getPublisher()
public void setPublisher(String Publisher)
Publisher
- 创建人public String getVersion()
public void setVersion(String Version)
Version
- 版本信息Copyright © 2023. All rights reserved.