private QueueUserACLInfoPBImpl convertFromProtoFormat(QueueUserACLInfoProto p) { return new QueueUserACLInfoPBImpl(p); }
private QueueUserACLInfoProto convertToProtoFormat(QueueUserACLInfo t) { return ((QueueUserACLInfoPBImpl)t).getProto(); }
@Test public void testQueueUserACLInfoPBImpl() throws Exception { validatePBImplRecord(QueueUserACLInfoPBImpl.class, QueueUserACLInfoProto.class); }