Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.99 KB

File metadata and controls

177 lines (94 loc) · 4.99 KB

GetCausingEventsBadRequest

Properties

Name Type Description Notes
Type string
Message string
Limit int32
LowerBound int32
UpperBound string
TopologyTimeMs int32
LowerBoundMs int32

Methods

NewGetCausingEventsBadRequest

func NewGetCausingEventsBadRequest(type_ string, message string, limit int32, lowerBound int32, upperBound string, topologyTimeMs int32, lowerBoundMs int32, ) *GetCausingEventsBadRequest

NewGetCausingEventsBadRequest instantiates a new GetCausingEventsBadRequest 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

NewGetCausingEventsBadRequestWithDefaults

func NewGetCausingEventsBadRequestWithDefaults() *GetCausingEventsBadRequest

NewGetCausingEventsBadRequestWithDefaults instantiates a new GetCausingEventsBadRequest 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 *GetCausingEventsBadRequest) GetType() string

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

GetTypeOk

func (o *GetCausingEventsBadRequest) 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 *GetCausingEventsBadRequest) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *GetCausingEventsBadRequest) GetMessage() string

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

GetMessageOk

func (o *GetCausingEventsBadRequest) 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 *GetCausingEventsBadRequest) SetMessage(v string)

SetMessage sets Message field to given value.

GetLimit

func (o *GetCausingEventsBadRequest) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *GetCausingEventsBadRequest) GetLimitOk() (*int32, bool)

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

SetLimit

func (o *GetCausingEventsBadRequest) SetLimit(v int32)

SetLimit sets Limit field to given value.

GetLowerBound

func (o *GetCausingEventsBadRequest) GetLowerBound() int32

GetLowerBound returns the LowerBound field if non-nil, zero value otherwise.

GetLowerBoundOk

func (o *GetCausingEventsBadRequest) GetLowerBoundOk() (*int32, bool)

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

SetLowerBound

func (o *GetCausingEventsBadRequest) SetLowerBound(v int32)

SetLowerBound sets LowerBound field to given value.

GetUpperBound

func (o *GetCausingEventsBadRequest) GetUpperBound() string

GetUpperBound returns the UpperBound field if non-nil, zero value otherwise.

GetUpperBoundOk

func (o *GetCausingEventsBadRequest) GetUpperBoundOk() (*string, bool)

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

SetUpperBound

func (o *GetCausingEventsBadRequest) SetUpperBound(v string)

SetUpperBound sets UpperBound field to given value.

GetTopologyTimeMs

func (o *GetCausingEventsBadRequest) GetTopologyTimeMs() int32

GetTopologyTimeMs returns the TopologyTimeMs field if non-nil, zero value otherwise.

GetTopologyTimeMsOk

func (o *GetCausingEventsBadRequest) GetTopologyTimeMsOk() (*int32, bool)

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

SetTopologyTimeMs

func (o *GetCausingEventsBadRequest) SetTopologyTimeMs(v int32)

SetTopologyTimeMs sets TopologyTimeMs field to given value.

GetLowerBoundMs

func (o *GetCausingEventsBadRequest) GetLowerBoundMs() int32

GetLowerBoundMs returns the LowerBoundMs field if non-nil, zero value otherwise.

GetLowerBoundMsOk

func (o *GetCausingEventsBadRequest) GetLowerBoundMsOk() (*int32, bool)

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

SetLowerBoundMs

func (o *GetCausingEventsBadRequest) SetLowerBoundMs(v int32)

SetLowerBoundMs sets LowerBoundMs field to given value.

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