public class DescribeOffsetByTimeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOffsetByTimeRequest() | 
| DescribeOffsetByTimeRequest(DescribeOffsetByTimeRequest 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 | getSubscribeId()Get Data subscription instance ID | 
| String | getTime()Get Timestamp, the format is: Y-m-d h:m:s. | 
| void | setSubscribeId(String SubscribeId)Set Data subscription instance ID | 
| void | setTime(String Time)Set Timestamp, the format is: Y-m-d h:m:s. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeOffsetByTimeRequest()
public DescribeOffsetByTimeRequest(DescribeOffsetByTimeRequest source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId - Data subscription instance IDpublic String getTime()
public void setTime(String Time)
Time - Timestamp, the format is: Y-m-d h:m:s. If the input time is much later than the current time, this is equivalent to the latest offset; if the input time is much earlier than the current time, this is equivalent to the oldest offset; if the input is empty, the default time is 0, which is the oldest offset to be queried.Copyright © 2025. All rights reserved.