Package com.volcengine.ecs.model
Class OperationDetailForUpdateSystemEventsOutput
- java.lang.Object
-
- com.volcengine.ecs.model.OperationDetailForUpdateSystemEventsOutput
-
public class OperationDetailForUpdateSystemEventsOutput extends Object
OperationDetailForUpdateSystemEventsOutput
-
-
Constructor Summary
Constructors Constructor Description OperationDetailForUpdateSystemEventsOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OperationDetailForUpdateSystemEventsOutputerror(ErrorForUpdateSystemEventsOutput error)OperationDetailForUpdateSystemEventsOutputeventId(String eventId)@Valid ErrorForUpdateSystemEventsOutputgetError()Get errorStringgetEventId()Get eventIdinthashCode()voidsetError(ErrorForUpdateSystemEventsOutput error)voidsetEventId(String eventId)StringtoString()
-
-
-
Method Detail
-
error
public OperationDetailForUpdateSystemEventsOutput error(ErrorForUpdateSystemEventsOutput error)
-
getError
@Valid public @Valid ErrorForUpdateSystemEventsOutput getError()
Get error- Returns:
- error
-
setError
public void setError(ErrorForUpdateSystemEventsOutput error)
-
eventId
public OperationDetailForUpdateSystemEventsOutput eventId(String eventId)
-
getEventId
public String getEventId()
Get eventId- Returns:
- eventId
-
setEventId
public void setEventId(String eventId)
-
-