Skip navigation links
com.oracle.e1.jdemf
Class ApplicationStackResponse
java.lang.Object
com.oracle.e1.jdemf.ApplicationStackResponse
-
public class ApplicationStackResponse
- extends java.lang.Object
Class representing the expected output from application stack AIS call, the JSON response from AIS will be de-serialized to this class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationStackResponse
public ApplicationStackResponse()
checkSuccess
public boolean checkSuccess(java.lang.String appId)
setSuccess
public void setSuccess(boolean success)
isSuccess
public boolean isSuccess()
setStackId
public void setStackId(int stackId)
getStackId
public int getStackId()
setStateId
public void setStateId(int stateId)
getStateId
public int getStateId()
setRID
public void setRID(java.lang.String RID)
getRID
public java.lang.String getRID()
setCurrentApp
public void setCurrentApp(java.lang.String currentApp)
getCurrentApp
public java.lang.String getCurrentApp()
setSysErrors
public void setSysErrors(StackErrorWarning[] sysErrors)
getSysErrors
public StackErrorWarning[] getSysErrors()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.