public class DescribeAlarmVertexIdRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAlarmVertexIdRequest() | 
| DescribeAlarmVertexIdRequest(DescribeAlarmVertexIdRequest 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 | getEndTime()Get 结束时间戳 | 
| Long | getStartTime()Get 开始时间戳 | 
| String | getUuid()Get 机器uuid | 
| void | setEndTime(Long EndTime)Set 结束时间戳 | 
| void | setStartTime(Long StartTime)Set 开始时间戳 | 
| void | setUuid(String Uuid)Set 机器uuid | 
| 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 DescribeAlarmVertexIdRequest()
public DescribeAlarmVertexIdRequest(DescribeAlarmVertexIdRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - 机器uuidpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间戳Copyright © 2025. All rights reserved.