|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.response.Meta
public class Meta
This is the business class for the object Meta
Constructor Summary | |
---|---|
Meta()
|
Method Summary | |
---|---|
String |
getApiVersion()
Returns the ApiVersion |
String |
getCharset()
Returns the Charset |
String |
getErrorDetails()
Returns the ErrorDetails |
String |
getErrorMessage()
Returns the ErrorMessage |
int |
getHttpCode()
Returns the HttpCode |
String |
getRequest()
Returns the Request |
String |
getResponseTime()
Returns the ResponseTime |
void |
setApiVersion(String strApiVersion)
Sets the ApiVersion |
void |
setCharset(String strCharset)
Sets the Charset |
void |
setErrorDetails(String strErrorDetails)
Sets the ErrorDetails |
void |
setErrorMessage(String strErrorMessage)
Sets the ErrorMessage |
void |
setHttpCode(int nHttpCode)
Sets the HttpCode |
void |
setRequest(String strRequest)
Sets the Request |
void |
setResponseTime(String strResponseTime)
Sets the ResponseTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Meta()
Method Detail |
---|
public String getApiVersion()
public void setApiVersion(String strApiVersion)
strApiVersion
- The ApiVersionpublic String getRequest()
public void setRequest(String strRequest)
strRequest
- The Requestpublic String getResponseTime()
public void setResponseTime(String strResponseTime)
strResponseTime
- The ResponseTimepublic int getHttpCode()
public void setHttpCode(int nHttpCode)
nHttpCode
- The HttpCodepublic String getErrorMessage()
public void setErrorMessage(String strErrorMessage)
strErrorMessage
- The ErrorMessagepublic String getErrorDetails()
public void setErrorDetails(String strErrorDetails)
strErrorDetails
- The ErrorDetailspublic String getCharset()
public void setCharset(String strCharset)
strCharset
- The Charset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |