Package com.seeq.model
Class UsageOutputV1
java.lang.Object
com.seeq.model.UsageOutputV1
Data Consumption records
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBytes()
Amount of data consumed during the specified time period, in bytesAmount of Data Lab Resource Credits consumed during the specified time periodUser name who initiated the request.Guid of the user who initiated the request.Name of the source of the request.Url for the source of the request.An ISO-8601 timestamp of the day when the data was consumed.getType()
The type of the request.int
hashCode()
identityId
(String identityId) void
void
setCredits
(Double credits) void
setIdentity
(String identity) void
setIdentityId
(String identityId) void
setSourceLabel
(String sourceLabel) void
setSourceUrl
(String sourceUrl) void
setTimestamp
(String timestamp) void
sourceLabel
(String sourceLabel) toString()
-
Constructor Details
-
UsageOutputV1
public UsageOutputV1()
-
-
Method Details
-
bytes
-
getBytes
Amount of data consumed during the specified time period, in bytes- Returns:
- bytes
-
setBytes
-
credits
-
getCredits
Amount of Data Lab Resource Credits consumed during the specified time period- Returns:
- credits
-
setCredits
-
identity
-
getIdentity
User name who initiated the request. Only present when aggregated by this field- Returns:
- identity
-
setIdentity
-
identityId
-
getIdentityId
Guid of the user who initiated the request. Only present when aggregated by this field- Returns:
- identityId
-
setIdentityId
-
sourceLabel
-
getSourceLabel
Name of the source of the request. Only present when aggregated by Source- Returns:
- sourceLabel
-
setSourceLabel
-
sourceUrl
-
getSourceUrl
Url for the source of the request. Only present when aggregated by this field- Returns:
- sourceUrl
-
setSourceUrl
-
timestamp
-
getTimestamp
An ISO-8601 timestamp of the day when the data was consumed. Only present when aggregated by this field- Returns:
- timestamp
-
setTimestamp
-
type
-
getType
The type of the request. Only present when aggregated by this field- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-