note: the getters has an explicit "Get" prefix to avoid conflicts with their related field members GetId returns the field id.
()
| 72 | |
| 73 | // GetId returns the field id. |
| 74 | GetId() string |
| 75 | |
| 76 | // SetId changes the field id. |
| 77 | SetId(id string) |
no outgoing calls