Class ServerType

java.lang.Object
com.github.fungal.bootstrap.ServerType

public class ServerType extends Object
A server tag
Author:
Jesper Pedersen
  • Constructor Details

    • ServerType

      public ServerType()
      Constructor
  • Method Details

    • getProtocol

      public String getProtocol()
      Get the protocol
      Returns:
      The value
    • setProtocol

      public void setProtocol(String v)
      Set the protocol
      Parameters:
      v - The value
    • getPattern

      public String getPattern()
      Get the pattern
      Returns:
      The value
    • setPattern

      public void setPattern(String v)
      Set the pattern
      Parameters:
      v - The value
    • getValue

      public String getValue()
      Get the value
      Returns:
      The value
    • setValue

      public void setValue(String v)
      Set the value
      Parameters:
      v - The value