com.cloudera.api.model
Class ApiReplicationDiagnosticsCollectionArgs

java.lang.Object
  extended by com.cloudera.api.model.ApiReplicationDiagnosticsCollectionArgs

public class ApiReplicationDiagnosticsCollectionArgs
extends Object

Optional arguments for diagnostics collection.


Constructor Summary
ApiReplicationDiagnosticsCollectionArgs()
           
 
Method Summary
 boolean equals(Object o)
           
 ApiCommandList getCommands()
          Commands to limit diagnostics to.
 String getComments()
          Additional comments for the bundle.
 Boolean getPhoneHome()
          Whether the diagnostics bundle must be uploaded to Cloudera.
 String getTicketNumber()
          Ticket number to which this bundle must be associated with.
 int hashCode()
           
 void setCommands(ApiCommandList commands)
           
 void setComments(String comments)
           
 void setPhoneHome(Boolean phoneHome)
           
 void setTicketNumber(String ticketNumber)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiReplicationDiagnosticsCollectionArgs

public ApiReplicationDiagnosticsCollectionArgs()
Method Detail

getCommands

public ApiCommandList getCommands()
Commands to limit diagnostics to. By default, the most recent 10 commands on the schedule will be used.


setCommands

public void setCommands(ApiCommandList commands)

getTicketNumber

public String getTicketNumber()
Ticket number to which this bundle must be associated with.


setTicketNumber

public void setTicketNumber(String ticketNumber)

getComments

public String getComments()
Additional comments for the bundle.


setComments

public void setComments(String comments)

getPhoneHome

public Boolean getPhoneHome()
Whether the diagnostics bundle must be uploaded to Cloudera.


setPhoneHome

public void setPhoneHome(Boolean phoneHome)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.