Interface ISearchStatus

  • All Known Implementing Classes:
    SearchStatus

    public interface ISearchStatus
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getCode

        String getCode()
        element : code of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setCode

        void setCode​(String code)
      • getMessage

        String getMessage()
        element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setMessage

        void setMessage​(String message)