com.google.code.facebookapi.schema
Class Metrics

java.lang.Object
  extended by com.google.code.facebookapi.schema.Metrics
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Metrics
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for metrics complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="metrics">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="end_time" type="{http://api.facebook.com/1.0/}time" minOccurs="0"/>
         <element name="active_users" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="api_calls" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_api_calls" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_canvas_page_views" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_http_request_time_avg" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_fbml_render_time_avg" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_adds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_removes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_blocks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="unique_unblocks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_0" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_100" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_200" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_200ND" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_301" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_302" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_303" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_400" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_401" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_402" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_403" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_404" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_405" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_413" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_422" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_500" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_502" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_503" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="canvas_page_views_http_code_505" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer activeUsers
           
protected  java.lang.Integer apiCalls
           
protected  java.lang.Integer canvasFbmlRenderTimeAvg
           
protected  java.lang.Integer canvasHttpRequestTimeAvg
           
protected  java.lang.Integer canvasPageViews
           
protected  java.lang.Integer canvasPageViewsHttpCode0
           
protected  java.lang.Integer canvasPageViewsHttpCode100
           
protected  java.lang.Integer canvasPageViewsHttpCode200
           
protected  java.lang.Integer canvasPageViewsHttpCode200ND
           
protected  java.lang.Integer canvasPageViewsHttpCode301
           
protected  java.lang.Integer canvasPageViewsHttpCode302
           
protected  java.lang.Integer canvasPageViewsHttpCode303
           
protected  java.lang.Integer canvasPageViewsHttpCode400
           
protected  java.lang.Integer canvasPageViewsHttpCode401
           
protected  java.lang.Integer canvasPageViewsHttpCode402
           
protected  java.lang.Integer canvasPageViewsHttpCode403
           
protected  java.lang.Integer canvasPageViewsHttpCode404
           
protected  java.lang.Integer canvasPageViewsHttpCode405
           
protected  java.lang.Integer canvasPageViewsHttpCode413
           
protected  java.lang.Integer canvasPageViewsHttpCode422
           
protected  java.lang.Integer canvasPageViewsHttpCode500
           
protected  java.lang.Integer canvasPageViewsHttpCode502
           
protected  java.lang.Integer canvasPageViewsHttpCode503
           
protected  java.lang.Integer canvasPageViewsHttpCode505
           
protected  java.lang.Long endTime
           
protected  java.lang.Integer uniqueAdds
           
protected  java.lang.Integer uniqueApiCalls
           
protected  java.lang.Integer uniqueBlocks
           
protected  java.lang.Integer uniqueCanvasPageViews
           
protected  java.lang.Integer uniqueRemoves
           
