Package com.restfb.types.ads
Class AdReportRun
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.AdReportRun
- All Implemented Interfaces:
Serializable
public class AdReportRun extends BaseAdsObject
Represents the AdReportRun
type
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdReportRun()
-
Method Summary
Modifier and Type Method Description String
getAccountId()
Long
getAsyncPercentCompletion()
String
getAsyncStatus()
String
getDateStart()
String
getDateStop()
List<String>
getEmails()
String
getFriendlyName()
Boolean
getIsBookmarked()
Boolean
getIsRunning()
String
getScheduleId()
Long
getTimeCompleted()
Long
getTimeRef()
void
setAccountId(String accountId)
void
setAsyncPercentCompletion(Long asyncPercentCompletion)
void
setAsyncStatus(String asyncStatus)
void
setDateStart(String dateStart)
void
setDateStop(String dateStop)
void
setEmails(List<String> emails)
void
setFriendlyName(String friendlyName)
void
setIsBookmarked(Boolean isBookmarked)
void
setIsRunning(Boolean isRunning)
void
setScheduleId(String scheduleId)
void
setTimeCompleted(Long timeCompleted)
void
setTimeRef(Long timeRef)
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdReportRun
public AdReportRun()
-
-
Method Details
-
getAccountId
-
setAccountId
-
getAsyncPercentCompletion
-
setAsyncPercentCompletion
-
getAsyncStatus
-
setAsyncStatus
-
getDateStart
-
setDateStart
-
getDateStop
-
setDateStop
-
getEmails
-
setEmails
-
getFriendlyName
-
setFriendlyName
-
getIsBookmarked
-
setIsBookmarked
-
getIsRunning
-
setIsRunning
-
getScheduleId
-
setScheduleId
-
getTimeCompleted
-
setTimeCompleted
-
getTimeRef
-
setTimeRef
-