703704705706707708709710711712713
} if (struct.isSetValue()) { oprot.writeBinary(struct.value); } if (struct.isSetAnnotation_type()) { oprot.writeI32(struct.annotation_type.getValue()); } if (struct.isSetHost()) { struct.host.write(oprot); } }
25592560256125622563256425652566256725682569
if (struct.isSetService_name()) { oprot.writeString(struct.service_name); } if (struct.isSetEndpoints()) { { oprot.writeI32(struct.endpoints.size()); for (String _iter20 : struct.endpoints) { oprot.writeString(_iter20); } }
676677678679680681682683684685686
} if (struct.isSetHost()) { struct.host.write(oprot); } if (struct.isSetDuration()) { oprot.writeI32(struct.duration); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, Annotation struct) throws org.apache.thrift.TException {
835836837838839840841842843844845
if (struct.isSetService_name()) { oprot.writeString(struct.service_name); } if (struct.isSetAnnotations()) { { oprot.writeI32(struct.annotations.size()); for (String _iter4 : struct.annotations) { oprot.writeString(_iter4); } }
16971698169917001701170217031704170517061707
if (struct.isSetService_name()) { oprot.writeString(struct.service_name); } if (struct.isSetAnnotations()) { { oprot.writeI32(struct.annotations.size()); for (String _iter12 : struct.annotations) { oprot.writeString(_iter12); } }
550551552553554555556557558559560
optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetMessages()) { { oprot.writeI32(struct.messages.size()); for (LogEntry _iter4 : struct.messages) { _iter4.write(oprot); } }
931932933934935936937938939940941
if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI32(struct.success.getValue()); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, Log_result struct) throws org.apache.thrift.TException {
561562563564565566567568569570571
if (struct.isSetService_name()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); if (struct.isSetIpv4()) { oprot.writeI32(struct.ipv4); } if (struct.isSetPort()) { oprot.writeI16(struct.port); } if (struct.isSetService_name()) {
10351036103710381039104010411042104310441045
if (struct.isSetParent_id()) { oprot.writeI64(struct.parent_id); } if (struct.isSetAnnotations()) { { oprot.writeI32(struct.annotations.size()); for (Annotation _iter8 : struct.annotations) { _iter8.write(oprot); } }
10441045104610471048104910501051105210531054
} } } if (struct.isSetBinary_annotations()) { { oprot.writeI32(struct.binary_annotations.size()); for (BinaryAnnotation _iter9 : struct.binary_annotations) { _iter9.write(oprot); } }