| 917 | return GetPointer<const reflection::Object *>(VT_REQUEST); |
| 918 | } |
| 919 | const reflection::Object *response() const { |
| 920 | return GetPointer<const reflection::Object *>(VT_RESPONSE); |
| 921 | } |
| 922 | const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *attributes() const { |
| 923 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *>(VT_ATTRIBUTES); |
| 924 | } |