com.google.code.facebookapi.schema
Class Metrics

java.lang.Object
  extended by com.google.code.facebookapi.schema.Metrics

public class Metrics
extends java.lang.Object

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"/>
       </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 endTime
           
protected  java.lang.Integer uniqueApiCalls
           
protected  java.lang.Integer uniqueCanvasPageViews
           
 
Constructor Summary
Metrics()
           
 
Method Summary
 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 getEndTime()
          Gets the value of the endTime property.
 java.lang.Integer getUniqueApiCalls()
          Gets the value of the uniqueApiCalls property.
 java.lang.Integer getUniqueCanvasPageViews()
          Gets the value of the uniqueCanvasPageViews property.
 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 setEndTime(java.lang.Integer value)
          Sets the value of the endTime property.
 void setUniqueApiCalls(java.lang.Integer value)
          Sets the value of the uniqueApiCalls property.
 void setUniqueCanvasPageViews(java.lang.Integer value)
          Sets the value of the uniqueCanvasPageViews property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endTime

protected java.lang.Integer 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
Constructor Detail

Metrics

public Metrics()
Method Detail

getEndTime

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

Returns:
possible object is Integer

setEndTime

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

Parameters:
value - allowed object is Integer

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


Copyright © 2008. All Rights Reserved.