public class BatchDomainBuyLog extends AbstractModel
skipSign
Constructor and Description |
---|
BatchDomainBuyLog() |
BatchDomainBuyLog(BatchDomainBuyLog 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 |
getAction()
Get The bulk operation type.
|
String |
getCreatedOn()
Get The submission time.
|
Long |
getLogId()
Get The log ID.
|
Long |
getNumber()
Get The quantity.
|
String |
getStatus()
Get The execution status.
|
void |
setAction(String Action)
Set The bulk operation type.
|
void |
setCreatedOn(String CreatedOn)
Set The submission time.
|
void |
setLogId(Long LogId)
Set The log ID.
|
void |
setNumber(Long Number)
Set The quantity.
|
void |
setStatus(String Status)
Set The execution status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchDomainBuyLog()
public BatchDomainBuyLog(BatchDomainBuyLog source)
public Long getLogId()
public void setLogId(Long LogId)
LogId
- The log ID.public String getAction()
public void setAction(String Action)
Action
- The bulk operation type. Valid values: `new` (register domains), `batch_transfer_prohibition_on` (enable transfer prohibition), `batch_transfer_prohibition_off` (disable transfer prohibition), `batch_update_prohibition_on` (enable update prohibition), `batch_update_prohibition_off` (disable update prohibition).public Long getNumber()
public void setNumber(Long Number)
Number
- The quantity.public String getStatus()
public void setStatus(String Status)
Status
- The execution status. Valid values: `doing`, `done`public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- The submission time.Copyright © 2023. All rights reserved.