Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.81 KB

File metadata and controls

135 lines (72 loc) · 3.81 KB

TopologyTimeOutOfRange

Properties

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

Methods

NewTopologyTimeOutOfRange

func NewTopologyTimeOutOfRange(type_ string, message string, topologyTimeMs int32, lowerBoundMs int32, upperBound string, ) *TopologyTimeOutOfRange

NewTopologyTimeOutOfRange instantiates a new TopologyTimeOutOfRange 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

NewTopologyTimeOutOfRangeWithDefaults

func NewTopologyTimeOutOfRangeWithDefaults() *TopologyTimeOutOfRange

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

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

GetTypeOk

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

SetType sets Type field to given value.

GetMessage

func (o *TopologyTimeOutOfRange) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

GetTopologyTimeMs

func (o *TopologyTimeOutOfRange) GetTopologyTimeMs() int32

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

GetTopologyTimeMsOk

func (o *TopologyTimeOutOfRange) 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 *TopologyTimeOutOfRange) SetTopologyTimeMs(v int32)

SetTopologyTimeMs sets TopologyTimeMs field to given value.

GetLowerBoundMs

func (o *TopologyTimeOutOfRange) GetLowerBoundMs() int32

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

GetLowerBoundMsOk

func (o *TopologyTimeOutOfRange) 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 *TopologyTimeOutOfRange) SetLowerBoundMs(v int32)

SetLowerBoundMs sets LowerBoundMs field to given value.

GetUpperBound

func (o *TopologyTimeOutOfRange) GetUpperBound() string

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

GetUpperBoundOk

func (o *TopologyTimeOutOfRange) 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 *TopologyTimeOutOfRange) SetUpperBound(v string)

SetUpperBound sets UpperBound field to given value.

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