public class SearchMark
A basic mark used to display results after the mark.
| Constructor and Description |
|---|
SearchMark(java.lang.String text,
java.time.Instant date)
A basic mark used to display results after the mark.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.time.Instant |
component2()
The results start with the elements updated before
|
SearchMark |
copy(java.lang.String text,
java.time.Instant date)
A basic mark used to display results after the mark.
|
boolean |
equals(java.lang.Object p) |
java.time.Instant |
getDate()
The results start with the elements updated before
|
java.lang.String |
getText() |
int |
hashCode() |
java.lang.String |
toString() |
public SearchMark(@NotNull
java.lang.String text,
@NotNull
java.time.Instant date)
A basic mark used to display results after the mark.
date - The results start with the elements updated before date.@NotNull public java.lang.String getText()
@NotNull public java.time.Instant getDate()
The results start with the elements updated before
date.
@NotNull public java.lang.String component1()
@NotNull public java.time.Instant component2()
The results start with the elements updated before
date.
@NotNull public SearchMark copy(@NotNull java.lang.String text, @NotNull java.time.Instant date)
A basic mark used to display results after the mark.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)