protected  java.lang.Integer uniqueUnblocks
           
 
Constructor Summary
Metrics()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.Integer getActiveUsers()
          Gets the value of the activeUsers property.
 java.lang.Integer getApiCalls()
          Gets the value of the apiCalls property.
 java.lang.Integer getCanvasFbmlRenderTimeAvg()
          Gets the value of the canvasFbmlRenderTimeAvg property.
 java.lang.Integer getCanvasHttpRequestTimeAvg()
          Gets the value of the canvasHttpRequestTimeAvg property.
 java.lang.Integer getCanvasPageViews()
          Gets the value of the canvasPageViews property.
 java.lang.Integer getCanvasPageViewsHttpCode0()
          Gets the value of the canvasPageViewsHttpCode0 property.
 java.lang.Integer getCanvasPageViewsHttpCode100()
          Gets the value of the canvasPageViewsHttpCode100 property.
 java.lang.Integer getCanvasPageViewsHttpCode200()
          Gets the value of the canvasPageViewsHttpCode200 property.
 java.lang.Integer getCanvasPageViewsHttpCode200ND()
          Gets the value of the canvasPageViewsHttpCode200ND property.
 java.lang.Integer getCanvasPageViewsHttpCode301()
          Gets the value of the canvasPageViewsHttpCode301 property.
 java.lang.Integer getCanvasPageViewsHttpCode302()
          Gets the value of the canvasPageViewsHttpCode302 property.
 java.lang.Integer getCanvasPageViewsHttpCode303()
          Gets the value of the canvasPageViewsHttpCode303 property.
 java.lang.Integer getCanvasPageViewsHttpCode400()
          Gets the value of the canvasPageViewsHttpCode400 property.
 java.lang.Integer getCanvasPageViewsHttpCode401()
          Gets the value of the canvasPageViewsHttpCode401 property.
 java.lang.Integer getCanvasPageViewsHttpCode402()
          Gets the value of the canvasPageViewsHttpCode402 property.
 java.lang.Integer getCanvasPageViewsHttpCode403()
          Gets the value of the canvasPageViewsHttpCode403 property.
 java.lang.Integer getCanvasPageViewsHttpCode404()
          Gets the value of the canvasPageViewsHttpCode404 property.
 java.lang.Integer getCanvasPageViewsHttpCode405()
          Gets the value of the canvasPageViewsHttpCode405 property.
 java.lang.Integer getCanvasPageViewsHttpCode413()
          Gets the value of the canvasPageViewsHttpCode413 property.
 java.lang.Integer getCanvasPageViewsHttpCode422()
          Gets the value of the canvasPageViewsHttpCode422 property.
 java.lang.Integer getCanvasPageViewsHttpCode500()
          Gets the value of the canvasPageViewsHttpCode500 property.
 java.lang.Integer getCanvasPageViewsHttpCode502()
          Gets the value of the canvasPageViewsHttpCode502 property.
 java.lang.Integer getCanvasPageViewsHttpCode503()
          Gets the value of the canvasPageViewsHttpCode503 property.
 java.lang.Integer getCanvasPageViewsHttpCode505()
          Gets the value of the canvasPageViewsHttpCode505 property.
 java.lang.Long getEndTime()
          Gets the value of the endTime property.
 java.lang.Integer getUniqueAdds()
          Gets the value of the uniqueAdds property.
 java.lang.Integer getUniqueApiCalls()
          Gets the value of the uniqueApiCalls property.
 java.lang.Integer getUniqueBlocks()
          Gets the value of the uniqueBlocks property.
 java.lang.Integer getUniqueCanvasPageViews()
          Gets the value of the uniqueCanvasPageViews property.
 java.lang.Integer getUniqueRemoves()
          Gets the value of the uniqueRemoves property.
 java.lang.Integer getUniqueUnblocks()
          Gets the value of the uniqueUnblocks property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setActiveUsers(java.lang.Integer value)
          Sets the value of the activeUsers property.
 void setApiCalls(java.lang.Integer value)
          Sets the value of the apiCalls property.
 void setCanvasFbmlRenderTimeAvg(java.lang.Integer value)
          Sets the value of the canvasFbmlRenderTimeAvg property.
 void setCanvasHttpRequestTimeAvg(java.lang.Integer value)
          Sets the value of the canvasHttpRequestTimeAvg property.
 void setCanvasPageViews(java.lang.Integer value)
          Sets the value of the canvasPageViews property.
 void setCanvasPageViewsHttpCode0(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode0 property.
 void setCanvasPageViewsHttpCode100(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode100 property.
 void setCanvasPageViewsHttpCode200(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode200 property.
 void setCanvasPageViewsHttpCode200ND(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode200ND property.
 void setCanvasPageViewsHttpCode301(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode301 property.
 void setCanvasPageViewsHttpCode302(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode302 property.
 void setCanvasPageViewsHttpCode303(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode303 property.
 void setCanvasPageViewsHttpCode400(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode400 property.
 void setCanvasPageViewsHttpCode401(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode401 property.
 void setCanvasPageViewsHttpCode402(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode402 property.
 void setCanvasPageViewsHttpCode403(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode403 property.
 void setCanvasPageViewsHttpCode404(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode404 property.
 void setCanvasPageViewsHttpCode405(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode405 property.
 void setCanvasPageViewsHttpCode413(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode413 property.
 void setCanvasPageViewsHttpCode422(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode422 property.
 void setCanvasPageViewsHttpCode500(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode500 property.
 void setCanvasPageViewsHttpCode502(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode502 property.
 void setCanvasPageViewsHttpCode503(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode503 property.
 void setCanvasPageViewsHttpCode505(java.lang.Integer value)
          Sets the value of the canvasPageViewsHttpCode505 property.
 void setEndTime(java.lang.Long value)
          Sets the value of the endTime property.
 void setUniqueAdds(java.lang.Integer value)
          Sets the value of the uniqueAdds property.
 void setUniqueApiCalls(java.lang.Integer value)
          Sets the value of the uniqueApiCalls property.
 void setUniqueBlocks(java.lang.Integer value)
          Sets the value of the uniqueBlocks property.
 void setUniqueCanvasPageViews(java.lang.Integer value)
          Sets the value of the uniqueCanvasPageViews property.
 void setUniqueRemoves(java.lang.Integer value)
          Sets the value of the uniqueRemoves property.
 void setUniqueUnblocks(java.lang.Integer value)
          Sets the value of the uniqueUnblocks property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

endTime

protected java.lang.Long endTime

activeUsers

protected java.lang.Integer activeUsers

apiCalls

protected java.lang.Integer apiCalls

uniqueApiCalls

protected java.lang.Integer uniqueApiCalls

canvasPageViews

protected java.lang.Integer canvasPageViews

uniqueCanvasPageViews

protected java.lang.Integer uniqueCanvasPageViews

canvasHttpRequestTimeAvg

protected java.lang.Integer canvasHttpRequestTimeAvg

canvasFbmlRenderTimeAvg

protected java.lang.Integer canvasFbmlRenderTimeAvg

uniqueAdds

protected java.lang.Integer uniqueAdds

uniqueRemoves

protected java.lang.Integer uniqueRemoves

uniqueBlocks

protected java.lang.Integer uniqueBlocks

uniqueUnblocks

protected java.lang.Integer uniqueUnblocks

canvasPageViewsHttpCode0

protected java.lang.Integer canvasPageViewsHttpCode0

canvasPageViewsHttpCode100

protected java.lang.Integer canvasPageViewsHttpCode100

canvasPageViewsHttpCode200

protected java.lang.Integer canvasPageViewsHttpCode200

canvasPageViewsHttpCode200ND

protected java.lang.Integer canvasPageViewsHttpCode200ND

canvasPageViewsHttpCode301

protected java.lang.Integer canvasPageViewsHttpCode301

canvasPageViewsHttpCode302

protected java.lang.Integer canvasPageViewsHttpCode302

canvasPageViewsHttpCode303

protected java.lang.Integer canvasPageViewsHttpCode303

canvasPageViewsHttpCode400

protected java.lang.Integer canvasPageViewsHttpCode400

canvasPageViewsHttpCode401

protected java.lang.Integer canvasPageViewsHttpCode401

canvasPageViewsHttpCode402

protected java.lang.Integer canvasPageViewsHttpCode402

canvasPageViewsHttpCode403

protected java.lang.Integer canvasPageViewsHttpCode403

canvasPageViewsHttpCode404

protected java.lang.Integer canvasPageViewsHttpCode404

canvasPageViewsHttpCode405

protected java.lang.Integer canvasPageViewsHttpCode405

canvasPageViewsHttpCode413

protected java.lang.Integer canvasPageViewsHttpCode413

canvasPageViewsHttpCode422

protected java.lang.Integer canvasPageViewsHttpCode422

canvasPageViewsHttpCode500

protected java.lang.Integer canvasPageViewsHttpCode500

canvasPageViewsHttpCode502

protected java.lang.Integer canvasPageViewsHttpCode502

canvasPageViewsHttpCode503

protected java.lang.Integer canvasPageViewsHttpCode503

canvasPageViewsHttpCode505

protected java.lang.Integer canvasPageViewsHttpCode505
Constructor Detail

Metrics

public Metrics()
Method Detail

getEndTime

public java.lang.Long getEndTime()
Gets the value of the endTime property.

Returns:
possible object is Long

setEndTime

public void setEndTime(java.lang.Long value)
Sets the value of the endTime property.

Parameters:
value - allowed object is Long

getActiveUsers

public java.lang.Integer getActiveUsers()
Gets the value of the activeUsers property.

Returns:
possible object is Integer

setActiveUsers

public void setActiveUsers(java.lang.Integer value)
Sets the value of the activeUsers property.

Parameters:
value - allowed object is Integer

getApiCalls

public java.lang.Integer getApiCalls()
Gets the value of the apiCalls property.

Returns:
possible object is Integer

setApiCalls

public void setApiCalls(java.lang.Integer value)
Sets the value of the apiCalls property.

Parameters:
value - allowed object is Integer

getUniqueApiCalls

public java.lang.Integer getUniqueApiCalls()
Gets the value of the uniqueApiCalls property.

Returns:
possible object is Integer

setUniqueApiCalls

public void setUniqueApiCalls(java.lang.Integer value)
Sets the value of the uniqueApiCalls property.

Parameters:
value - allowed object is Integer

getCanvasPageViews

public java.lang.Integer getCanvasPageViews()
Gets the value of the canvasPageViews property.

Returns:
possible object is Integer

setCanvasPageViews

public void setCanvasPageViews(java.lang.Integer value)
Sets the value of the canvasPageViews property.

Parameters:
value - allowed object is Integer

getUniqueCanvasPageViews

public java.lang.Integer getUniqueCanvasPageViews()
Gets the value of the uniqueCanvasPageViews property.

Returns:
possible object is Integer

setUniqueCanvasPageViews

public void setUniqueCanvasPageViews(java.lang.Integer value)
Sets the value of the uniqueCanvasPageViews property.

Parameters:
value - allowed object is Integer

getCanvasHttpRequestTimeAvg

public java.lang.Integer getCanvasHttpRequestTimeAvg()
Gets the value of the canvasHttpRequestTimeAvg property.

Returns:
possible object is Integer

setCanvasHttpRequestTimeAvg

public void setCanvasHttpRequestTimeAvg(java.lang.Integer value)
Sets the value of the canvasHttpRequestTimeAvg property.

Parameters:
value - allowed object is Integer

getCanvasFbmlRenderTimeAvg

public java.lang.Integer getCanvasFbmlRenderTimeAvg()
Gets the value of the canvasFbmlRenderTimeAvg property.

Returns:
possible object is Integer

setCanvasFbmlRenderTimeAvg

public void setCanvasFbmlRenderTimeAvg(java.lang.Integer value)
Sets the value of the canvasFbmlRenderTimeAvg property.

Parameters:
value - allowed object is Integer

getUniqueAdds

public java.lang.Integer getUniqueAdds()
Gets the value of the uniqueAdds property.

Returns:
possible object is Integer

setUniqueAdds

public void setUniqueAdds(java.lang.Integer value)
Sets the value of the uniqueAdds property.

Parameters:
value - allowed object is Integer

getUniqueRemoves

public java.lang.Integer getUniqueRemoves()
Gets the value of the uniqueRemoves property.

Returns:
possible object is Integer

setUniqueRemoves

public void setUniqueRemoves(java.lang.Integer value)
Sets the value of the uniqueRemoves property.

Parameters:
value - allowed object is Integer

getUniqueBlocks

public java.lang.Integer getUniqueBlocks()
Gets the value of the uniqueBlocks property.

Returns:
possible object is Integer

setUniqueBlocks

public void setUniqueBlocks(java.lang.Integer value)
Sets the value of the uniqueBlocks property.

Parameters:
value - allowed object is Integer

getUniqueUnblocks

public java.lang.Integer getUniqueUnblocks()
Gets the value of the uniqueUnblocks property.

Returns:
possible object is Integer

setUniqueUnblocks

public void setUniqueUnblocks(java.lang.Integer value)
Sets the value of the uniqueUnblocks property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode0

public java.lang.Integer getCanvasPageViewsHttpCode0()
Gets the value of the canvasPageViewsHttpCode0 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode0

public void setCanvasPageViewsHttpCode0(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode0 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode100

public java.lang.Integer getCanvasPageViewsHttpCode100()
Gets the value of the canvasPageViewsHttpCode100 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode100

public void setCanvasPageViewsHttpCode100(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode100 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode200

public java.lang.Integer getCanvasPageViewsHttpCode200()
Gets the value of the canvasPageViewsHttpCode200 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode200

public void setCanvasPageViewsHttpCode200(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode200 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode200ND

public java.lang.Integer getCanvasPageViewsHttpCode200ND()
Gets the value of the canvasPageViewsHttpCode200ND property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode200ND

public void setCanvasPageViewsHttpCode200ND(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode200ND property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode301

public java.lang.Integer getCanvasPageViewsHttpCode301()
Gets the value of the canvasPageViewsHttpCode301 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode301

public void setCanvasPageViewsHttpCode301(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode301 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode302

public java.lang.Integer getCanvasPageViewsHttpCode302()
Gets the value of the canvasPageViewsHttpCode302 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode302

public void setCanvasPageViewsHttpCode302(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode302 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode303

public java.lang.Integer getCanvasPageViewsHttpCode303()
Gets the value of the canvasPageViewsHttpCode303 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode303

public void setCanvasPageViewsHttpCode303(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode303 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode400

public java.lang.Integer getCanvasPageViewsHttpCode400()
Gets the value of the canvasPageViewsHttpCode400 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode400

public void setCanvasPageViewsHttpCode400(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode400 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode401

public java.lang.Integer getCanvasPageViewsHttpCode401()
Gets the value of the canvasPageViewsHttpCode401 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode401

public void setCanvasPageViewsHttpCode401(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode401 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode402

public java.lang.Integer getCanvasPageViewsHttpCode402()
Gets the value of the canvasPageViewsHttpCode402 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode402

public void setCanvasPageViewsHttpCode402(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode402 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode403

public java.lang.Integer getCanvasPageViewsHttpCode403()
Gets the value of the canvasPageViewsHttpCode403 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode403

public void setCanvasPageViewsHttpCode403(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode403 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode404

public java.lang.Integer getCanvasPageViewsHttpCode404()
Gets the value of the canvasPageViewsHttpCode404 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode404

public void setCanvasPageViewsHttpCode404(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode404 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode405

public java.lang.Integer getCanvasPageViewsHttpCode405()
Gets the value of the canvasPageViewsHttpCode405 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode405

public void setCanvasPageViewsHttpCode405(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode405 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode413

public java.lang.Integer getCanvasPageViewsHttpCode413()
Gets the value of the canvasPageViewsHttpCode413 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode413

public void setCanvasPageViewsHttpCode413(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode413 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode422

public java.lang.Integer getCanvasPageViewsHttpCode422()
Gets the value of the canvasPageViewsHttpCode422 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode422

public void setCanvasPageViewsHttpCode422(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode422 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode500

public java.lang.Integer getCanvasPageViewsHttpCode500()
Gets the value of the canvasPageViewsHttpCode500 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode500

public void setCanvasPageViewsHttpCode500(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode500 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode502

public java.lang.Integer getCanvasPageViewsHttpCode502()
Gets the value of the canvasPageViewsHttpCode502 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode502

public void setCanvasPageViewsHttpCode502(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode502 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode503

public java.lang.Integer getCanvasPageViewsHttpCode503()
Gets the value of the canvasPageViewsHttpCode503 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode503

public void setCanvasPageViewsHttpCode503(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode503 property.

Parameters:
value - allowed object is Integer

getCanvasPageViewsHttpCode505

public java.lang.Integer getCanvasPageViewsHttpCode505()
Gets the value of the canvasPageViewsHttpCode505 property.

Returns:
possible object is Integer

setCanvasPageViewsHttpCode505

public void setCanvasPageViewsHttpCode505(java.lang.Integer value)
Sets the value of the canvasPageViewsHttpCode505 property.

Parameters:
value - allowed object is Integer

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.