public class AppDetails
Holds details of the current application
public AppDetails(@NotNull java.lang.String appName, @NotNull java.lang.String appVersion)
Holds details of the current application
appName
- The name of the current applicationappVersion
- The version of the current application@NotNull public java.lang.String toString()
@NotNull public java.lang.String getAppName()
The name of the current application
@NotNull public java.lang.String getAppVersion()
The version of the current application
@NotNull public java.lang.String component1()
The name of the current application
@NotNull public java.lang.String component2()
The version of the current application
@NotNull public AppDetails copy(@NotNull java.lang.String appName, @NotNull java.lang.String appVersion)
Holds details of the current application
public int hashCode()
Holds details of the current application
public boolean equals(@Nullable java.lang.Object p)
Holds details of the current application