public class BatchStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchStatus() |
BatchStatus(BatchStatus 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 |
getBatchAction()
Get 批量任务类型
new:注册域名
renew:续费域名
batch_transfer_prohibition_on:开启禁止转移锁
batch_transfer_prohibition_off:关闭禁止转移锁
batch_update_prohibition_on:开启禁止更新锁
batch_update_prohibition_off:关闭禁止更新锁
batch_modify_owner:域名转移
batch_modify_domain_info:域名信息修改
batch_transfer_in:域名转入
batch_cancel_transfer_out:域名取消转出
|
Long |
getLogId()
Get 批量任务id
|
String |
getStatus()
Get 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
|
void |
setBatchAction(String BatchAction)
Set 批量任务类型
new:注册域名
renew:续费域名
batch_transfer_prohibition_on:开启禁止转移锁
batch_transfer_prohibition_off:关闭禁止转移锁
batch_update_prohibition_on:开启禁止更新锁
batch_update_prohibition_off:关闭禁止更新锁
batch_modify_owner:域名转移
batch_modify_domain_info:域名信息修改
batch_transfer_in:域名转入
batch_cancel_transfer_out:域名取消转出
|
void |
setLogId(Long LogId)
Set 批量任务id
|
void |
setStatus(String Status)
Set 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
|
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 BatchStatus()
public BatchStatus(BatchStatus source)
public Long getLogId()
public void setLogId(Long LogId)
LogId
- 批量任务idpublic String getStatus()
public void setStatus(String Status)
Status
- 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功public String getBatchAction()
public void setBatchAction(String BatchAction)
BatchAction
- 批量任务类型
new:注册域名
renew:续费域名
batch_transfer_prohibition_on:开启禁止转移锁
batch_transfer_prohibition_off:关闭禁止转移锁
batch_update_prohibition_on:开启禁止更新锁
batch_update_prohibition_off:关闭禁止更新锁
batch_modify_owner:域名转移
batch_modify_domain_info:域名信息修改
batch_transfer_in:域名转入
batch_cancel_transfer_out:域名取消转出Copyright © 2025. All rights reserved.