Package zowe.client.sdk.parse
Interface JsonParse
-
- All Known Implementing Classes:
DatasetJsonParse
,JobFileJsonParse
,JobJsonParse
,MemberJsonParse
,MvsConsoleJsonParse
,PropsJsonParse
,SystemInfoJsonParse
,SystemsJsonParse
,TsoJsonParse
,TsoStopJsonParse
,UnixFileJsonParse
,UnixZfsJsonParse
,ZosLogItemJsonParse
,ZosLogReplyJsonParse
public interface JsonParse
Base abstract class that conforms to json parse operation- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
parseResponse()
Parse the data json value given in constructorJsonParse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
parseResponse
Object parseResponse()
Parse the data json value given in constructor- Returns:
- Object value of parsed json data
-
setJsonObject
JsonParse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Parameters:
data
- json data to parse- Returns:
- JsonParseResponse interface object
-
-