Skip to content

OsgLtePinSettingVO

Properties

Name Type Description Notes
AutoUnLock Pointer to bool [optional]
CardStatus Pointer to int32 [optional]
PinLock Pointer to bool [optional]
SimCardUsed Pointer to int32 [optional]

Methods

NewOsgLtePinSettingVO

func NewOsgLtePinSettingVO() *OsgLtePinSettingVO

NewOsgLtePinSettingVO instantiates a new OsgLtePinSettingVO 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

NewOsgLtePinSettingVOWithDefaults

func NewOsgLtePinSettingVOWithDefaults() *OsgLtePinSettingVO

NewOsgLtePinSettingVOWithDefaults instantiates a new OsgLtePinSettingVO 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

GetAutoUnLock

func (o *OsgLtePinSettingVO) GetAutoUnLock() bool

GetAutoUnLock returns the AutoUnLock field if non-nil, zero value otherwise.

GetAutoUnLockOk

func (o *OsgLtePinSettingVO) GetAutoUnLockOk() (*bool, bool)

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

SetAutoUnLock

func (o *OsgLtePinSettingVO) SetAutoUnLock(v bool)

SetAutoUnLock sets AutoUnLock field to given value.

HasAutoUnLock

func (o *OsgLtePinSettingVO) HasAutoUnLock() bool

HasAutoUnLock returns a boolean if a field has been set.

GetCardStatus

func (o *OsgLtePinSettingVO) GetCardStatus() int32

GetCardStatus returns the CardStatus field if non-nil, zero value otherwise.

GetCardStatusOk

func (o *OsgLtePinSettingVO) GetCardStatusOk() (*int32, bool)

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

SetCardStatus

func (o *OsgLtePinSettingVO) SetCardStatus(v int32)

SetCardStatus sets CardStatus field to given value.

HasCardStatus

func (o *OsgLtePinSettingVO) HasCardStatus() bool

HasCardStatus returns a boolean if a field has been set.

GetPinLock

func (o *OsgLtePinSettingVO) GetPinLock() bool

GetPinLock returns the PinLock field if non-nil, zero value otherwise.

GetPinLockOk

func (o *OsgLtePinSettingVO) GetPinLockOk() (*bool, bool)

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

SetPinLock

func (o *OsgLtePinSettingVO) SetPinLock(v bool)

SetPinLock sets PinLock field to given value.

HasPinLock

func (o *OsgLtePinSettingVO) HasPinLock() bool

HasPinLock returns a boolean if a field has been set.

GetSimCardUsed

func (o *OsgLtePinSettingVO) GetSimCardUsed() int32

GetSimCardUsed returns the SimCardUsed field if non-nil, zero value otherwise.

GetSimCardUsedOk

func (o *OsgLtePinSettingVO) GetSimCardUsedOk() (*int32, bool)

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

SetSimCardUsed

func (o *OsgLtePinSettingVO) SetSimCardUsed(v int32)

SetSimCardUsed sets SimCardUsed field to given value.

HasSimCardUsed

func (o *OsgLtePinSettingVO) HasSimCardUsed() bool

HasSimCardUsed returns a boolean if a field has been set.

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