Skip to content

ClientSignalDistributionVO

Properties

Name Type Description Notes
AverageSignal Pointer to ClientDistributionVO [optional]
PoorSignal Pointer to ClientDistributionVO [optional]
StableSignal Pointer to ClientDistributionVO [optional]
StrongSignal Pointer to ClientDistributionVO [optional]
WeakSignal Pointer to ClientDistributionVO [optional]

Methods

NewClientSignalDistributionVO

func NewClientSignalDistributionVO() *ClientSignalDistributionVO

NewClientSignalDistributionVO instantiates a new ClientSignalDistributionVO 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

NewClientSignalDistributionVOWithDefaults

func NewClientSignalDistributionVOWithDefaults() *ClientSignalDistributionVO

NewClientSignalDistributionVOWithDefaults instantiates a new ClientSignalDistributionVO 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

GetAverageSignal

func (o *ClientSignalDistributionVO) GetAverageSignal() ClientDistributionVO

GetAverageSignal returns the AverageSignal field if non-nil, zero value otherwise.

GetAverageSignalOk

func (o *ClientSignalDistributionVO) GetAverageSignalOk() (*ClientDistributionVO, bool)

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

SetAverageSignal

func (o *ClientSignalDistributionVO) SetAverageSignal(v ClientDistributionVO)

SetAverageSignal sets AverageSignal field to given value.

HasAverageSignal

func (o *ClientSignalDistributionVO) HasAverageSignal() bool

HasAverageSignal returns a boolean if a field has been set.

GetPoorSignal

func (o *ClientSignalDistributionVO) GetPoorSignal() ClientDistributionVO

GetPoorSignal returns the PoorSignal field if non-nil, zero value otherwise.

GetPoorSignalOk

func (o *ClientSignalDistributionVO) GetPoorSignalOk() (*ClientDistributionVO, bool)

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

SetPoorSignal

func (o *ClientSignalDistributionVO) SetPoorSignal(v ClientDistributionVO)

SetPoorSignal sets PoorSignal field to given value.

HasPoorSignal

func (o *ClientSignalDistributionVO) HasPoorSignal() bool

HasPoorSignal returns a boolean if a field has been set.

GetStableSignal

func (o *ClientSignalDistributionVO) GetStableSignal() ClientDistributionVO

GetStableSignal returns the StableSignal field if non-nil, zero value otherwise.

GetStableSignalOk

func (o *ClientSignalDistributionVO) GetStableSignalOk() (*ClientDistributionVO, bool)

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

SetStableSignal

func (o *ClientSignalDistributionVO) SetStableSignal(v ClientDistributionVO)

SetStableSignal sets StableSignal field to given value.

HasStableSignal

func (o *ClientSignalDistributionVO) HasStableSignal() bool

HasStableSignal returns a boolean if a field has been set.

GetStrongSignal

func (o *ClientSignalDistributionVO) GetStrongSignal() ClientDistributionVO

GetStrongSignal returns the StrongSignal field if non-nil, zero value otherwise.

GetStrongSignalOk

func (o *ClientSignalDistributionVO) GetStrongSignalOk() (*ClientDistributionVO, bool)

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

SetStrongSignal

func (o *ClientSignalDistributionVO) SetStrongSignal(v ClientDistributionVO)

SetStrongSignal sets StrongSignal field to given value.

HasStrongSignal

func (o *ClientSignalDistributionVO) HasStrongSignal() bool

HasStrongSignal returns a boolean if a field has been set.

GetWeakSignal

func (o *ClientSignalDistributionVO) GetWeakSignal() ClientDistributionVO

GetWeakSignal returns the WeakSignal field if non-nil, zero value otherwise.

GetWeakSignalOk

func (o *ClientSignalDistributionVO) GetWeakSignalOk() (*ClientDistributionVO, bool)

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

SetWeakSignal

func (o *ClientSignalDistributionVO) SetWeakSignal(v ClientDistributionVO)

SetWeakSignal sets WeakSignal field to given value.

HasWeakSignal

func (o *ClientSignalDistributionVO) HasWeakSignal() bool

HasWeakSignal returns a boolean if a field has been set.

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