|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.AppInfo
public class AppInfo
Java class for app_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="app_info">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="app_id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="api_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="canvas_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="display_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="icon_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logo_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="developers">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="developer_info" type="{http://api.facebook.com/1.0/}developer_info" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="company_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="daily_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="weekly_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="monthly_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subcategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AppInfo.Developers
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
apiKey
|
protected long |
appId
|
protected java.lang.String |
canvasName
|
protected java.lang.String |
category
|
protected java.lang.String |
companyName
|
protected int |
dailyActiveUsers
|
protected java.lang.String |
description
|
protected AppInfo.Developers |
developers
|
protected java.lang.String |
displayName
|
protected java.lang.String |
iconUrl
|
protected java.lang.String |
logoUrl
|
protected int |
monthlyActiveUsers
|
protected java.lang.String |
subcategory
|
protected int |
weeklyActiveUsers
|
| Constructor Summary | |
|---|---|
AppInfo()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getApiKey()
Gets the value of the apiKey property. |
long |
getAppId()
Gets the value of the appId property. |
java.lang.String |
getCanvasName()
Gets the value of the canvasName property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String |
getCompanyName()
Gets the value of the companyName property. |
int |
getDailyActiveUsers()
Gets the value of the dailyActiveUsers property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
AppInfo.Developers |
getDevelopers()
Gets the value of the developers property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getIconUrl()
Gets the value of the iconUrl property. |
java.lang.String |
getLogoUrl()
Gets the value of the logoUrl property. |
int |
getMonthlyActiveUsers()
Gets the value of the monthlyActiveUsers property. |
java.lang.String |
getSubcategory()
Gets the value of the subcategory property. |
int |
getWeeklyActiveUsers()
Gets the value of the weeklyActiveUsers property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setApiKey(java.lang.String value)
Sets the value of the apiKey property. |
void |
setAppId(long value)
Sets the value of the appId property. |
void |
setCanvasName(java.lang.String value)
Sets the value of the canvasName property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setCompanyName(java.lang.String value)
Sets the value of the companyName property. |
void |
setDailyActiveUsers(int value)
Sets the value of the dailyActiveUsers property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDevelopers(AppInfo.Developers value)
Sets the value of the developers property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setIconUrl(java.lang.String value)
Sets the value of the iconUrl property. |
void |
setLogoUrl(java.lang.String value)
Sets the value of the logoUrl property. |
void |
setMonthlyActiveUsers(int value)
Sets the value of the monthlyActiveUsers property. |
void |
setSubcategory(java.lang.String value)
Sets the value of the subcategory property. |
void |
setWeeklyActiveUsers(int value)
Sets the value of the weeklyActiveUsers property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long appId
protected java.lang.String apiKey
protected java.lang.String canvasName
protected java.lang.String displayName
protected java.lang.String iconUrl
protected java.lang.String logoUrl
protected AppInfo.Developers developers
protected java.lang.String companyName
protected java.lang.String description
protected int dailyActiveUsers
protected int weeklyActiveUsers
protected int monthlyActiveUsers
protected java.lang.String category
protected java.lang.String subcategory
| Constructor Detail |
|---|
public AppInfo()
| Method Detail |
|---|
public long getAppId()
public void setAppId(long value)
public java.lang.String getApiKey()
Stringpublic void setApiKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCanvasName()
Stringpublic void setCanvasName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIconUrl()
Stringpublic void setIconUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogoUrl()
Stringpublic void setLogoUrl(java.lang.String value)
value - allowed object is
Stringpublic AppInfo.Developers getDevelopers()
AppInfo.Developerspublic void setDevelopers(AppInfo.Developers value)
value - allowed object is
AppInfo.Developerspublic java.lang.String getCompanyName()
Stringpublic void setCompanyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic int getDailyActiveUsers()
public void setDailyActiveUsers(int value)
public int getWeeklyActiveUsers()
public void setWeeklyActiveUsers(int value)
public int getMonthlyActiveUsers()
public void setMonthlyActiveUsers(int value)
public java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubcategory()
Stringpublic void setSubcategory(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||