RetryAddDeviceRespOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PreConfigRetryType | Pointer to int32 | 1: need username and pwd; 2: don't need need username and pwd | [optional] |
Methods
NewRetryAddDeviceRespOpenApiVO
func NewRetryAddDeviceRespOpenApiVO() *RetryAddDeviceRespOpenApiVO
NewRetryAddDeviceRespOpenApiVO instantiates a new RetryAddDeviceRespOpenApiVO 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
NewRetryAddDeviceRespOpenApiVOWithDefaults
func NewRetryAddDeviceRespOpenApiVOWithDefaults() *RetryAddDeviceRespOpenApiVO
NewRetryAddDeviceRespOpenApiVOWithDefaults instantiates a new RetryAddDeviceRespOpenApiVO 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
GetPreConfigRetryType
func (o *RetryAddDeviceRespOpenApiVO) GetPreConfigRetryType() int32
GetPreConfigRetryType returns the PreConfigRetryType field if non-nil, zero value otherwise.
GetPreConfigRetryTypeOk
func (o *RetryAddDeviceRespOpenApiVO) GetPreConfigRetryTypeOk() (*int32, bool)
GetPreConfigRetryTypeOk returns a tuple with the PreConfigRetryType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPreConfigRetryType
func (o *RetryAddDeviceRespOpenApiVO) SetPreConfigRetryType(v int32)
SetPreConfigRetryType sets PreConfigRetryType field to given value.
HasPreConfigRetryType
func (o *RetryAddDeviceRespOpenApiVO) HasPreConfigRetryType() bool
HasPreConfigRetryType returns a boolean if a field has been set.