Class Entry

java.lang.Object
com.github.fungal.api.deployment.Entry

public class Entry extends Object
Represents an entry
  • Constructor Details

    • Entry

      public Entry()
      Constructor
  • Method Details

    • getKey

      public Key getKey()
      Get the key
      Returns:
      The value
    • setKey

      public void setKey(Key value)
      Set the key
      Parameters:
      value - The value
    • getValue

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

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