ModifyConfirmResultOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NeedConfirm | Pointer to bool | needConfirm indicates whether the digit map configuration conflicts with the \"end with #\" configuration of the current device. | [optional] |
Methods
NewModifyConfirmResultOpenApiVO
func NewModifyConfirmResultOpenApiVO() *ModifyConfirmResultOpenApiVO
NewModifyConfirmResultOpenApiVO instantiates a new ModifyConfirmResultOpenApiVO 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
NewModifyConfirmResultOpenApiVOWithDefaults
func NewModifyConfirmResultOpenApiVOWithDefaults() *ModifyConfirmResultOpenApiVO
NewModifyConfirmResultOpenApiVOWithDefaults instantiates a new ModifyConfirmResultOpenApiVO 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
GetNeedConfirm
func (o *ModifyConfirmResultOpenApiVO) GetNeedConfirm() bool
GetNeedConfirm returns the NeedConfirm field if non-nil, zero value otherwise.
GetNeedConfirmOk
func (o *ModifyConfirmResultOpenApiVO) GetNeedConfirmOk() (*bool, bool)
GetNeedConfirmOk returns a tuple with the NeedConfirm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNeedConfirm
func (o *ModifyConfirmResultOpenApiVO) SetNeedConfirm(v bool)
SetNeedConfirm sets NeedConfirm field to given value.
HasNeedConfirm
func (o *ModifyConfirmResultOpenApiVO) HasNeedConfirm() bool
HasNeedConfirm returns a boolean if a field has been set.