Package org.pentaho.di.www
Class WebResult
- java.lang.Object
-
- org.pentaho.di.www.WebResult
-
public class WebResult extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebResult
fromXMLString(String xml)
String
getId()
String
getMessage()
String
getResult()
String
getXML()
void
setId(String id)
void
setMessage(String message)
void
setResult(String result)
String
toString()
-
-
-
Field Detail
-
XML_TAG
public static final String XML_TAG
- See Also:
- Constant Field Values
-
STRING_OK
public static final String STRING_OK
- See Also:
- Constant Field Values
-
STRING_ERROR
public static final String STRING_ERROR
- See Also:
- Constant Field Values
-
OK
public static final WebResult OK
-
-
Method Detail
-
getXML
public String getXML()
-
getResult
public String getResult()
-
setResult
public void setResult(String result)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
fromXMLString
public static WebResult fromXMLString(String xml) throws KettleXMLException
- Throws:
KettleXMLException
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id
- the id to set
-
-