Class Payload

java.lang.Object
io.getunleash.engine.Payload

public class Payload extends Object
  • Constructor Details

    • Payload

      public Payload()
  • Method Details

    • getType

      public String getType()
    • getValue

      public String getValue()
    • setType

      public void setType(String newType)
    • setValue

      public void setValue(String newValue)