public static class DescribeSimilarSecurityEventsResponse.SimpleSecurityEvent extends Object
构造器和说明 |
---|
SimpleSecurityEvent() |
限定符和类型 | 方法和说明 |
---|---|
String |
getEventName() |
String |
getEventType() |
Long |
getLastTime() |
Long |
getOccurrenceTime() |
Long |
getSecurityEventId() |
String |
getUuid() |
void |
setEventName(String eventName) |
void |
setEventType(String eventType) |
void |
setLastTime(Long lastTime) |
void |
setOccurrenceTime(Long occurrenceTime) |
void |
setSecurityEventId(Long securityEventId) |
void |
setUuid(String uuid) |
public Long getLastTime()
public void setLastTime(Long lastTime)
public String getUuid()
public void setUuid(String uuid)
public String getEventName()
public void setEventName(String eventName)
public String getEventType()
public void setEventType(String eventType)
public Long getSecurityEventId()
public void setSecurityEventId(Long securityEventId)
public Long getOccurrenceTime()
public void setOccurrenceTime(Long occurrenceTime)
Copyright © 2023. All rights reserved.