Package zowe.client.sdk.zosconsole.input
Class IssueConsoleParams
- java.lang.Object
-
- zowe.client.sdk.zosconsole.input.IssueConsoleParams
-
public class IssueConsoleParams extends Object
The z/OSMF console API parameters. See the z/OSMF REST API documentation for full details.- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description IssueConsoleParams(String command)
IssueConsoleParams constructor, command value is required
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getCmd()
Retrieve cmd valueOptional<String>
getSolKey()
Retrieve solKey valueOptional<String>
getSystem()
Retrieve system valueboolean
isProcessResponse()
Retrieve is processResponse specifiedvoid
setProcessResponse(boolean processResponse)
Assign system valuevoid
setSolKey(String solKey)
Assign solKey valuevoid
setSystem(String system)
Assign system valueString
toString()
Return string value representing IssueConsoleParams object
-
-
-
Constructor Detail
-
IssueConsoleParams
public IssueConsoleParams(String command)
IssueConsoleParams constructor, command value is required- Parameters:
command
- console command to issue
-
-
Method Detail
-
setSolKey
public void setSolKey(String solKey)
Assign solKey value- Parameters:
solKey
- value
-
setSystem
public void setSystem(String system)
Assign system value- Parameters:
system
- value
-
isProcessResponse
public boolean isProcessResponse()
Retrieve is processResponse specified- Returns:
- boolean true or false
-
setProcessResponse
public void setProcessResponse(boolean processResponse)
Assign system value- Parameters:
processResponse
- value
-
-