public class ListBlackEmailAddressRequest extends AbstractModel
Constructor and Description |
---|
ListBlackEmailAddressRequest() |
ListBlackEmailAddressRequest(ListBlackEmailAddressRequest 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 |
getEmailAddress()
Get You can specify an email address to query.
|
String |
getEndDate()
Get End date in the format of `YYYY-MM-DD`
|
Long |
getLimit()
Get Common parameter.
|
Long |
getOffset()
Get Common parameter.
|
String |
getStartDate()
Get Start date in the format of `YYYY-MM-DD`
|
String |
getTaskID()
Get You can specify a task ID to query.
|
void |
setEmailAddress(String EmailAddress)
Set You can specify an email address to query.
|
void |
setEndDate(String EndDate)
Set End date in the format of `YYYY-MM-DD`
|
void |
setLimit(Long Limit)
Set Common parameter.
|
void |
setOffset(Long Offset)
Set Common parameter.
|
void |
setStartDate(String StartDate)
Set Start date in the format of `YYYY-MM-DD`
|
void |
setTaskID(String TaskID)
Set You can specify a task ID to query.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListBlackEmailAddressRequest()
public ListBlackEmailAddressRequest(ListBlackEmailAddressRequest source)
public String getStartDate()
public void setStartDate(String StartDate)
StartDate
- Start date in the format of `YYYY-MM-DD`public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- End date in the format of `YYYY-MM-DD`public Long getLimit()
public void setLimit(Long Limit)
Limit
- Common parameter. It must be used with `Offset`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Common parameter. It must be used with `Limit`. Maximum value of `Limit`: `100`.public String getEmailAddress()
public void setEmailAddress(String EmailAddress)
EmailAddress
- You can specify an email address to query.public String getTaskID()
public void setTaskID(String TaskID)
TaskID
- You can specify a task ID to query.Copyright © 2023. All rights reserved.