|
| 1 | +# IwfEvent |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**EventType** | [**EventType**](EventType.md) | | |
| 8 | +**WorkflowType** | **string** | | |
| 9 | +**WorkflowId** | **string** | | |
| 10 | +**WorkflowRunId** | **string** | | |
| 11 | +**StateId** | Pointer to **string** | | [optional] |
| 12 | +**StateExecutionId** | Pointer to **string** | | [optional] |
| 13 | +**StartTimestampInMs** | Pointer to **int64** | | [optional] |
| 14 | +**EndTimestampInMs** | Pointer to **int64** | | [optional] |
| 15 | + |
| 16 | +## Methods |
| 17 | + |
| 18 | +### NewIwfEvent |
| 19 | + |
| 20 | +`func NewIwfEvent(eventType EventType, workflowType string, workflowId string, workflowRunId string, ) *IwfEvent` |
| 21 | + |
| 22 | +NewIwfEvent instantiates a new IwfEvent object |
| 23 | +This constructor will assign default values to properties that have it defined, |
| 24 | +and makes sure properties required by API are set, but the set of arguments |
| 25 | +will change when the set of required properties is changed |
| 26 | + |
| 27 | +### NewIwfEventWithDefaults |
| 28 | + |
| 29 | +`func NewIwfEventWithDefaults() *IwfEvent` |
| 30 | + |
| 31 | +NewIwfEventWithDefaults instantiates a new IwfEvent object |
| 32 | +This constructor will only assign default values to properties that have it defined, |
| 33 | +but it doesn't guarantee that properties required by API are set |
| 34 | + |
| 35 | +### GetEventType |
| 36 | + |
| 37 | +`func (o *IwfEvent) GetEventType() EventType` |
| 38 | + |
| 39 | +GetEventType returns the EventType field if non-nil, zero value otherwise. |
| 40 | + |
| 41 | +### GetEventTypeOk |
| 42 | + |
| 43 | +`func (o *IwfEvent) GetEventTypeOk() (*EventType, bool)` |
| 44 | + |
| 45 | +GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise |
| 46 | +and a boolean to check if the value has been set. |
| 47 | + |
| 48 | +### SetEventType |
| 49 | + |
| 50 | +`func (o *IwfEvent) SetEventType(v EventType)` |
| 51 | + |
| 52 | +SetEventType sets EventType field to given value. |
| 53 | + |
| 54 | + |
| 55 | +### GetWorkflowType |
| 56 | + |
| 57 | +`func (o *IwfEvent) GetWorkflowType() string` |
| 58 | + |
| 59 | +GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise. |
| 60 | + |
| 61 | +### GetWorkflowTypeOk |
| 62 | + |
| 63 | +`func (o *IwfEvent) GetWorkflowTypeOk() (*string, bool)` |
| 64 | + |
| 65 | +GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise |
| 66 | +and a boolean to check if the value has been set. |
| 67 | + |
| 68 | +### SetWorkflowType |
| 69 | + |
| 70 | +`func (o *IwfEvent) SetWorkflowType(v string)` |
| 71 | + |
| 72 | +SetWorkflowType sets WorkflowType field to given value. |
| 73 | + |
| 74 | + |
| 75 | +### GetWorkflowId |
| 76 | + |
| 77 | +`func (o *IwfEvent) GetWorkflowId() string` |
| 78 | + |
| 79 | +GetWorkflowId returns the WorkflowId field if non-nil, zero value otherwise. |
| 80 | + |
| 81 | +### GetWorkflowIdOk |
| 82 | + |
| 83 | +`func (o *IwfEvent) GetWorkflowIdOk() (*string, bool)` |
| 84 | + |
| 85 | +GetWorkflowIdOk returns a tuple with the WorkflowId field if it's non-nil, zero value otherwise |
| 86 | +and a boolean to check if the value has been set. |
| 87 | + |
| 88 | +### SetWorkflowId |
| 89 | + |
| 90 | +`func (o *IwfEvent) SetWorkflowId(v string)` |
| 91 | + |
| 92 | +SetWorkflowId sets WorkflowId field to given value. |
| 93 | + |
| 94 | + |
| 95 | +### GetWorkflowRunId |
| 96 | + |
| 97 | +`func (o *IwfEvent) GetWorkflowRunId() string` |
| 98 | + |
| 99 | +GetWorkflowRunId returns the WorkflowRunId field if non-nil, zero value otherwise. |
| 100 | + |
| 101 | +### GetWorkflowRunIdOk |
| 102 | + |
| 103 | +`func (o *IwfEvent) GetWorkflowRunIdOk() (*string, bool)` |
| 104 | + |
| 105 | +GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field if it's non-nil, zero value otherwise |
| 106 | +and a boolean to check if the value has been set. |
| 107 | + |
| 108 | +### SetWorkflowRunId |
| 109 | + |
| 110 | +`func (o *IwfEvent) SetWorkflowRunId(v string)` |
| 111 | + |
| 112 | +SetWorkflowRunId sets WorkflowRunId field to given value. |
| 113 | + |
| 114 | + |
| 115 | +### GetStateId |
| 116 | + |
| 117 | +`func (o *IwfEvent) GetStateId() string` |
| 118 | + |
| 119 | +GetStateId returns the StateId field if non-nil, zero value otherwise. |
| 120 | + |
| 121 | +### GetStateIdOk |
| 122 | + |
| 123 | +`func (o *IwfEvent) GetStateIdOk() (*string, bool)` |
| 124 | + |
| 125 | +GetStateIdOk returns a tuple with the StateId field if it's non-nil, zero value otherwise |
| 126 | +and a boolean to check if the value has been set. |
| 127 | + |
| 128 | +### SetStateId |
| 129 | + |
| 130 | +`func (o *IwfEvent) SetStateId(v string)` |
| 131 | + |
| 132 | +SetStateId sets StateId field to given value. |
| 133 | + |
| 134 | +### HasStateId |
| 135 | + |
| 136 | +`func (o *IwfEvent) HasStateId() bool` |
| 137 | + |
| 138 | +HasStateId returns a boolean if a field has been set. |
| 139 | + |
| 140 | +### GetStateExecutionId |
| 141 | + |
| 142 | +`func (o *IwfEvent) GetStateExecutionId() string` |
| 143 | + |
| 144 | +GetStateExecutionId returns the StateExecutionId field if non-nil, zero value otherwise. |
| 145 | + |
| 146 | +### GetStateExecutionIdOk |
| 147 | + |
| 148 | +`func (o *IwfEvent) GetStateExecutionIdOk() (*string, bool)` |
| 149 | + |
| 150 | +GetStateExecutionIdOk returns a tuple with the StateExecutionId field if it's non-nil, zero value otherwise |
| 151 | +and a boolean to check if the value has been set. |
| 152 | + |
| 153 | +### SetStateExecutionId |
| 154 | + |
| 155 | +`func (o *IwfEvent) SetStateExecutionId(v string)` |
| 156 | + |
| 157 | +SetStateExecutionId sets StateExecutionId field to given value. |
| 158 | + |
| 159 | +### HasStateExecutionId |
| 160 | + |
| 161 | +`func (o *IwfEvent) HasStateExecutionId() bool` |
| 162 | + |
| 163 | +HasStateExecutionId returns a boolean if a field has been set. |
| 164 | + |
| 165 | +### GetStartTimestampInMs |
| 166 | + |
| 167 | +`func (o *IwfEvent) GetStartTimestampInMs() int64` |
| 168 | + |
| 169 | +GetStartTimestampInMs returns the StartTimestampInMs field if non-nil, zero value otherwise. |
| 170 | + |
| 171 | +### GetStartTimestampInMsOk |
| 172 | + |
| 173 | +`func (o *IwfEvent) GetStartTimestampInMsOk() (*int64, bool)` |
| 174 | + |
| 175 | +GetStartTimestampInMsOk returns a tuple with the StartTimestampInMs field if it's non-nil, zero value otherwise |
| 176 | +and a boolean to check if the value has been set. |
| 177 | + |
| 178 | +### SetStartTimestampInMs |
| 179 | + |
| 180 | +`func (o *IwfEvent) SetStartTimestampInMs(v int64)` |
| 181 | + |
| 182 | +SetStartTimestampInMs sets StartTimestampInMs field to given value. |
| 183 | + |
| 184 | +### HasStartTimestampInMs |
| 185 | + |
| 186 | +`func (o *IwfEvent) HasStartTimestampInMs() bool` |
| 187 | + |
| 188 | +HasStartTimestampInMs returns a boolean if a field has been set. |
| 189 | + |
| 190 | +### GetEndTimestampInMs |
| 191 | + |
| 192 | +`func (o *IwfEvent) GetEndTimestampInMs() int64` |
| 193 | + |
| 194 | +GetEndTimestampInMs returns the EndTimestampInMs field if non-nil, zero value otherwise. |
| 195 | + |
| 196 | +### GetEndTimestampInMsOk |
| 197 | + |
| 198 | +`func (o *IwfEvent) GetEndTimestampInMsOk() (*int64, bool)` |
| 199 | + |
| 200 | +GetEndTimestampInMsOk returns a tuple with the EndTimestampInMs field if it's non-nil, zero value otherwise |
| 201 | +and a boolean to check if the value has been set. |
| 202 | + |
| 203 | +### SetEndTimestampInMs |
| 204 | + |
| 205 | +`func (o *IwfEvent) SetEndTimestampInMs(v int64)` |
| 206 | + |
| 207 | +SetEndTimestampInMs sets EndTimestampInMs field to given value. |
| 208 | + |
| 209 | +### HasEndTimestampInMs |
| 210 | + |
| 211 | +`func (o *IwfEvent) HasEndTimestampInMs() bool` |
| 212 | + |
| 213 | +HasEndTimestampInMs returns a boolean if a field has been set. |
| 214 | + |
| 215 | + |
| 216 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 217 | + |
| 218 | + |
0 commit comments