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 End timestamp 
 | 
Long | 
getStartTime()
Get Start timestamp 
 | 
String | 
getUuid()
Get Machine UUID 
 | 
void | 
setEndTime(Long EndTime)
Set End timestamp 
 | 
void | 
setStartTime(Long StartTime)
Set Start timestamp 
 | 
void | 
setUuid(String Uuid)
Set Machine 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 - Machine UUIDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start timestamppublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End timestampCopyright © 2025. All rights reserved.