@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetApplicationReportRequest extends Object
The request sent by a client to the ResourceManager to 
 get an ApplicationReport for an application.
The request should include the ApplicationId of the 
 application.
| Constructor and Description | 
|---|
| GetApplicationReportRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ApplicationId | getApplicationId()Get the  ApplicationIdof the application. | 
| static GetApplicationReportRequest | newInstance(ApplicationId applicationId) | 
| abstract void | setApplicationId(ApplicationId applicationId)Set the  ApplicationIdof the application | 
@InterfaceAudience.Public @InterfaceStability.Stable public static GetApplicationReportRequest newInstance(ApplicationId applicationId)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationId getApplicationId()
ApplicationId of the application.ApplicationId of the application@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setApplicationId(ApplicationId applicationId)
ApplicationId of the applicationapplicationId - ApplicationId of the applicationCopyright © 2008–2023 Apache Software Foundation. All rights reserved.