Class GetBackupLogsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.658-07:00") public class GetBackupLogsResponse extends CdpResponse
Response object for the Get Backup Logs command.
  • Constructor Details

    • GetBackupLogsResponse

      public GetBackupLogsResponse()
  • Method Details

    • getLogs

      public List<String> getLogs()
      Getter for logs. Contains the logs of the backup operation.
    • setLogs

      public void setLogs(List<String> logs)
      Setter for logs. Contains the logs of the backup operation.
    • getNextToken

      public String getNextToken()
      Getter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty.
    • setNextToken

      public void setNextToken(String nextToken)
      Setter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty.
    • 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