|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Metrics
public class Metrics
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 |
|---|
protected java.lang.Integer endTime
protected java.lang.Integer activeUsers
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 Metrics()
| Method Detail |
|---|
public java.lang.Integer getEndTime()
Integerpublic void setEndTime(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getActiveUsers()
Integerpublic void setActiveUsers(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 | ||||||||