OsgLtePinLockResultOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TryPinLimit | Pointer to int32 | The number of times PIN code can be tried. | [optional] |
| TryPinResult | Pointer to bool | The result of trying the PIN. | [optional] |
| TryPukLimit | Pointer to int32 | The number of times PUK code can be tried | [optional] |
| TryPukResult | Pointer to bool | The result of trying the PUK. | [optional] |
Methods
NewOsgLtePinLockResultOpenApiVO
func NewOsgLtePinLockResultOpenApiVO() *OsgLtePinLockResultOpenApiVO
NewOsgLtePinLockResultOpenApiVO instantiates a new OsgLtePinLockResultOpenApiVO 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
NewOsgLtePinLockResultOpenApiVOWithDefaults
func NewOsgLtePinLockResultOpenApiVOWithDefaults() *OsgLtePinLockResultOpenApiVO
NewOsgLtePinLockResultOpenApiVOWithDefaults instantiates a new OsgLtePinLockResultOpenApiVO 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
GetTryPinLimit
func (o *OsgLtePinLockResultOpenApiVO) GetTryPinLimit() int32
GetTryPinLimit returns the TryPinLimit field if non-nil, zero value otherwise.
GetTryPinLimitOk
func (o *OsgLtePinLockResultOpenApiVO) GetTryPinLimitOk() (*int32, bool)
GetTryPinLimitOk returns a tuple with the TryPinLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTryPinLimit
func (o *OsgLtePinLockResultOpenApiVO) SetTryPinLimit(v int32)
SetTryPinLimit sets TryPinLimit field to given value.
HasTryPinLimit
func (o *OsgLtePinLockResultOpenApiVO) HasTryPinLimit() bool
HasTryPinLimit returns a boolean if a field has been set.
GetTryPinResult
func (o *OsgLtePinLockResultOpenApiVO) GetTryPinResult() bool
GetTryPinResult returns the TryPinResult field if non-nil, zero value otherwise.
GetTryPinResultOk
func (o *OsgLtePinLockResultOpenApiVO) GetTryPinResultOk() (*bool, bool)
GetTryPinResultOk returns a tuple with the TryPinResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTryPinResult
func (o *OsgLtePinLockResultOpenApiVO) SetTryPinResult(v bool)
SetTryPinResult sets TryPinResult field to given value.
HasTryPinResult
func (o *OsgLtePinLockResultOpenApiVO) HasTryPinResult() bool
HasTryPinResult returns a boolean if a field has been set.
GetTryPukLimit
func (o *OsgLtePinLockResultOpenApiVO) GetTryPukLimit() int32
GetTryPukLimit returns the TryPukLimit field if non-nil, zero value otherwise.
GetTryPukLimitOk
func (o *OsgLtePinLockResultOpenApiVO) GetTryPukLimitOk() (*int32, bool)
GetTryPukLimitOk returns a tuple with the TryPukLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTryPukLimit
func (o *OsgLtePinLockResultOpenApiVO) SetTryPukLimit(v int32)
SetTryPukLimit sets TryPukLimit field to given value.
HasTryPukLimit
func (o *OsgLtePinLockResultOpenApiVO) HasTryPukLimit() bool
HasTryPukLimit returns a boolean if a field has been set.
GetTryPukResult
func (o *OsgLtePinLockResultOpenApiVO) GetTryPukResult() bool
GetTryPukResult returns the TryPukResult field if non-nil, zero value otherwise.
GetTryPukResultOk
func (o *OsgLtePinLockResultOpenApiVO) GetTryPukResultOk() (*bool, bool)
GetTryPukResultOk returns a tuple with the TryPukResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTryPukResult
func (o *OsgLtePinLockResultOpenApiVO) SetTryPukResult(v bool)
SetTryPukResult sets TryPukResult field to given value.
HasTryPukResult
func (o *OsgLtePinLockResultOpenApiVO) HasTryPukResult() bool
HasTryPukResult returns a boolean if a field has been set.