@Public
@Stable
public abstract class GetApplicationReportRequest
extends java.lang.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 | Description |
|---|---|
GetApplicationReportRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationId |
getApplicationId() |
Get the
ApplicationId of the application. |
static GetApplicationReportRequest |
newInstance(ApplicationId applicationId) |
|
abstract void |
setApplicationId(ApplicationId applicationId) |
Set the
ApplicationId of the application |
@Public @Stable public static GetApplicationReportRequest newInstance(ApplicationId applicationId)
@Public @Stable public abstract ApplicationId getApplicationId()
ApplicationId of the application.ApplicationId of the application@Public @Stable public abstract void setApplicationId(ApplicationId applicationId)
ApplicationId of the applicationapplicationId - ApplicationId of the applicationCopyright © 2008–2025 Apache Software Foundation. All rights reserved.