Skip to content

CardOverviewOpenApiVO

Properties

Name Type Description Notes
Connected Pointer to int32 The number of connected devices [optional]
DisconnectedCount Pointer to int32 The number of disconnected devices [optional]
PreConfig Pointer to int32 The number of preConfig devices [optional]
Total Pointer to int32 The total number of devices [optional]
Type Pointer to string The type of data [optional]

Methods

NewCardOverviewOpenApiVO

func NewCardOverviewOpenApiVO() *CardOverviewOpenApiVO

NewCardOverviewOpenApiVO instantiates a new CardOverviewOpenApiVO 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

NewCardOverviewOpenApiVOWithDefaults

func NewCardOverviewOpenApiVOWithDefaults() *CardOverviewOpenApiVO

NewCardOverviewOpenApiVOWithDefaults instantiates a new CardOverviewOpenApiVO 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

GetConnected

func (o *CardOverviewOpenApiVO) GetConnected() int32

GetConnected returns the Connected field if non-nil, zero value otherwise.

GetConnectedOk

func (o *CardOverviewOpenApiVO) GetConnectedOk() (*int32, bool)

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

SetConnected

func (o *CardOverviewOpenApiVO) SetConnected(v int32)

SetConnected sets Connected field to given value.

HasConnected

func (o *CardOverviewOpenApiVO) HasConnected() bool

HasConnected returns a boolean if a field has been set.

GetDisconnectedCount

func (o *CardOverviewOpenApiVO) GetDisconnectedCount() int32

GetDisconnectedCount returns the DisconnectedCount field if non-nil, zero value otherwise.

GetDisconnectedCountOk

func (o *CardOverviewOpenApiVO) GetDisconnectedCountOk() (*int32, bool)

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

SetDisconnectedCount

func (o *CardOverviewOpenApiVO) SetDisconnectedCount(v int32)

SetDisconnectedCount sets DisconnectedCount field to given value.

HasDisconnectedCount

func (o *CardOverviewOpenApiVO) HasDisconnectedCount() bool

HasDisconnectedCount returns a boolean if a field has been set.

GetPreConfig

func (o *CardOverviewOpenApiVO) GetPreConfig() int32

GetPreConfig returns the PreConfig field if non-nil, zero value otherwise.

GetPreConfigOk

func (o *CardOverviewOpenApiVO) GetPreConfigOk() (*int32, bool)

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

SetPreConfig

func (o *CardOverviewOpenApiVO) SetPreConfig(v int32)

SetPreConfig sets PreConfig field to given value.

HasPreConfig

func (o *CardOverviewOpenApiVO) HasPreConfig() bool

HasPreConfig returns a boolean if a field has been set.

GetTotal

func (o *CardOverviewOpenApiVO) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *CardOverviewOpenApiVO) GetTotalOk() (*int32, bool)

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

SetTotal

func (o *CardOverviewOpenApiVO) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *CardOverviewOpenApiVO) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetType

func (o *CardOverviewOpenApiVO) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *CardOverviewOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

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