Class ProjectRequestDocument.ClientInformation

java.lang.Object
io.spring.initializr.actuate.stat.ProjectRequestDocument.ClientInformation
Enclosing class:
ProjectRequestDocument

public static class ProjectRequestDocument.ClientInformation extends Object
Client information.
Author:
Stephane Nicoll
  • Constructor Details

    • ClientInformation

      public ClientInformation(@Nullable Agent agent, @Nullable String ip, @Nullable String country)
  • Method Details

    • getId

      public @Nullable String getId()
    • getVersion

      public @Nullable String getVersion()
    • getIp

      public @Nullable String getIp()
    • getCountry

      public @Nullable String getCountry()
    • toString

      public String toString()
      Overrides:
      toString in class Object