Class ConfResponse

Object
com.tailf.conf.ConfResponse

public class ConfResponse extends Object
Internal Class. This class is used by the internal communication API in Java.
  • Field Details

    • op

      public int op
    • error

      public boolean error
    • errorCode

      public int errorCode
    • errorString

      public String errorString
    • term

      public ConfEObject term
  • Constructor Details

    • ConfResponse

      public ConfResponse()
  • Method Details