Class GetServiceInitLogsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.068-07:00")
    public class GetServiceInitLogsResponse
    extends CdpResponse
    Response object for the Get Service Init Logs command.
    • Constructor Detail

      • GetServiceInitLogsResponse

        public GetServiceInitLogsResponse()
    • Method Detail

      • getLogs

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

        public void setLogs​(List<String> logs)
        Setter for logs. Contains the logs of the service initialization 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object