Returns struct if exists, otherwise null.
()
| 55 | * Returns struct if exists, otherwise null. |
| 56 | */ |
| 57 | @VisibleForTesting |
| 58 | @Nullable |
| 59 | public T getStruct() { |
| 60 | return struct; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Returns error detail if exists, otherwise null. |
no outgoing calls