public class UserReportQuery
public UserReportQuery(@NotNull
java.lang.String namespace,
@NotNull
java.lang.String nlpModel,
@NotNull
java.util.Locale language,
long start,
int size,
@Nullable
java.lang.String name,
@Nullable
java.time.ZonedDateTime from,
@Nullable
java.time.ZonedDateTime to,
@NotNull
java.util.Map<java.lang.String,java.lang.String> flags,
boolean displayTests)
displayTests - Display test users.@NotNull public java.lang.String getNamespace()
@NotNull public java.lang.String getNlpModel()
@NotNull public java.util.Locale getLanguage()
public long getStart()
public int getSize()
@Nullable public java.lang.String getName()
@Nullable public java.time.ZonedDateTime getFrom()
@Nullable public java.time.ZonedDateTime getTo()
@NotNull public java.util.Map<java.lang.String,java.lang.String> getFlags()
public boolean getDisplayTests()
Display test users.
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public java.util.Locale component3()
public long component4()
public int component5()
@Nullable public java.lang.String component6()
@Nullable public java.time.ZonedDateTime component7()
@Nullable public java.time.ZonedDateTime component8()
@NotNull public java.util.Map<java.lang.String,java.lang.String> component9()
public boolean component10()
Display test users.
@NotNull public UserReportQuery copy(@NotNull java.lang.String namespace, @NotNull java.lang.String nlpModel, @NotNull java.util.Locale language, long start, int size, @Nullable java.lang.String name, @Nullable java.time.ZonedDateTime from, @Nullable java.time.ZonedDateTime to, @NotNull java.util.Map<java.lang.String,java.lang.String> flags, boolean displayTests)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)