fr.paris.lutece.plugins.phraseanet.business.response
Class Meta

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.response.Meta

public class Meta
extends Object

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

Meta

public Meta()
Method Detail

getApiVersion

public String getApiVersion()
Returns the ApiVersion

Returns:
The ApiVersion

setApiVersion

public void setApiVersion(String strApiVersion)
Sets the ApiVersion

Parameters:
strApiVersion - The ApiVersion

getRequest

public String getRequest()
Returns the Request

Returns:
The Request

setRequest

public void setRequest(String strRequest)
Sets the Request

Parameters:
strRequest - The Request

getResponseTime

public String getResponseTime()
Returns the ResponseTime

Returns:
The ResponseTime

setResponseTime

public void setResponseTime(String strResponseTime)
Sets the ResponseTime

Parameters:
strResponseTime - The ResponseTime

getHttpCode

public int getHttpCode()
Returns the HttpCode

Returns:
The HttpCode

setHttpCode

public void setHttpCode(int nHttpCode)
Sets the HttpCode

Parameters:
nHttpCode - The HttpCode

getErrorMessage

public String getErrorMessage()
Returns the ErrorMessage

Returns:
The ErrorMessage

setErrorMessage

public void setErrorMessage(String strErrorMessage)
Sets the ErrorMessage

Parameters:
strErrorMessage - The ErrorMessage

getErrorDetails

public String getErrorDetails()
Returns the ErrorDetails

Returns:
The ErrorDetails

setErrorDetails

public void setErrorDetails(String strErrorDetails)
Sets the ErrorDetails

Parameters:
strErrorDetails - The ErrorDetails

getCharset

public String getCharset()
Returns the Charset

Returns:
The Charset

setCharset

public void setCharset(String strCharset)
Sets the Charset

Parameters:
strCharset - The Charset


Copyright © 2013 Mairie de Paris. All Rights Reserved.