public class CreateApplicationQuery
To handle application request creation.
public CreateApplicationQuery(@NotNull
java.lang.String name,
@NotNull
java.lang.String label,
@NotNull
java.lang.String namespace,
@NotNull
java.util.Locale locale)
To handle application request creation.
@NotNull public java.lang.String getName()
@NotNull public java.lang.String getLabel()
@NotNull public java.lang.String getNamespace()
@NotNull public java.util.Locale getLocale()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public java.lang.String component3()
@NotNull public java.util.Locale component4()
@NotNull public CreateApplicationQuery copy(@NotNull java.lang.String name, @NotNull java.lang.String label, @NotNull java.lang.String namespace, @NotNull java.util.Locale locale)
To handle application request creation.
@NotNull public java.lang.String toString()
To handle application request creation.
public int hashCode()
To handle application request creation.
public boolean equals(@Nullable
java.lang.Object p)
To handle application request creation.