|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.ApplicationGetPublicInfoResponse
public class ApplicationGetPublicInfoResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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}long"/>
<element name="weekly_active_users" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="monthly_active_users" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="daily_active_percentage" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ApplicationGetPublicInfoResponse.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 |
companyName
|
protected int |
dailyActivePercentage
|
protected long |
dailyActiveUsers
|
protected java.lang.String |
description
|
protected ApplicationGetPublicInfoResponse.Developers |
developers
|
protected java.lang.String |
displayName
|
protected java.lang.String |
iconUrl
|
protected java.lang.String |
logoUrl
|
protected long |
monthlyActiveUsers
|
protected long |
weeklyActiveUsers
|
| Constructor Summary | |
|---|---|
ApplicationGetPublicInfoResponse()
|
|
| 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 |
getCompanyName()
Gets the value of the companyName property. |
int |
getDailyActivePercentage()
Gets the value of the dailyActivePercentage property. |
long |
getDailyActiveUsers()
Gets the value of the dailyActiveUsers property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
ApplicationGetPublicInfoResponse.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. |
long |
getMonthlyActiveUsers()
Gets the value of the monthlyActiveUsers property. |
long |
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 |
setCompanyName(java.lang.String value)
Sets the value of the companyName property. |
void |
setDailyActivePercentage(int value)
Sets the value of the dailyActivePercentage property. |
void |
setDailyActiveUsers(long value)
Sets the value of the dailyActiveUsers property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDevelopers(ApplicationGetPublicInfoResponse.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(long value)
Sets the value of the monthlyActiveUsers property. |
void |
setWeeklyActiveUsers(long 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 ApplicationGetPublicInfoResponse.Developers developers
protected java.lang.String companyName
protected java.lang.String description
protected long dailyActiveUsers
protected long weeklyActiveUsers
protected long monthlyActiveUsers
protected int dailyActivePercentage
| Constructor Detail |
|---|
public ApplicationGetPublicInfoResponse()
| 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 ApplicationGetPublicInfoResponse.Developers getDevelopers()
ApplicationGetPublicInfoResponse.Developerspublic void setDevelopers(ApplicationGetPublicInfoResponse.Developers value)
value - allowed object is
ApplicationGetPublicInfoResponse.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 long getDailyActiveUsers()
public void setDailyActiveUsers(long value)
public long getWeeklyActiveUsers()
public void setWeeklyActiveUsers(long value)
public long getMonthlyActiveUsers()
public void setMonthlyActiveUsers(long value)
public int getDailyActivePercentage()
public void setDailyActivePercentage(int value)
public 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 | ||||||||