|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Public @InterfaceStability.Stable public interface GetApplicationReportRequest
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.
ClientRMProtocol.getApplicationReport(GetApplicationReportRequest)
,
ApplicationReport
Method Summary | |
---|---|
ApplicationId |
getApplicationId()
Get the ApplicationId of the application. |
void |
setApplicationId(ApplicationId applicationId)
Set the ApplicationId of the application |
Method Detail |
---|
ApplicationId getApplicationId()
ApplicationId
of the application.
ApplicationId
of the applicationvoid setApplicationId(ApplicationId applicationId)
ApplicationId
of the application
applicationId
- ApplicationId
of the application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |