public class DescribeLoadBalancingDetailResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeLoadBalancingDetailResponse()  | 
DescribeLoadBalancingDetailResponse(DescribeLoadBalancingDetailResponse 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 | 
getCname()
Get Schedules domain names
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getHost()
Get Subdomain name. 
 | 
String | 
getLoadBalancingId()
Get CLB instance ID 
 | 
OriginGroup[] | 
getOrigin()
Get Information of the origin server used 
 | 
String[] | 
getOriginId()
Get ID of the origin group used 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getStatus()
Get Status of the task 
 | 
Long | 
getTTL()
Get Indicates DNS TTL time when `Type=dns_only` 
 | 
String | 
getType()
Get Proxy mode. 
 | 
String | 
getUpdateTime()
Get Update time 
 | 
String | 
getZoneId()
Get Site ID 
 | 
void | 
setCname(String Cname)
Set Schedules domain names
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setHost(String Host)
Set Subdomain name. 
 | 
void | 
setLoadBalancingId(String LoadBalancingId)
Set CLB instance ID 
 | 
void | 
setOrigin(OriginGroup[] Origin)
Set Information of the origin server used 
 | 
void | 
setOriginId(String[] OriginId)
Set ID of the origin group used 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setStatus(String Status)
Set Status of the task 
 | 
void | 
setTTL(Long TTL)
Set Indicates DNS TTL time when `Type=dns_only` 
 | 
void | 
setType(String Type)
Set Proxy mode. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time 
 | 
void | 
setZoneId(String ZoneId)
Set Site ID 
 | 
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 DescribeLoadBalancingDetailResponse()
public DescribeLoadBalancingDetailResponse(DescribeLoadBalancingDetailResponse source)
public String getLoadBalancingId()
public void setLoadBalancingId(String LoadBalancingId)
LoadBalancingId - CLB instance IDpublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Site IDpublic String getHost()
public void setHost(String Host)
Host - Subdomain name. You can use @ to represent the root domain.public String getType()
public void setType(String Type)
Type - Proxy mode. Valid values:
`dns_only`: Only DNS
`proxied`: Enable proxypublic Long getTTL()
public void setTTL(Long TTL)
TTL - Indicates DNS TTL time when `Type=dns_only`public String[] getOriginId()
public void setOriginId(String[] OriginId)
OriginId - ID of the origin group usedpublic OriginGroup[] getOrigin()
public void setOrigin(OriginGroup[] Origin)
Origin - Information of the origin server usedpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timepublic String getStatus()
public void setStatus(String Status)
Status - Status of the taskpublic String getCname()
public void setCname(String Cname)
Cname - Schedules domain names
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.