public class HotFixResponse extends ResponseOUT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The Constant COPYRIGHT.
|
static java.lang.String |
VERSION
The Constant VERSION.
|
Constructor and Description |
---|
HotFixResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.pega.pegarules.priv.updatemanager.HotfixStatus> |
getHotFixStatus()
Gets the hot fix status.
|
java.lang.String |
getOutputFileName()
Gets the output file name.
|
void |
setHotFixStatus(java.util.List<com.pega.pegarules.priv.updatemanager.HotfixStatus> hotFixStatus)
Sets the hot fix status.
|
void |
setOutputFileName(java.lang.String outputFileName)
Sets the output file name.
|
addErrorMessage, get, getCpuTime, getErrorList, getErrorMessages, getRequest, getRowsError, getRowsSkipped, getRowsUpdated, isSuccess, remove, set, setCpuTime, setErrorMessages, setErrorMessages, setRequest, setRowsError, setRowsSkipped, setRowsUpdated, setSuccess
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public java.util.List<com.pega.pegarules.priv.updatemanager.HotfixStatus> getHotFixStatus()
public void setHotFixStatus(java.util.List<com.pega.pegarules.priv.updatemanager.HotfixStatus> hotFixStatus)
hotFixStatus
- the new hot fix statuspublic java.lang.String getOutputFileName()
public void setOutputFileName(java.lang.String outputFileName)
outputFileName
- the new output file nameCopyright © 2018 Pegasystems Inc. All Rights Reserved.