write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
oprot.writeFieldBegin(_IS_DO_BRANCH_FIELD_DESC);
oprot.writeBool(this.is_do_branch);
oprot.writeFieldEnd();
oprot.writeFieldBegin(_CONDITION_NODE_ID_FIELD_DESC);
oprot.writeI64(this.condition_node_id);
oprot.writeFieldEnd();
oprot.writeFieldStop();
oprot.writeStructEnd();
}