()
| 935 | } |
| 936 | |
| 937 | func (x *FrontSessionResponse) GetExpireTime() int32 { |
| 938 | if x != nil { |
| 939 | return x.ExpireTime |
| 940 | } |
| 941 | return 0 |
| 942 | } |
| 943 | |
| 944 | func (x *FrontSessionResponse) GetTrigger() string { |
| 945 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected