Class SmeupDataObj

java.lang.Object
com.smeup.kokos.sdk.model.data.SmeupDataObj

public class SmeupDataObj extends Object
  • Constructor Details

    • SmeupDataObj

      public SmeupDataObj()
    • SmeupDataObj

      public SmeupDataObj(String t, String p)
  • Method Details

    • getT

      public String getT()
    • setT

      public void setT(String t)
    • getP

      public String getP()
    • setP

      public void setP(String p)
    • getTp

      public String getTp()
    • fromTp

      public static SmeupDataObj fromTp(String input)
      Gets a concat of type and parameter and serializes it into a SmeupDataObj with t=type and p=parameter.
      Parameters:
      input - the concat string, e.g. CNCOL
      Returns:
      new SmeupDataObj("CN", "COL", "")