Package io.stigg.api.operations.fragment
Class ReportUsageFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.ReportUsageFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class ReportUsageFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoublecurrentUsagejava.lang.StringcustomerIdjava.lang.StringfeatureIdjava.lang.Stringidjava.time.InstantnextResetDatejava.lang.StringresourceIdjava.time.Instanttimestamp
-
Constructor Summary
Constructors Constructor Description ReportUsageFragment(java.lang.String id, java.lang.String featureId, java.lang.String customerId, java.lang.String resourceId, java.lang.Double currentUsage, java.time.Instant nextResetDate, java.time.Instant timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
id
public java.lang.String id
-
featureId
public java.lang.String featureId
-
customerId
public java.lang.String customerId
-
resourceId
public java.lang.String resourceId
-
currentUsage
public java.lang.Double currentUsage
-
nextResetDate
public java.time.Instant nextResetDate
-
timestamp
public java.time.Instant timestamp
-
-