QueryBatchFullChannelDetectStatusVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdList | Pointer to []string | [optional] |
Methods
NewQueryBatchFullChannelDetectStatusVO
func NewQueryBatchFullChannelDetectStatusVO() *QueryBatchFullChannelDetectStatusVO
NewQueryBatchFullChannelDetectStatusVO instantiates a new QueryBatchFullChannelDetectStatusVO 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
NewQueryBatchFullChannelDetectStatusVOWithDefaults
func NewQueryBatchFullChannelDetectStatusVOWithDefaults() *QueryBatchFullChannelDetectStatusVO
NewQueryBatchFullChannelDetectStatusVOWithDefaults instantiates a new QueryBatchFullChannelDetectStatusVO 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
GetIdList
func (o *QueryBatchFullChannelDetectStatusVO) GetIdList() []string
GetIdList returns the IdList field if non-nil, zero value otherwise.
GetIdListOk
func (o *QueryBatchFullChannelDetectStatusVO) GetIdListOk() (*[]string, bool)
GetIdListOk returns a tuple with the IdList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIdList
func (o *QueryBatchFullChannelDetectStatusVO) SetIdList(v []string)
SetIdList sets IdList field to given value.
HasIdList
func (o *QueryBatchFullChannelDetectStatusVO) HasIdList() bool
HasIdList returns a boolean if a field has been set.