|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.DailyMetrics
public class DailyMetrics
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 |
|---|
protected java.lang.Integer date
protected java.lang.Integer dailyActiveUsers
protected java.lang.Integer uniqueAdds
protected java.lang.Integer uniqueRemoves
protected java.lang.Integer uniqueBlocks
protected java.lang.Integer uniqueUnblocks
protected java.lang.Integer apiCalls
protected java.lang.Integer uniqueApiCalls
protected java.lang.Integer canvasPageViews
protected java.lang.Integer uniqueCanvasPageViews
protected java.lang.Integer canvasHttpRequestTimeAvg
protected java.lang.Integer canvasFbmlRenderTimeAvg
| Constructor Detail |
|---|
public DailyMetrics()
| Method Detail |
|---|
public java.lang.Integer getDate()
Integerpublic void setDate(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDailyActiveUsers()
Integerpublic void setDailyActiveUsers(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueAdds()
Integerpublic void setUniqueAdds(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueRemoves()
Integerpublic void setUniqueRemoves(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueBlocks()
Integerpublic void setUniqueBlocks(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueUnblocks()
Integerpublic void setUniqueUnblocks(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getApiCalls()
Integerpublic void setApiCalls(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueApiCalls()
Integerpublic void setUniqueApiCalls(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCanvasPageViews()
Integerpublic void setCanvasPageViews(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUniqueCanvasPageViews()
Integerpublic void setUniqueCanvasPageViews(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCanvasHttpRequestTimeAvg()
Integerpublic void setCanvasHttpRequestTimeAvg(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCanvasFbmlRenderTimeAvg()
Integerpublic void setCanvasFbmlRenderTimeAvg(java.lang.Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||