Package com.restfb
Class DebugHeaderInfo.InnerBusinessUseCaseUsage
java.lang.Object
com.restfb.DebugHeaderInfo.InnerBusinessUseCaseUsage
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DebugHeaderInfo
public static class DebugHeaderInfo.InnerBusinessUseCaseUsage
extends Object
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPercentage of calls made for this business id/business ad accountTime in minutes to resume callsPercentage of the total CPU time that has been usedPercentage of the total time that has been usedgetType()
Type of rate limit logic being applied
-
Constructor Details
-
InnerBusinessUseCaseUsage
public InnerBusinessUseCaseUsage()
-
-
Method Details
-
getCallCount
Percentage of calls made for this business id/business ad account -
getTotalCputime
Percentage of the total CPU time that has been used -
getTotalTime
Percentage of the total time that has been used -
getType
Type of rate limit logic being applied -
getEstimatedTimeToRegainAccess
Time in minutes to resume calls
-