Package org.hertsstack.core.modelx
Class InternalHttpResponse
- java.lang.Object
-
- org.hertsstack.core.modelx.InternalHttpResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalHttpResponse extends java.lang.Object implements java.io.Serializable
Herts http response for internal message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalHttpResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExceptionCauseMessage()
InternalHttpMsg
getPayload()
void
setExceptionCauseMessage(java.lang.String exceptionCauseMessage)
void
setPayload(InternalHttpMsg payload)
-
-
-
Method Detail
-
getPayload
public InternalHttpMsg getPayload()
-
setPayload
public void setPayload(InternalHttpMsg payload)
-
getExceptionCauseMessage
public java.lang.String getExceptionCauseMessage()
-
setExceptionCauseMessage
public void setExceptionCauseMessage(java.lang.String exceptionCauseMessage)
-
-