public class EraseTimeArea extends AbstractModel
header, skipSign
Constructor and Description |
---|
EraseTimeArea() |
EraseTimeArea(EraseTimeArea 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 |
---|---|
EraseArea[] |
getAreas()
Get Erases the domain list within the period.
|
Long |
getBeginMs()
Get Start time, in ms.
|
Long |
getEndMs()
Get End time, unit: ms.
|
void |
setAreas(EraseArea[] Areas)
Set Erases the domain list within the period.
|
void |
setBeginMs(Long BeginMs)
Set Start time, in ms.
|
void |
setEndMs(Long EndMs)
Set End time, unit: ms.
|
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 EraseTimeArea()
public EraseTimeArea(EraseTimeArea source)
public Long getBeginMs()
public void setBeginMs(Long BeginMs)
BeginMs
- Start time, in ms.public Long getEndMs()
public void setEndMs(Long EndMs)
EndMs
- End time, unit: ms.public EraseArea[] getAreas()
public void setAreas(EraseArea[] Areas)
Areas
- Erases the domain list within the period.Copyright © 2025. All rights reserved.