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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetQueueUserAclsInfoResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetQueueUserAclsInfoResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse


Constructor Summary
GetQueueUserAclsInfoResponsePBImpl()
           
GetQueueUserAclsInfoResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueUserAclsInfoResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueUserAclsInfoResponseProto getProto()
           
 List<org.apache.hadoop.yarn.api.records.QueueUserACLInfo> getUserAclsInfoList()
           
 int hashCode()
           
 void setUserAclsInfoList(List<org.apache.hadoop.yarn.api.records.QueueUserACLInfo> queueUserAclsList)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetQueueUserAclsInfoResponsePBImpl

public GetQueueUserAclsInfoResponsePBImpl()

GetQueueUserAclsInfoResponsePBImpl

public GetQueueUserAclsInfoResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueUserAclsInfoResponseProto proto)
Method Detail

getUserAclsInfoList

public List<org.apache.hadoop.yarn.api.records.QueueUserACLInfo> getUserAclsInfoList()
Specified by:
getUserAclsInfoList in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse

setUserAclsInfoList

public void setUserAclsInfoList(List<org.apache.hadoop.yarn.api.records.QueueUserACLInfo> queueUserAclsList)
Specified by:
setUserAclsInfoList in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueUserAclsInfoResponseProto 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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.