public class GdnTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GdnTaskInfo() |
GdnTaskInfo(GdnTaskInfo 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 |
getGdnId()
Get 全球数据库唯一标识
|
String |
getGdnName()
Get 全球数据库唯一别名
|
String |
getPrimaryClusterId()
Get 主集群ID
|
String |
getPrimaryClusterRegion()
Get 主集群所在地域
|
String |
getStandbyClusterId()
Get 从集群ID
|
String |
getStandbyClusterName()
Get 从集群别名
|
String |
getStandbyClusterRegion()
Get 从集群所在地域
|
void |
setGdnId(String GdnId)
Set 全球数据库唯一标识
|
void |
setGdnName(String GdnName)
Set 全球数据库唯一别名
|
void |
setPrimaryClusterId(String PrimaryClusterId)
Set 主集群ID
|
void |
setPrimaryClusterRegion(String PrimaryClusterRegion)
Set 主集群所在地域
|
void |
setStandbyClusterId(String StandbyClusterId)
Set 从集群ID
|
void |
setStandbyClusterName(String StandbyClusterName)
Set 从集群别名
|
void |
setStandbyClusterRegion(String StandbyClusterRegion)
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, toJsonString
public GdnTaskInfo()
public GdnTaskInfo(GdnTaskInfo source)
public String getGdnId()
public void setGdnId(String GdnId)
GdnId
- 全球数据库唯一标识public String getGdnName()
public void setGdnName(String GdnName)
GdnName
- 全球数据库唯一别名public String getPrimaryClusterId()
public void setPrimaryClusterId(String PrimaryClusterId)
PrimaryClusterId
- 主集群IDpublic String getPrimaryClusterRegion()
public void setPrimaryClusterRegion(String PrimaryClusterRegion)
PrimaryClusterRegion
- 主集群所在地域public String getStandbyClusterRegion()
public void setStandbyClusterRegion(String StandbyClusterRegion)
StandbyClusterRegion
- 从集群所在地域public String getStandbyClusterId()
public void setStandbyClusterId(String StandbyClusterId)
StandbyClusterId
- 从集群IDpublic String getStandbyClusterName()
public void setStandbyClusterName(String StandbyClusterName)
StandbyClusterName
- 从集群别名Copyright © 2025. All rights reserved.