public class ApiReplicationDiagnosticsCollectionArgs extends Object
Constructor and Description |
---|
ApiReplicationDiagnosticsCollectionArgs() |
Modifier and Type | Method and Description |
---|---|
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) |
public ApiReplicationDiagnosticsCollectionArgs()
public ApiCommandList getCommands()
public void setCommands(ApiCommandList commands)
public String getTicketNumber()
public void setTicketNumber(String ticketNumber)
public String getComments()
public void setComments(String comments)
public Boolean getPhoneHome()
public void setPhoneHome(Boolean phoneHome)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.