com.google.code.facebookapi.schema
Class DailyMetrics

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

public class DailyMetrics
extends java.lang.Object

Java class for daily_metrics complex type.

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

 <complexType name="daily_metrics">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="date" type="{http://api.facebook.com/1.0/}time" minOccurs="0"/>
         <element name="daily_active_users" 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="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 apiCalls
           
protected  java.lang.Integer canvasFbmlRenderTimeAvg
           
protected  java.lang.Integer canvasHttpRequestTimeAvg
           
protected  java.lang.Integer canvasPageViews
           
protected  java.lang.Integer dailyActiveUsers
           
protected  java.lang.Integer date
           
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
DailyMetrics()
           
 
Method Summary
 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 getDailyActiveUsers()
          Gets the value of the dailyActiveUsers property.
 java.lang.Integer getDate()
          Gets the value of the date 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.
 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 setDailyActiveUsers(java.lang.Integer value)
          Sets the value of the dailyActiveUsers property.
 void setDate(java.lang.Integer value)
          Sets the value of the date 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected java.lang.Integer date

dailyActiveUsers

protected java.lang.Integer dailyActiveUsers

uniqueAdds

protected java.lang.Integer uniqueAdds

uniqueRemoves

protected java.lang.Integer uniqueRemoves

uniqueBlocks

protected java.lang.Integer uniqueBlocks

uniqueUnblocks

protected java.lang.Integer uniqueUnblocks

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

DailyMetrics

public DailyMetrics()
Method Detail

getDate

public java.lang.Integer getDate()
Gets the value of the date property.

Returns:
possible object is Integer

setDate

public void setDate(java.lang.Integer value)
Sets the value of the date property.

Parameters:
value - allowed object is Integer

getDailyActiveUsers

public java.lang.Integer getDailyActiveUsers()
Gets the value of the dailyActiveUsers property.

Returns:
possible object is Integer

setDailyActiveUsers

public void setDailyActiveUsers(java.lang.Integer value)
Sets the value of the dailyActiveUsers 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

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.