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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InnerBusinessUseCaseUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCallCount()
Percentage of calls made for this business id/business ad accountInteger
getEstimatedTimeToRegainAccess()
Time in minutes to resume callsInteger
getTotalCputime()
Percentage of the total CPU time that has been usedInteger
getTotalTime()
Percentage of the total time that has been usedString
getType()
Type of rate limit logic being applied
-
-
-
Constructor Detail
-
InnerBusinessUseCaseUsage
public InnerBusinessUseCaseUsage()
-
-
Method Detail
-
getCallCount
public Integer getCallCount()
Percentage of calls made for this business id/business ad account
-
getTotalCputime
public Integer getTotalCputime()
Percentage of the total CPU time that has been used
-
getTotalTime
public Integer getTotalTime()
Percentage of the total time that has been used
-
getEstimatedTimeToRegainAccess
public Integer getEstimatedTimeToRegainAccess()
Time in minutes to resume calls
-
-