Class ProtocolType

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

public class ProtocolType extends Object
A protocol tag
Author:
Jesper Pedersen
  • Constructor Details

    • ProtocolType

      public ProtocolType()
      Constructor
  • Method Details

    • getId

      public String getId()
      Get the id
      Returns:
      The value
    • setId

      public void setId(String v)
      Set the id
      Parameters:
      v - The value
    • getClassName

      public String getClassName()
      Get the class name
      Returns:
      The value
    • setClassName

      public void setClassName(String v)
      Set the class name
      Parameters:
      v - The value
    • getProperty

      public List<PropertyType> getProperty()
      Get the property
      Returns:
      The value