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 时间段内擦除区域列表
|
Long |
getBeginMs()
Get 开始时间,单位:毫秒
|
Long |
getEndMs()
Get 结束时间,单位:毫秒
|
void |
setAreas(EraseArea[] Areas)
Set 时间段内擦除区域列表
|
void |
setBeginMs(Long BeginMs)
Set 开始时间,单位:毫秒
|
void |
setEndMs(Long EndMs)
Set 结束时间,单位:毫秒
|
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
- 开始时间,单位:毫秒public Long getEndMs()
public void setEndMs(Long EndMs)
EndMs
- 结束时间,单位:毫秒public EraseArea[] getAreas()
public void setAreas(EraseArea[] Areas)
Areas
- 时间段内擦除区域列表Copyright © 2025. All rights reserved.