org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationReportRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportRequestPBImpl
All Implemented Interfaces:
GetApplicationReportRequest

public class GetApplicationReportRequestPBImpl
extends ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>
implements GetApplicationReportRequest


Constructor Summary
GetApplicationReportRequestPBImpl()
           
GetApplicationReportRequestPBImpl(YarnServiceProtos.GetApplicationReportRequestProto proto)
           
 
Method Summary
 ApplicationId getApplicationId()
          Get the ApplicationId of the application.
 YarnServiceProtos.GetApplicationReportRequestProto getProto()
           
 void setApplicationId(ApplicationId applicationId)
          Set the ApplicationId of the application
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationReportRequestPBImpl

public GetApplicationReportRequestPBImpl()

GetApplicationReportRequestPBImpl

public GetApplicationReportRequestPBImpl(YarnServiceProtos.GetApplicationReportRequestProto proto)
Method Detail

getProto

public YarnServiceProtos.GetApplicationReportRequestProto getProto()
Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>

getApplicationId

public ApplicationId getApplicationId()
Description copied from interface: GetApplicationReportRequest
Get the ApplicationId of the application.

Specified by:
getApplicationId in interface GetApplicationReportRequest
Returns:
ApplicationId of the application

setApplicationId

public void setApplicationId(ApplicationId applicationId)
Description copied from interface: GetApplicationReportRequest
Set the ApplicationId of the application

Specified by:
setApplicationId in interface GetApplicationReportRequest
Parameters:
applicationId - ApplicationId of the application


Copyright © 2012 Apache Software Foundation. All Rights Reserved.