public class ApiYarnApplicationDiagnosticsCollectionArgs extends Object
Constructor and Description |
---|
ApiYarnApplicationDiagnosticsCollectionArgs() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApplicationIds()
Id's of the applications whose diagnostics data has to be collected
|
String |
getComments()
Comments to add to the support bundle
|
String |
getTicketNumber()
Ticket Number of the Cloudera Support Ticket
|
void |
setApplicationIds(List<String> applicationIds) |
void |
setComments(String comments) |
void |
setTicketNumber(String ticketNumber) |
public ApiYarnApplicationDiagnosticsCollectionArgs()
public List<String> getApplicationIds()
public String getTicketNumber()
public void setTicketNumber(String ticketNumber)
public String getComments()
public void setComments(String comments)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.