com.google.code.facebookapi.schema
Class ApplicationGetPublicInfoResponse

java.lang.Object
  extended by com.google.code.facebookapi.schema.ApplicationGetPublicInfoResponse

public class ApplicationGetPublicInfoResponse
extends java.lang.Object

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
 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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appId

protected long appId

apiKey

protected java.lang.String apiKey

canvasName

protected java.lang.String canvasName

displayName

protected java.lang.String displayName

iconUrl

protected java.lang.String iconUrl

logoUrl

protected java.lang.String logoUrl

developers

protected ApplicationGetPublicInfoResponse.Developers developers

companyName

protected java.lang.String companyName

description

protected java.lang.String description

dailyActiveUsers

protected long dailyActiveUsers

weeklyActiveUsers

protected long weeklyActiveUsers

monthlyActiveUsers

protected long monthlyActiveUsers

dailyActivePercentage

protected int dailyActivePercentage
Constructor Detail

ApplicationGetPublicInfoResponse

public ApplicationGetPublicInfoResponse()
Method Detail

getAppId

public long getAppId()
Gets the value of the appId property.


setAppId

public void setAppId(long value)
Sets the value of the appId property.


getApiKey

public java.lang.String getApiKey()
Gets the value of the apiKey property.

Returns:
possible object is String

setApiKey

public void setApiKey(java.lang.String value)
Sets the value of the apiKey property.

Parameters:
value - allowed object is String

getCanvasName

public java.lang.String getCanvasName()
Gets the value of the canvasName property.

Returns:
possible object is String

setCanvasName

public void setCanvasName(java.lang.String value)
Sets the value of the canvasName property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getIconUrl

public java.lang.String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(java.lang.String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String

getLogoUrl

public java.lang.String getLogoUrl()
Gets the value of the logoUrl property.

Returns:
possible object is String

setLogoUrl

public void setLogoUrl(java.lang.String value)
Sets the value of the logoUrl property.

Parameters:
value - allowed object is String

getDevelopers

public ApplicationGetPublicInfoResponse.Developers getDevelopers()
Gets the value of the developers property.

Returns:
possible object is ApplicationGetPublicInfoResponse.Developers

setDevelopers

public void setDevelopers(ApplicationGetPublicInfoResponse.Developers value)
Sets the value of the developers property.

Parameters:
value - allowed object is ApplicationGetPublicInfoResponse.Developers

getCompanyName

public java.lang.String getCompanyName()
Gets the value of the companyName property.

Returns:
possible object is String

setCompanyName

public void setCompanyName(java.lang.String value)
Sets the value of the companyName property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDailyActiveUsers

public long getDailyActiveUsers()
Gets the value of the dailyActiveUsers property.


setDailyActiveUsers

public void setDailyActiveUsers(long value)
Sets the value of the dailyActiveUsers property.


getWeeklyActiveUsers

public long getWeeklyActiveUsers()
Gets the value of the weeklyActiveUsers property.


setWeeklyActiveUsers

public void setWeeklyActiveUsers(long value)
Sets the value of the weeklyActiveUsers property.


getMonthlyActiveUsers

public long getMonthlyActiveUsers()
Gets the value of the monthlyActiveUsers property.


setMonthlyActiveUsers

public void setMonthlyActiveUsers(long value)
Sets the value of the monthlyActiveUsers property.


getDailyActivePercentage

public int getDailyActivePercentage()
Gets the value of the dailyActivePercentage property.


setDailyActivePercentage

public void setDailyActivePercentage(int value)
Sets the value of the dailyActivePercentage property.



Copyright © 2008. All Rights Reserved.