Class EventLog
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.EventLog
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class EventLog extends Object
Represents a event log.
-
Constructor Summary
Constructors Constructor Description EventLog()
-
Method Summary
Modifier and Type Method Description EventLog
eof(Boolean eof)
boolean
equals(Object o)
UUID
getId()
Event Log identifierString
getMessage()
Message of the event logInteger
getRownum()
Row number of the Event Log.Date
getTimestamp()
Timestamp of the Event log (e.g.int
hashCode()
EventLog
id(UUID id)
Boolean
isEof()
Indicates whether this is the last log entry.EventLog
message(String message)
EventLog
rownum(Integer rownum)
void
setEof(Boolean eof)
void
setId(UUID id)
void
setMessage(String message)
void
setRownum(Integer rownum)
void
setTimestamp(Date timestamp)
EventLog
timestamp(Date timestamp)
String
toString()
-
Constructor Details
-
EventLog
public EventLog()
-
-
Method Details
-
eof
-
isEof
Indicates whether this is the last log entry.- Returns:
- eof
-
setEof
-
id
-
getId
Event Log identifier- Returns:
- id
-
setId
-
message
-
getMessage
Message of the event log- Returns:
- message
-
setMessage
-
rownum
-
getRownum
Row number of the Event Log.- Returns:
- rownum
-
setRownum
-
timestamp
-
getTimestamp
Timestamp of the Event log (e.g. date format '2019-07-13T23:16:49.310Z').- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-