@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.
ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)
,
ApplicationReport
Constructor and Description |
---|
GetApplicationReportRequest() |
Modifier and Type | Method and 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 GetApplicationReportRequest()
@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 © 2015 Apache Software Foundation. All Rights Reserved.