public class SegmentNotification extends Notification
Modifier and Type | Class and Description |
---|---|
static class |
SegmentNotification.SegmentNotificationBuilder |
Modifier and Type | Method and Description |
---|---|
static SegmentNotification.SegmentNotificationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getNumOfReaders() |
int |
getNumOfSegments() |
int |
hashCode() |
void |
setNumOfReaders(int numOfReaders) |
void |
setNumOfSegments(int numOfSegments) |
java.lang.String |
toString() |
public static SegmentNotification.SegmentNotificationBuilder builder()
public int getNumOfSegments()
public int getNumOfReaders()
public void setNumOfSegments(int numOfSegments)
public void setNumOfReaders(int numOfReaders)
public java.lang.String toString()
toString
in class Notification
public boolean equals(java.lang.Object o)
equals
in class Notification
protected boolean canEqual(java.lang.Object other)
canEqual
in class Notification
public int hashCode()
hashCode
in class Notification