Class UsageOutputV1

java.lang.Object
com.seeq.model.UsageOutputV1

public class UsageOutputV1 extends Object
Data Consumption records
  • Constructor Details

    • UsageOutputV1

      public UsageOutputV1()
  • Method Details

    • bytes

      public UsageOutputV1 bytes(Long bytes)
    • getBytes

      public Long getBytes()
      Amount of data consumed during the specified time period, in bytes
      Returns:
      bytes
    • setBytes

      public void setBytes(Long bytes)
    • credits

      public UsageOutputV1 credits(Double credits)
    • getCredits

      public Double getCredits()
      Amount of Data Lab Resource Credits consumed during the specified time period
      Returns:
      credits
    • setCredits

      public void setCredits(Double credits)
    • identity

      public UsageOutputV1 identity(String identity)
    • getIdentity

      public String getIdentity()
      User name who initiated the request. Only present when aggregated by this field
      Returns:
      identity
    • setIdentity

      public void setIdentity(String identity)
    • identityId

      public UsageOutputV1 identityId(String identityId)
    • getIdentityId

      public String getIdentityId()
      Guid of the user who initiated the request. Only present when aggregated by this field
      Returns:
      identityId
    • setIdentityId

      public void setIdentityId(String identityId)
    • sourceLabel

      public UsageOutputV1 sourceLabel(String sourceLabel)
    • getSourceLabel

      public String getSourceLabel()
      Name of the source of the request. Only present when aggregated by Source
      Returns:
      sourceLabel
    • setSourceLabel

      public void setSourceLabel(String sourceLabel)
    • sourceUrl

      public UsageOutputV1 sourceUrl(String sourceUrl)
    • getSourceUrl

      public String getSourceUrl()
      Url for the source of the request. Only present when aggregated by this field
      Returns:
      sourceUrl
    • setSourceUrl

      public void setSourceUrl(String sourceUrl)
    • timestamp

      public UsageOutputV1 timestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
      An ISO-8601 timestamp of the day when the data was consumed. Only present when aggregated by this field
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • type

      public UsageOutputV1 type(String type)
    • getType

      public String getType()
      The type of the request. Only present when aggregated by this field
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object