Class ListComputeUsageRecordsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.346-07:00")
    public class ListComputeUsageRecordsResponse
    extends CdpResponse
    Response object for ListComputeUsageRecords method.
    • Constructor Detail

      • ListComputeUsageRecordsResponse

        public ListComputeUsageRecordsResponse()
    • Method Detail

      • getRecords

        public List<ComputeUsageRecord> getRecords()
        Getter for records. The list of compute usage records in the requested time duration.
      • setRecords

        public void setRecords​(List<ComputeUsageRecord> records)
        Setter for records. The list of compute usage records in the requested time duration.
      • getNextPageToken

        public String getNextPageToken()
        Getter for nextPageToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • setNextPageToken

        public void setNextPageToken​(String nextPageToken)
        Setter for nextPageToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object