Class CreateDomainBatchResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dnspod.v20210323.models.CreateDomainBatchResponse
-
public class CreateDomainBatchResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateDomainBatchResponse()
CreateDomainBatchResponse(CreateDomainBatchResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDomainBatchDetail[]
getDetailList()
Get 批量添加域名信息Long
getJobId()
Get 批量任务的IDString
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setDetailList(CreateDomainBatchDetail[] DetailList)
Set 批量添加域名信息void
setJobId(Long JobId)
Set 批量任务的IDvoid
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateDomainBatchResponse
public CreateDomainBatchResponse()
-
CreateDomainBatchResponse
public CreateDomainBatchResponse(CreateDomainBatchResponse 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.
-
-
Method Detail
-
getDetailList
public CreateDomainBatchDetail[] getDetailList()
Get 批量添加域名信息- Returns:
- DetailList 批量添加域名信息
-
setDetailList
public void setDetailList(CreateDomainBatchDetail[] DetailList)
Set 批量添加域名信息- Parameters:
DetailList
- 批量添加域名信息
-
getJobId
public Long getJobId()
Get 批量任务的ID- Returns:
- JobId 批量任务的ID
-
setJobId
public void setJobId(Long JobId)
Set 批量任务的ID- Parameters:
JobId
- 批量任务的ID
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-