Package io.inugami.commons.engine
Class HttpConnectorResultJs
- java.lang.Object
-
- io.inugami.commons.engine.HttpConnectorResultJs
-
- All Implemented Interfaces:
ClonableObject<JsonObject>
,JsonObject
,JsonObjectToJson
,Serializable
public class HttpConnectorResultJs extends Object implements JsonObject
HttpConnectorResultJs- Since:
- 21 déc. 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpConnectorResultJs(HttpConnectorResult httpResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData()
long
getDelais()
String
getMessage()
long
getResponseAt()
int
getStatus()
void
setData(Object data)
void
setDelais(long delais)
void
setMessage(String message)
void
setResponseAt(long responseAt)
void
setStatus(int status)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.inugami.api.models.data.basic.JsonObject
cloneObj, convertToObject
-
Methods inherited from interface io.inugami.api.models.data.JsonObjectToJson
buildJsonError, convertToJson, extractStack
-
-
-
-
Constructor Detail
-
HttpConnectorResultJs
public HttpConnectorResultJs(HttpConnectorResult httpResult)
-
-
Method Detail
-
getStatus
public int getStatus()
-
setStatus
public void setStatus(int status)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getData
public Object getData()
-
setData
public void setData(Object data)
-
getResponseAt
public long getResponseAt()
-
setResponseAt
public void setResponseAt(long responseAt)
-
getDelais
public long getDelais()
-
setDelais
public void setDelais(long delais)
-
-