Package com.dropbox.core.v2.team
Class DevicesActive
java.lang.Object
com.dropbox.core.v2.team.DevicesActive
Each of the items is an array of values, one value per day. The value is the
number of devices active within a time window, ending with that day. If there
is no data for a day, then the value will be None.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanArray of number of linked android devices with activity.getIos()Array of number of linked ios devices with activity.getLinux()Array of number of linked linus (desktop) clients with activity.getMacos()Array of number of linked mac (desktop) clients with activity.getOther()Array of number of other linked devices (blackberry, windows phone, etc) with activity.getTotal()Array of total number of linked clients with activity.Array of number of linked windows (desktop) clients with activity.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
windows
-
macos
-
linux
-
ios
-
android
-
other
-
total
-
-
Constructor Details
-
DevicesActive
public DevicesActive(@Nonnull List<Long> windows, @Nonnull List<Long> macos, @Nonnull List<Long> linux, @Nonnull List<Long> ios, @Nonnull List<Long> android, @Nonnull List<Long> other, @Nonnull List<Long> total) Each of the items is an array of values, one value per day. The value is the number of devices active within a time window, ending with that day. If there is no data for a day, then the value will be None.- Parameters:
windows- Array of number of linked windows (desktop) clients with activity. Must not contain anullitem and not benull.macos- Array of number of linked mac (desktop) clients with activity. Must not contain anullitem and not benull.linux- Array of number of linked linus (desktop) clients with activity. Must not contain anullitem and not benull.ios- Array of number of linked ios devices with activity. Must not contain anullitem and not benull.android- Array of number of linked android devices with activity. Must not contain anullitem and not benull.other- Array of number of other linked devices (blackberry, windows phone, etc) with activity. Must not contain anullitem and not benull.total- Array of total number of linked clients with activity. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getWindows
Array of number of linked windows (desktop) clients with activity.- Returns:
- value for this field, never
null.
-
getMacos
Array of number of linked mac (desktop) clients with activity.- Returns:
- value for this field, never
null.
-
getLinux
Array of number of linked linus (desktop) clients with activity.- Returns:
- value for this field, never
null.
-
getIos
Array of number of linked ios devices with activity.- Returns:
- value for this field, never
null.
-
getAndroid
Array of number of linked android devices with activity.- Returns:
- value for this field, never
null.
-
getOther
Array of number of other linked devices (blackberry, windows phone, etc) with activity.- Returns:
- value for this field, never
null.
-
getTotal
Array of total number of linked clients with activity.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-