java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.ServerDto

public class ServerDto extends Object
Represents outgoing server information json.
  • Constructor Details

    • ServerDto

      public ServerDto(String serverUUID, String serverName, boolean proxy)
  • Method Details

    • fromServer

      public static ServerDto fromServer(Server server)
    • getServerUUID

      public String getServerUUID()
    • getServerName

      public String getServerName()
    • isProxy

      public boolean isProxy()
    • toString

      public String toString()
      Overrides:
      toString in class Object