public class SecondLevelBackupMissingTimestamps extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecondLevelBackupMissingTimestamps() | 
| SecondLevelBackupMissingTimestamps(SecondLevelBackupMissingTimestamps 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 | 
|---|---|
| Long | getEndTimeStamp()Get 结束时间戳 | 
| Long | getStartTimeStamp()Get 开始时间戳 | 
| void | setEndTimeStamp(Long EndTimeStamp)Set 结束时间戳 | 
| void | setStartTimeStamp(Long StartTimeStamp)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, toJsonStringpublic SecondLevelBackupMissingTimestamps()
public SecondLevelBackupMissingTimestamps(SecondLevelBackupMissingTimestamps source)
public Long getStartTimeStamp()
public void setStartTimeStamp(Long StartTimeStamp)
StartTimeStamp - 开始时间戳public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp - 结束时间戳Copyright © 2025. All rights reserved.