public class SystemEventForDescribeSystemEventsOutput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemEventForDescribeSystemEventsOutput.StatusEnum
Gets or Sets status
|
static class |
SystemEventForDescribeSystemEventsOutput.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
SystemEventForDescribeSystemEventsOutput() |
public SystemEventForDescribeSystemEventsOutput()
public SystemEventForDescribeSystemEventsOutput category(String category)
public String getCategory()
public void setCategory(String category)
public SystemEventForDescribeSystemEventsOutput createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public SystemEventForDescribeSystemEventsOutput extraInfo(Map<String,String> extraInfo)
public SystemEventForDescribeSystemEventsOutput putExtraInfoItem(String key, String extraInfoItem)
public SystemEventForDescribeSystemEventsOutput id(String id)
public String getId()
public void setId(String id)
public SystemEventForDescribeSystemEventsOutput operatedEndAt(String operatedEndAt)
public String getOperatedEndAt()
public void setOperatedEndAt(String operatedEndAt)
public SystemEventForDescribeSystemEventsOutput operatedStartAt(String operatedStartAt)
public String getOperatedStartAt()
public void setOperatedStartAt(String operatedStartAt)
public SystemEventForDescribeSystemEventsOutput resourceId(String resourceId)
public String getResourceId()
public void setResourceId(String resourceId)
public SystemEventForDescribeSystemEventsOutput status(SystemEventForDescribeSystemEventsOutput.StatusEnum status)
public SystemEventForDescribeSystemEventsOutput.StatusEnum getStatus()
public void setStatus(SystemEventForDescribeSystemEventsOutput.StatusEnum status)
public SystemEventForDescribeSystemEventsOutput type(SystemEventForDescribeSystemEventsOutput.TypeEnum type)
public SystemEventForDescribeSystemEventsOutput.TypeEnum getType()
public void setType(SystemEventForDescribeSystemEventsOutput.TypeEnum type)
public SystemEventForDescribeSystemEventsOutput updatedAt(String updatedAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
Copyright © 2024. All rights reserved.