public class RejectedLogEventsInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
expiredLogEventEndIndex |
private java.lang.Integer |
tooNewLogEventStartIndex |
private java.lang.Integer |
tooOldLogEventEndIndex |
Constructor and Description |
---|
RejectedLogEventsInfo() |
Modifier and Type | Method and Description |
---|---|
RejectedLogEventsInfo |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getExpiredLogEventEndIndex() |
java.lang.Integer |
getTooNewLogEventStartIndex() |
java.lang.Integer |
getTooOldLogEventEndIndex() |
int |
hashCode() |
void |
setExpiredLogEventEndIndex(java.lang.Integer expiredLogEventEndIndex) |
void |
setTooNewLogEventStartIndex(java.lang.Integer tooNewLogEventStartIndex) |
void |
setTooOldLogEventEndIndex(java.lang.Integer tooOldLogEventEndIndex) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RejectedLogEventsInfo |
withExpiredLogEventEndIndex(java.lang.Integer expiredLogEventEndIndex) |
RejectedLogEventsInfo |
withTooNewLogEventStartIndex(java.lang.Integer tooNewLogEventStartIndex) |
RejectedLogEventsInfo |
withTooOldLogEventEndIndex(java.lang.Integer tooOldLogEventEndIndex) |
private java.lang.Integer tooNewLogEventStartIndex
private java.lang.Integer tooOldLogEventEndIndex
private java.lang.Integer expiredLogEventEndIndex
public void setTooNewLogEventStartIndex(java.lang.Integer tooNewLogEventStartIndex)
tooNewLogEventStartIndex
- public java.lang.Integer getTooNewLogEventStartIndex()
public RejectedLogEventsInfo withTooNewLogEventStartIndex(java.lang.Integer tooNewLogEventStartIndex)
tooNewLogEventStartIndex
- public void setTooOldLogEventEndIndex(java.lang.Integer tooOldLogEventEndIndex)
tooOldLogEventEndIndex
- public java.lang.Integer getTooOldLogEventEndIndex()
public RejectedLogEventsInfo withTooOldLogEventEndIndex(java.lang.Integer tooOldLogEventEndIndex)
tooOldLogEventEndIndex
- public void setExpiredLogEventEndIndex(java.lang.Integer expiredLogEventEndIndex)
expiredLogEventEndIndex
- public java.lang.Integer getExpiredLogEventEndIndex()
public RejectedLogEventsInfo withExpiredLogEventEndIndex(java.lang.Integer expiredLogEventEndIndex)
expiredLogEventEndIndex
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RejectedLogEventsInfo clone()
clone
in class java.lang.Object