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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationAttemptReportResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationAttemptReportResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse


Constructor Summary
GetApplicationAttemptReportResponsePBImpl()
           
GetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.ApplicationAttemptReport getApplicationAttemptReport()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto getProto()
           
 int hashCode()
           
 void setApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationAttemptReportResponsePBImpl

public GetApplicationAttemptReportResponsePBImpl()

GetApplicationAttemptReportResponsePBImpl

public GetApplicationAttemptReportResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto getProto()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getApplicationAttemptReport

public org.apache.hadoop.yarn.api.records.ApplicationAttemptReport getApplicationAttemptReport()
Specified by:
getApplicationAttemptReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse

setApplicationAttemptReport

public void setApplicationAttemptReport(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport ApplicationAttemptReport)
Specified by:
setApplicationAttemptReport in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.