Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.88 KB

File metadata and controls

135 lines (72 loc) · 3.88 KB

GetCausingEventsNotFound

Properties

Name Type Description Notes
Type string
Message string
ProblemId int64
RequestTimeMs int32
AvailableSinceMs int32

Methods

NewGetCausingEventsNotFound

func NewGetCausingEventsNotFound(type_ string, message string, problemId int64, requestTimeMs int32, availableSinceMs int32, ) *GetCausingEventsNotFound

NewGetCausingEventsNotFound instantiates a new GetCausingEventsNotFound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewGetCausingEventsNotFoundWithDefaults

func NewGetCausingEventsNotFoundWithDefaults() *GetCausingEventsNotFound

NewGetCausingEventsNotFoundWithDefaults instantiates a new GetCausingEventsNotFound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetType

func (o *GetCausingEventsNotFound) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetCausingEventsNotFound) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *GetCausingEventsNotFound) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *GetCausingEventsNotFound) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *GetCausingEventsNotFound) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *GetCausingEventsNotFound) SetMessage(v string)

SetMessage sets Message field to given value.

GetProblemId

func (o *GetCausingEventsNotFound) GetProblemId() int64

GetProblemId returns the ProblemId field if non-nil, zero value otherwise.

GetProblemIdOk

func (o *GetCausingEventsNotFound) GetProblemIdOk() (*int64, bool)

GetProblemIdOk returns a tuple with the ProblemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProblemId

func (o *GetCausingEventsNotFound) SetProblemId(v int64)

SetProblemId sets ProblemId field to given value.

GetRequestTimeMs

func (o *GetCausingEventsNotFound) GetRequestTimeMs() int32

GetRequestTimeMs returns the RequestTimeMs field if non-nil, zero value otherwise.

GetRequestTimeMsOk

func (o *GetCausingEventsNotFound) GetRequestTimeMsOk() (*int32, bool)

GetRequestTimeMsOk returns a tuple with the RequestTimeMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequestTimeMs

func (o *GetCausingEventsNotFound) SetRequestTimeMs(v int32)

SetRequestTimeMs sets RequestTimeMs field to given value.

GetAvailableSinceMs

func (o *GetCausingEventsNotFound) GetAvailableSinceMs() int32

GetAvailableSinceMs returns the AvailableSinceMs field if non-nil, zero value otherwise.

GetAvailableSinceMsOk

func (o *GetCausingEventsNotFound) GetAvailableSinceMsOk() (*int32, bool)

GetAvailableSinceMsOk returns a tuple with the AvailableSinceMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAvailableSinceMs

func (o *GetCausingEventsNotFound) SetAvailableSinceMs(v int32)

SetAvailableSinceMs sets AvailableSinceMs field to given value.

[Back to Model list] [Back to API list] [Back to README]