| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| TopologyTimeMs | int32 | ||
| LowerBoundMs | int32 | ||
| UpperBound | string |
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
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
func (o *TopologyTimeOutOfRange) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *TopologyTimeOutOfRange) SetType(v string)
SetType sets Type field to given value.
func (o *TopologyTimeOutOfRange) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *TopologyTimeOutOfRange) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *TopologyTimeOutOfRange) GetTopologyTimeMs() int32
GetTopologyTimeMs returns the TopologyTimeMs field if non-nil, zero value otherwise.
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.
func (o *TopologyTimeOutOfRange) SetTopologyTimeMs(v int32)
SetTopologyTimeMs sets TopologyTimeMs field to given value.
func (o *TopologyTimeOutOfRange) GetLowerBoundMs() int32
GetLowerBoundMs returns the LowerBoundMs field if non-nil, zero value otherwise.
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.
func (o *TopologyTimeOutOfRange) SetLowerBoundMs(v int32)
SetLowerBoundMs sets LowerBoundMs field to given value.
func (o *TopologyTimeOutOfRange) GetUpperBound() string
GetUpperBound returns the UpperBound field if non-nil, zero value otherwise.
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.
func (o *TopologyTimeOutOfRange) SetUpperBound(v string)
SetUpperBound sets UpperBound field to given value.