⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 metric.html

📁 A Facebook API client implemented in Java, derived from the poorly-maintained official Facebook clie
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#PERIOD_MONTH">PERIOD_MONTH</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use in Admin.getMetrics calls to specify a monthly time-period.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;java.lang.Long</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#PERIOD_WEEK">PERIOD_WEEK</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use in Admin.getMetrics calls to specify a weekly time-period.</TD></TR></TABLE>&nbsp;<!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#getErrorMetric(int)">getErrorMetric</A></B>(int&nbsp;errorCode)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lookup a metric by HTTP error code.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#getMetric(java.lang.String)">getMetric</A></B>(java.lang.String&nbsp;name)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lookup a metric by name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#getName()">getName</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the name by which Facebook refers to this metric.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/Metric.html#values()">values</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, inthe order they're declared.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ ENUM CONSTANT DETAIL =========== --><A NAME="enum_constant_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Enum Constant Detail</B></FONT></TH></TR></TABLE><A NAME="DAILY_ACTIVE_USERS"><!-- --></A><H3>DAILY_ACTIVE_USERS</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>DAILY_ACTIVE_USERS</B></PRE><DL><DD><B>Deprecated.</B>&nbsp;<DD>Daily active users for your app. For use with Admin.getDailyMetrics only.<P><DL></DL></DL><HR><A NAME="ACTIVE_USERS"><!-- --></A><H3>ACTIVE_USERS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>ACTIVE_USERS</B></PRE><DL><DD>Active users for your app. For use with Admin.getMetrics only.<P><DL></DL></DL><HR><A NAME="UNIQUE_ADDS"><!-- --></A><H3>UNIQUE_ADDS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_ADDS</B></PRE><DL><DD>Number of unique users adding your app.<P><DL></DL></DL><HR><A NAME="UNIQUE_REMOVES"><!-- --></A><H3>UNIQUE_REMOVES</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_REMOVES</B></PRE><DL><DD>Number of unique users removing your app.<P><DL></DL></DL><HR><A NAME="UNIQUE_BLOCKS"><!-- --></A><H3>UNIQUE_BLOCKS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_BLOCKS</B></PRE><DL><DD>Number of unique users blocking your app.<P><DL></DL></DL><HR><A NAME="UNIQUE_UNBLOCKS"><!-- --></A><H3>UNIQUE_UNBLOCKS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_UNBLOCKS</B></PRE><DL><DD>Number of unique users unblocking your app.<P><DL></DL></DL><HR><A NAME="API_CALLS"><!-- --></A><H3>API_CALLS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>API_CALLS</B></PRE><DL><DD>Number of API calls made by your app.<P><DL></DL></DL><HR><A NAME="UNIQUE_API_CALLS"><!-- --></A><H3>UNIQUE_API_CALLS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_API_CALLS</B></PRE><DL><DD>Number of users making API calls through your app.<P><DL></DL></DL><HR><A NAME="CANVAS_PAGE_VIEWS"><!-- --></A><H3>CANVAS_PAGE_VIEWS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>CANVAS_PAGE_VIEWS</B></PRE><DL><DD>Number of canvas page views.<P><DL></DL></DL><HR><A NAME="UNIQUE_CANVAS_PAGE_VIEWS"><!-- --></A><H3>UNIQUE_CANVAS_PAGE_VIEWS</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>UNIQUE_CANVAS_PAGE_VIEWS</B></PRE><DL><DD>Number of unique users viewing your canvas page.<P><DL></DL></DL><HR><A NAME="REQUEST_TIME_AVG"><!-- --></A><H3>REQUEST_TIME_AVG</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_TIME_AVG</B></PRE><DL><DD>Average time required to load your app's canvas page.<P><DL></DL></DL><HR><A NAME="FBML_RENDER_TIME_AVG"><!-- --></A><H3>FBML_RENDER_TIME_AVG</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>FBML_RENDER_TIME_AVG</B></PRE><DL><DD>Average time required to render your app's FBML.<P><DL></DL></DL><HR><A NAME="REQUEST_TIMEOUT"><!-- --></A><H3>REQUEST_TIMEOUT</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_TIMEOUT</B></PRE><DL><DD>Number of requests that timed out.<P><DL></DL></DL><HR><A NAME="REQUEST_CONTINUE"><!-- --></A><H3>REQUEST_CONTINUE</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_CONTINUE</B></PRE><DL><DD>Number of requests, that returned http code 100.<P><DL></DL></DL><HR><A NAME="REQUEST_OK"><!-- --></A><H3>REQUEST_OK</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_OK</B></PRE><DL><DD>Number of requests that completed successfully.<P><DL></DL></DL><HR><A NAME="REQUEST_OK_NO_DATA"><!-- --></A><H3>REQUEST_OK_NO_DATA</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_OK_NO_DATA</B></PRE><DL><DD>Number of requests that returned status 200, but with no data.<P><DL></DL></DL><HR><A NAME="REQUEST_ERROR_301"><!-- --></A><H3>REQUEST_ERROR_301</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_ERROR_301</B></PRE><DL><DD>Number of requests that produced a status 301 error.<P><DL></DL></DL><HR><A NAME="REQUEST_ERROR_302"><!-- --></A><H3>REQUEST_ERROR_302</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_ERROR_302</B></PRE><DL><DD>Number of requests that produced a status 302 error.<P><DL></DL></DL><HR><A NAME="REQUEST_ERROR_303"><!-- --></A><H3>REQUEST_ERROR_303</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_ERROR_303</B></PRE><DL><DD>Number of requests that produced a status 303 error.<P><DL></DL></DL><HR><A NAME="REQUEST_ERROR_400"><!-- --></A><H3>REQUEST_ERROR_400</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/Metric.html" title="enum in com.google.code.facebookapi">Metric</A> <B>REQUEST_ERROR_400</B></PRE><DL><DD>Number of requests that produced a status 400 error.<P><DL></DL>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -