Class DashboardUserUsageCounts
- java.lang.Object
-
- io.datahubproject.openapi.generated.DashboardUserUsageCounts
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DashboardUserUsageCounts extends java.lang.ObjectRecords a single user's usage counts for a given resource
-
-
Constructor Summary
Constructors Constructor Description DashboardUserUsageCounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)DashboardUserUsageCountsexecutionsCount(java.lang.Integer executionsCount)@Min(-2147483648L) @Max(2147483647L) java.lang.IntegergetExecutionsCount()The number of times the user has executed (refreshed) the dashboard minimum: -2147483648 maximum: 2147483647@Min(-2147483648L) @Max(2147483647L) java.lang.IntegergetUsageCount()Normalized numeric metric representing user's dashboard usage -- the number of times the user executed or viewed the dashboard.@NotNull java.lang.StringgetUser()The unique id of the user.java.lang.StringgetUserEmail()If user_email is set, we attempt to resolve the user's urn upon ingest@Min(-2147483648L) @Max(2147483647L) java.lang.IntegergetViewsCount()The number of times the user has viewed the dashboard minimum: -2147483648 maximum: 2147483647inthashCode()voidsetExecutionsCount(java.lang.Integer executionsCount)voidsetUsageCount(java.lang.Integer usageCount)voidsetUser(java.lang.String user)voidsetUserEmail(java.lang.String userEmail)voidsetViewsCount(java.lang.Integer viewsCount)java.lang.StringtoString()DashboardUserUsageCountsusageCount(java.lang.Integer usageCount)DashboardUserUsageCountsuser(java.lang.String user)DashboardUserUsageCountsuserEmail(java.lang.String userEmail)DashboardUserUsageCountsviewsCount(java.lang.Integer viewsCount)
-
-
-
Method Detail
-
user
public DashboardUserUsageCounts user(java.lang.String user)
-
getUser
@NotNull public @NotNull java.lang.String getUser()
The unique id of the user.- Returns:
- user
-
setUser
public void setUser(java.lang.String user)
-
viewsCount
public DashboardUserUsageCounts viewsCount(java.lang.Integer viewsCount)
-
getViewsCount
@Min(-2147483648L) @Max(2147483647L) public @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getViewsCount()
The number of times the user has viewed the dashboard minimum: -2147483648 maximum: 2147483647- Returns:
- viewsCount
-
setViewsCount
public void setViewsCount(java.lang.Integer viewsCount)
-
executionsCount
public DashboardUserUsageCounts executionsCount(java.lang.Integer executionsCount)
-
getExecutionsCount
@Min(-2147483648L) @Max(2147483647L) public @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getExecutionsCount()
The number of times the user has executed (refreshed) the dashboard minimum: -2147483648 maximum: 2147483647- Returns:
- executionsCount
-
setExecutionsCount
public void setExecutionsCount(java.lang.Integer executionsCount)
-
usageCount
public DashboardUserUsageCounts usageCount(java.lang.Integer usageCount)
-
getUsageCount
@Min(-2147483648L) @Max(2147483647L) public @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getUsageCount()
Normalized numeric metric representing user's dashboard usage -- the number of times the user executed or viewed the dashboard. minimum: -2147483648 maximum: 2147483647- Returns:
- usageCount
-
setUsageCount
public void setUsageCount(java.lang.Integer usageCount)
-
userEmail
public DashboardUserUsageCounts userEmail(java.lang.String userEmail)
-
getUserEmail
public java.lang.String getUserEmail()
If user_email is set, we attempt to resolve the user's urn upon ingest- Returns:
- userEmail
-
setUserEmail
public void setUserEmail(java.lang.String userEmail)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-