public class OutputLogEvent extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
OutputLogEvent() |
| Modifier and Type | Method and Description |
|---|---|
OutputLogEvent |
clone() |
boolean |
equals(Object obj) |
Long |
getIngestionTime()
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
String |
getMessage()
Returns the value of the Message property for this object.
|
Long |
getTimestamp()
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
int |
hashCode() |
void |
setIngestionTime(Long ingestionTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
void |
setMessage(String message)
Sets the value of the Message property for this object.
|
void |
setTimestamp(Long timestamp)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OutputLogEvent |
withIngestionTime(Long ingestionTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
OutputLogEvent |
withMessage(String message)
Sets the value of the Message property for this object.
|
OutputLogEvent |
withTimestamp(Long timestamp)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
public Long getTimestamp()
Constraints:
Range: 0 -
public void setTimestamp(Long timestamp)
Constraints:
Range: 0 -
timestamp - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public OutputLogEvent withTimestamp(Long timestamp)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
timestamp - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public String getMessage()
Constraints:
Length: 1 -
public void setMessage(String message)
Constraints:
Length: 1 -
message - The new value for the Message property for this object.public OutputLogEvent withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
message - The new value for the Message property for this object.public Long getIngestionTime()
Constraints:
Range: 0 -
public void setIngestionTime(Long ingestionTime)
Constraints:
Range: 0 -
ingestionTime - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public OutputLogEvent withIngestionTime(Long ingestionTime)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
ingestionTime - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public String toString()
toString in class ObjectObject.toString()public OutputLogEvent clone()
Copyright © 2015. All rights reserved.