public class UserStateSearchResult
| Constructor and Description |
|---|
UserStateSearchResult(java.time.Instant creationDate,
java.util.Set<java.lang.String> flags) |
UserStateSearchResult(fr.vsct.tock.bot.engine.user.UserState state) |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
component1() |
java.util.Set<java.lang.String> |
component2() |
UserStateSearchResult |
copy(java.time.Instant creationDate,
java.util.Set<java.lang.String> flags) |
boolean |
equals(java.lang.Object p) |
java.time.Instant |
getCreationDate() |
java.util.Set<java.lang.String> |
getFlags() |
int |
hashCode() |
java.lang.String |
toString() |
public UserStateSearchResult(java.time.Instant creationDate,
java.util.Set<java.lang.String> flags)
public UserStateSearchResult(fr.vsct.tock.bot.engine.user.UserState state)
public java.time.Instant getCreationDate()
public java.util.Set<java.lang.String> getFlags()
public java.time.Instant component1()
public java.util.Set<java.lang.String> component2()
public UserStateSearchResult copy(java.time.Instant creationDate, java.util.Set<java.lang.String> flags)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)