Versions in this module Expand all Collapse all v4 v4.0.0 Sep 23, 2022 Changes in this version + type AddAiotDevicesRequest struct + AiotDeviceList []*AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequest) SetAiotDeviceList(v []*AddAiotDevicesRequestAiotDeviceList) *AddAiotDevicesRequest + func (s AddAiotDevicesRequest) GoString() string + func (s AddAiotDevicesRequest) String() string + type AddAiotDevicesRequestAiotDeviceList struct + CorpId *string + DeviceId *string + IPAddr *string + Latitude *float32 + Longitude *float32 + Name *string + Place *string + Port *int64 + func (s *AddAiotDevicesRequestAiotDeviceList) SetCorpId(v string) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetDeviceId(v string) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetIPAddr(v string) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetLatitude(v float32) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetLongitude(v float32) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetName(v string) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetPlace(v string) *AddAiotDevicesRequestAiotDeviceList + func (s *AddAiotDevicesRequestAiotDeviceList) SetPort(v int64) *AddAiotDevicesRequestAiotDeviceList + func (s AddAiotDevicesRequestAiotDeviceList) GoString() string + func (s AddAiotDevicesRequestAiotDeviceList) String() string + type AddAiotDevicesResponse struct + Body *AddAiotDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddAiotDevicesResponse) SetBody(v *AddAiotDevicesResponseBody) *AddAiotDevicesResponse + func (s *AddAiotDevicesResponse) SetHeaders(v map[string]*string) *AddAiotDevicesResponse + func (s *AddAiotDevicesResponse) SetStatusCode(v int32) *AddAiotDevicesResponse + func (s AddAiotDevicesResponse) GoString() string + func (s AddAiotDevicesResponse) String() string + type AddAiotDevicesResponseBody struct + Code *string + Message *string + RequestId *string + ResultList []*AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBody) SetCode(v string) *AddAiotDevicesResponseBody + func (s *AddAiotDevicesResponseBody) SetMessage(v string) *AddAiotDevicesResponseBody + func (s *AddAiotDevicesResponseBody) SetRequestId(v string) *AddAiotDevicesResponseBody + func (s *AddAiotDevicesResponseBody) SetResultList(v []*AddAiotDevicesResponseBodyResultList) *AddAiotDevicesResponseBody + func (s AddAiotDevicesResponseBody) GoString() string + func (s AddAiotDevicesResponseBody) String() string + type AddAiotDevicesResponseBodyResultList struct + Code *string + DeviceId *string + Id *string + Message *string + Password *string + ServerHost *string + ServerHostInternal *string + ServerId *string + ServerIp *string + ServerIpInternal *string + ServerPort *string + ServerWssPort *string + UserId *string + func (s *AddAiotDevicesResponseBodyResultList) SetCode(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetDeviceId(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetId(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetMessage(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetPassword(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerHost(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerHostInternal(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerId(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerIp(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerIpInternal(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerPort(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetServerWssPort(v string) *AddAiotDevicesResponseBodyResultList + func (s *AddAiotDevicesResponseBodyResultList) SetUserId(v string) *AddAiotDevicesResponseBodyResultList + func (s AddAiotDevicesResponseBodyResultList) GoString() string + func (s AddAiotDevicesResponseBodyResultList) String() string + type AddAiotDevicesShrinkRequest struct + AiotDeviceListShrink *string + func (s *AddAiotDevicesShrinkRequest) SetAiotDeviceListShrink(v string) *AddAiotDevicesShrinkRequest + func (s AddAiotDevicesShrinkRequest) GoString() string + func (s AddAiotDevicesShrinkRequest) String() string + type AddAiotPersonTableItemsForTablesRequest struct + PersonTableItemList []*AddAiotPersonTableItemsForTablesRequestPersonTableItemList + PersonTableList []*AddAiotPersonTableItemsForTablesRequestPersonTableList + func (s *AddAiotPersonTableItemsForTablesRequest) SetPersonTableItemList(v []*AddAiotPersonTableItemsForTablesRequestPersonTableItemList) *AddAiotPersonTableItemsForTablesRequest + func (s *AddAiotPersonTableItemsForTablesRequest) SetPersonTableList(v []*AddAiotPersonTableItemsForTablesRequestPersonTableList) *AddAiotPersonTableItemsForTablesRequest + func (s AddAiotPersonTableItemsForTablesRequest) GoString() string + func (s AddAiotPersonTableItemsForTablesRequest) String() string + type AddAiotPersonTableItemsForTablesRequestPersonTableItemList struct + IdentificationList []*AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList + IdentificationNum *int64 + ImageList []*AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + ImageNum *int64 + PersonCode *string + PersonId *string + PersonName *string + Remarks *string + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetIdentificationList(...) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetIdentificationNum(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetImageList(v []*AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetImageNum(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetPersonCode(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetPersonId(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetPersonName(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemList) SetRemarks(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemList + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemList) GoString() string + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemList) String() string + type AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList struct + Number *string + Type *int64 + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList) SetNumber(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList) SetType(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList) GoString() string + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListIdentificationList) String() string + type AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList struct + Data *string + DeviceId *string + EventSort *string + FeatureInfo *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo + FileFormat *string + Height *int64 + ImageId *string + ShotTime *string + Size *int64 + StoragePath *string + Type *string + Width *int64 + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetData(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetDeviceId(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetEventSort(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetFeatureInfo(...) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetFileFormat(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetHeight(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetImageId(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetShotTime(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetSize(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetStoragePath(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetType(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) SetWidth(v int64) *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) GoString() string + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageList) String() string + type AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo struct + AlgorithmType *string + AlgorithmVersion *string + FeatureData *string + ImageId *string + ObjectId *string + TabIed *string + Vendor *string + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetAlgorithmType(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetAlgorithmVersion(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetFeatureData(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetImageId(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetObjectId(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetTabIed(v string) ... + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) SetVendor(v string) ... + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) GoString() string + func (s AddAiotPersonTableItemsForTablesRequestPersonTableItemListImageListFeatureInfo) String() string + type AddAiotPersonTableItemsForTablesRequestPersonTableList struct + Id *string + PersonTableId *string + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableList) SetId(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableList + func (s *AddAiotPersonTableItemsForTablesRequestPersonTableList) SetPersonTableId(v string) *AddAiotPersonTableItemsForTablesRequestPersonTableList + func (s AddAiotPersonTableItemsForTablesRequestPersonTableList) GoString() string + func (s AddAiotPersonTableItemsForTablesRequestPersonTableList) String() string + type AddAiotPersonTableItemsForTablesResponse struct + Body *AddAiotPersonTableItemsForTablesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddAiotPersonTableItemsForTablesResponse) SetBody(v *AddAiotPersonTableItemsForTablesResponseBody) *AddAiotPersonTableItemsForTablesResponse + func (s *AddAiotPersonTableItemsForTablesResponse) SetHeaders(v map[string]*string) *AddAiotPersonTableItemsForTablesResponse + func (s *AddAiotPersonTableItemsForTablesResponse) SetStatusCode(v int32) *AddAiotPersonTableItemsForTablesResponse + func (s AddAiotPersonTableItemsForTablesResponse) GoString() string + func (s AddAiotPersonTableItemsForTablesResponse) String() string + type AddAiotPersonTableItemsForTablesResponseBody struct + Code *string + Message *string + RequestId *string + func (s *AddAiotPersonTableItemsForTablesResponseBody) SetCode(v string) *AddAiotPersonTableItemsForTablesResponseBody + func (s *AddAiotPersonTableItemsForTablesResponseBody) SetMessage(v string) *AddAiotPersonTableItemsForTablesResponseBody + func (s *AddAiotPersonTableItemsForTablesResponseBody) SetRequestId(v string) *AddAiotPersonTableItemsForTablesResponseBody + func (s AddAiotPersonTableItemsForTablesResponseBody) GoString() string + func (s AddAiotPersonTableItemsForTablesResponseBody) String() string + type AddAiotPersonTableItemsRequest struct + Id *string + PersonTableId *string + PersonTableItemList []*AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequest) SetId(v string) *AddAiotPersonTableItemsRequest + func (s *AddAiotPersonTableItemsRequest) SetPersonTableId(v string) *AddAiotPersonTableItemsRequest + func (s *AddAiotPersonTableItemsRequest) SetPersonTableItemList(v []*AddAiotPersonTableItemsRequestPersonTableItemList) *AddAiotPersonTableItemsRequest + func (s AddAiotPersonTableItemsRequest) GoString() string + func (s AddAiotPersonTableItemsRequest) String() string + type AddAiotPersonTableItemsRequestPersonTableItemList struct + IdentificationList []*AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList + IdentificationNum *int64 + ImageList []*AddAiotPersonTableItemsRequestPersonTableItemListImageList + ImageNum *int64 + PersonCode *string + PersonId *string + PersonName *string + Remarks *string + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetIdentificationList(v []*AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetIdentificationNum(v int64) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetImageList(v []*AddAiotPersonTableItemsRequestPersonTableItemListImageList) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetImageNum(v int64) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetPersonCode(v string) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetPersonId(v string) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetPersonName(v string) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s *AddAiotPersonTableItemsRequestPersonTableItemList) SetRemarks(v string) *AddAiotPersonTableItemsRequestPersonTableItemList + func (s AddAiotPersonTableItemsRequestPersonTableItemList) GoString() string + func (s AddAiotPersonTableItemsRequestPersonTableItemList) String() string + type AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList struct + Number *string + Type *int64 + func (s *AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList) SetNumber(v string) *AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList) SetType(v int64) *AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList + func (s AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList) GoString() string + func (s AddAiotPersonTableItemsRequestPersonTableItemListIdentificationList) String() string + type AddAiotPersonTableItemsRequestPersonTableItemListImageList struct + Data *string + DeviceId *string + EventSort *string + FeatureInfo *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + FileFormat *string + Height *int64 + ImageId *string + ShotTime *string + Size *int64 + StoragePath *string + Type *string + Width *int64 + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetData(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetDeviceId(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetEventSort(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetFeatureInfo(v *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetFileFormat(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetHeight(v int64) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetImageId(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetShotTime(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetSize(v int64) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetStoragePath(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetType(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageList) SetWidth(v int64) *AddAiotPersonTableItemsRequestPersonTableItemListImageList + func (s AddAiotPersonTableItemsRequestPersonTableItemListImageList) GoString() string + func (s AddAiotPersonTableItemsRequestPersonTableItemListImageList) String() string + type AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo struct + AlgorithmType *string + AlgorithmVersion *string + FeatureData *string + ImageId *string + ObjectId *string + TabIed *string + Vendor *string + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetAlgorithmType(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetAlgorithmVersion(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetFeatureData(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetImageId(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetObjectId(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetTabIed(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) SetVendor(v string) *AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo + func (s AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) GoString() string + func (s AddAiotPersonTableItemsRequestPersonTableItemListImageListFeatureInfo) String() string + type AddAiotPersonTableItemsResponse struct + Body *AddAiotPersonTableItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddAiotPersonTableItemsResponse) SetBody(v *AddAiotPersonTableItemsResponseBody) *AddAiotPersonTableItemsResponse + func (s *AddAiotPersonTableItemsResponse) SetHeaders(v map[string]*string) *AddAiotPersonTableItemsResponse + func (s *AddAiotPersonTableItemsResponse) SetStatusCode(v int32) *AddAiotPersonTableItemsResponse + func (s AddAiotPersonTableItemsResponse) GoString() string + func (s AddAiotPersonTableItemsResponse) String() string + type AddAiotPersonTableItemsResponseBody struct + Code *string + Message *string + RequestId *string + ResultList []*AddAiotPersonTableItemsResponseBodyResultList + func (s *AddAiotPersonTableItemsResponseBody) SetCode(v string) *AddAiotPersonTableItemsResponseBody + func (s *AddAiotPersonTableItemsResponseBody) SetMessage(v string) *AddAiotPersonTableItemsResponseBody + func (s *AddAiotPersonTableItemsResponseBody) SetRequestId(v string) *AddAiotPersonTableItemsResponseBody + func (s *AddAiotPersonTableItemsResponseBody) SetResultList(v []*AddAiotPersonTableItemsResponseBodyResultList) *AddAiotPersonTableItemsResponseBody + func (s AddAiotPersonTableItemsResponseBody) GoString() string + func (s AddAiotPersonTableItemsResponseBody) String() string + type AddAiotPersonTableItemsResponseBodyResultList struct + Code *string + Message *string + PersonTableItemId *string + func (s *AddAiotPersonTableItemsResponseBodyResultList) SetCode(v string) *AddAiotPersonTableItemsResponseBodyResultList + func (s *AddAiotPersonTableItemsResponseBodyResultList) SetMessage(v string) *AddAiotPersonTableItemsResponseBodyResultList + func (s *AddAiotPersonTableItemsResponseBodyResultList) SetPersonTableItemId(v string) *AddAiotPersonTableItemsResponseBodyResultList + func (s AddAiotPersonTableItemsResponseBodyResultList) GoString() string + func (s AddAiotPersonTableItemsResponseBodyResultList) String() string + type AddAiotPersonTableRequest struct + Id *string + PersonTable *AddAiotPersonTableRequestPersonTable + func (s *AddAiotPersonTableRequest) SetId(v string) *AddAiotPersonTableRequest + func (s *AddAiotPersonTableRequest) SetPersonTable(v *AddAiotPersonTableRequestPersonTable) *AddAiotPersonTableRequest + func (s AddAiotPersonTableRequest) GoString() string + func (s AddAiotPersonTableRequest) String() string + type AddAiotPersonTableRequestPersonTable struct + Name *string + PersonTableId *string + Type *int64 + VerificationModelList []*int64 + func (s *AddAiotPersonTableRequestPersonTable) SetName(v string) *AddAiotPersonTableRequestPersonTable + func (s *AddAiotPersonTableRequestPersonTable) SetPersonTableId(v string) *AddAiotPersonTableRequestPersonTable + func (s *AddAiotPersonTableRequestPersonTable) SetType(v int64) *AddAiotPersonTableRequestPersonTable + func (s *AddAiotPersonTableRequestPersonTable) SetVerificationModelList(v []*int64) *AddAiotPersonTableRequestPersonTable + func (s AddAiotPersonTableRequestPersonTable) GoString() string + func (s AddAiotPersonTableRequestPersonTable) String() string + type AddAiotPersonTableResponse struct + Body *AddAiotPersonTableResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddAiotPersonTableResponse) SetBody(v *AddAiotPersonTableResponseBody) *AddAiotPersonTableResponse + func (s *AddAiotPersonTableResponse) SetHeaders(v map[string]*string) *AddAiotPersonTableResponse + func (s *AddAiotPersonTableResponse) SetStatusCode(v int32) *AddAiotPersonTableResponse + func (s AddAiotPersonTableResponse) GoString() string + func (s AddAiotPersonTableResponse) String() string + type AddAiotPersonTableResponseBody struct + Code *string + Message *string + PersonTableId *string + RequestId *string + func (s *AddAiotPersonTableResponseBody) SetCode(v string) *AddAiotPersonTableResponseBody + func (s *AddAiotPersonTableResponseBody) SetMessage(v string) *AddAiotPersonTableResponseBody + func (s *AddAiotPersonTableResponseBody) SetPersonTableId(v string) *AddAiotPersonTableResponseBody + func (s *AddAiotPersonTableResponseBody) SetRequestId(v string) *AddAiotPersonTableResponseBody + func (s AddAiotPersonTableResponseBody) GoString() string + func (s AddAiotPersonTableResponseBody) String() string + type AddAiotVehicleTableItemsRequest struct + Id *string + VehicleTableId *string + VehicleTableItem *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequest) SetId(v string) *AddAiotVehicleTableItemsRequest + func (s *AddAiotVehicleTableItemsRequest) SetVehicleTableId(v string) *AddAiotVehicleTableItemsRequest + func (s *AddAiotVehicleTableItemsRequest) SetVehicleTableItem(v *AddAiotVehicleTableItemsRequestVehicleTableItem) *AddAiotVehicleTableItemsRequest + func (s AddAiotVehicleTableItemsRequest) GoString() string + func (s AddAiotVehicleTableItemsRequest) String() string + type AddAiotVehicleTableItemsRequestVehicleTableItem struct + BeginTime *string + EndTime *string + OwnerName *string + PhoneNo *string + PlateNo *string + Remarks *string + VehicleTableItemId *string + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetBeginTime(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetEndTime(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetOwnerName(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetPhoneNo(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetPlateNo(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetRemarks(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s *AddAiotVehicleTableItemsRequestVehicleTableItem) SetVehicleTableItemId(v string) *AddAiotVehicleTableItemsRequestVehicleTableItem + func (s AddAiotVehicleTableItemsRequestVehicleTableItem) GoString() string + func (s AddAiotVehicleTableItemsRequestVehicleTableItem) String() string + type AddAiotVehicleTableItemsResponse struct + Body *AddAiotVehicleTableItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddAiotVehicleTableItemsResponse) SetBody(v *AddAiotVehicleTableItemsResponseBody) *AddAiotVehicleTableItemsResponse + func (s *AddAiotVehicleTableItemsResponse) SetHeaders(v map[string]*string) *AddAiotVehicleTableItemsResponse + func (s *AddAiotVehicleTableItemsResponse) SetStatusCode(v int32) *AddAiotVehicleTableItemsResponse + func (s AddAiotVehicleTableItemsResponse) GoString() string + func (s AddAiotVehicleTableItemsResponse) String() string + type AddAiotVehicleTableItemsResponseBody struct + Code *string + Message *string + RequestId *string + func (s *AddAiotVehicleTableItemsResponseBody) SetCode(v string) *AddAiotVehicleTableItemsResponseBody + func (s *AddAiotVehicleTableItemsResponseBody) SetMessage(v string) *AddAiotVehicleTableItemsResponseBody + func (s *AddAiotVehicleTableItemsResponseBody) SetRequestId(v string) *AddAiotVehicleTableItemsResponseBody + func (s AddAiotVehicleTableItemsResponseBody) GoString() string + func (s AddAiotVehicleTableItemsResponseBody) String() string + type AddAiotVehicleTableItemsShrinkRequest struct + Id *string + VehicleTableId *string + VehicleTableItemShrink *string + func (s *AddAiotVehicleTableItemsShrinkRequest) SetId(v string) *AddAiotVehicleTableItemsShrinkRequest + func (s *AddAiotVehicleTableItemsShrinkRequest) SetVehicleTableId(v string) *AddAiotVehicleTableItemsShrinkRequest + func (s *AddAiotVehicleTableItemsShrinkRequest) SetVehicleTableItemShrink(v string) *AddAiotVehicleTableItemsShrinkRequest + func (s AddAiotVehicleTableItemsShrinkRequest) GoString() string + func (s AddAiotVehicleTableItemsShrinkRequest) String() string + type AddCameraForInstanceRequest struct + CameraIds []*string + InstanceId *string + func (s *AddCameraForInstanceRequest) SetCameraIds(v []*string) *AddCameraForInstanceRequest + func (s *AddCameraForInstanceRequest) SetInstanceId(v string) *AddCameraForInstanceRequest + func (s AddCameraForInstanceRequest) GoString() string + func (s AddCameraForInstanceRequest) String() string + type AddCameraForInstanceResponse struct + Body *AddCameraForInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddCameraForInstanceResponse) SetBody(v *AddCameraForInstanceResponseBody) *AddCameraForInstanceResponse + func (s *AddCameraForInstanceResponse) SetHeaders(v map[string]*string) *AddCameraForInstanceResponse + func (s *AddCameraForInstanceResponse) SetStatusCode(v int32) *AddCameraForInstanceResponse + func (s AddCameraForInstanceResponse) GoString() string + func (s AddCameraForInstanceResponse) String() string + type AddCameraForInstanceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *AddCameraForInstanceResponseBody) SetCode(v string) *AddCameraForInstanceResponseBody + func (s *AddCameraForInstanceResponseBody) SetMessage(v string) *AddCameraForInstanceResponseBody + func (s *AddCameraForInstanceResponseBody) SetRequestId(v string) *AddCameraForInstanceResponseBody + func (s AddCameraForInstanceResponseBody) GoString() string + func (s AddCameraForInstanceResponseBody) String() string + type AddCameraForInstanceShrinkRequest struct + CameraIdsShrink *string + InstanceId *string + func (s *AddCameraForInstanceShrinkRequest) SetCameraIdsShrink(v string) *AddCameraForInstanceShrinkRequest + func (s *AddCameraForInstanceShrinkRequest) SetInstanceId(v string) *AddCameraForInstanceShrinkRequest + func (s AddCameraForInstanceShrinkRequest) GoString() string + func (s AddCameraForInstanceShrinkRequest) String() string + type AddChannelRequest struct + ParentDeviceGbId *string + func (s *AddChannelRequest) SetParentDeviceGbId(v string) *AddChannelRequest + func (s AddChannelRequest) GoString() string + func (s AddChannelRequest) String() string + type AddChannelResponse struct + Body *AddChannelResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddChannelResponse) SetBody(v *AddChannelResponseBody) *AddChannelResponse + func (s *AddChannelResponse) SetHeaders(v map[string]*string) *AddChannelResponse + func (s *AddChannelResponse) SetStatusCode(v int32) *AddChannelResponse + func (s AddChannelResponse) GoString() string + func (s AddChannelResponse) String() string + type AddChannelResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *AddChannelResponseBody) SetCode(v string) *AddChannelResponseBody + func (s *AddChannelResponseBody) SetData(v string) *AddChannelResponseBody + func (s *AddChannelResponseBody) SetMessage(v string) *AddChannelResponseBody + func (s *AddChannelResponseBody) SetRequestId(v string) *AddChannelResponseBody + func (s AddChannelResponseBody) GoString() string + func (s AddChannelResponseBody) String() string + type AddDataSourceRequest struct + CorpId *string + DataSourceName *string + DataSourceType *string + Description *string + Url *string + func (s *AddDataSourceRequest) SetCorpId(v string) *AddDataSourceRequest + func (s *AddDataSourceRequest) SetDataSourceName(v string) *AddDataSourceRequest + func (s *AddDataSourceRequest) SetDataSourceType(v string) *AddDataSourceRequest + func (s *AddDataSourceRequest) SetDescription(v string) *AddDataSourceRequest + func (s *AddDataSourceRequest) SetUrl(v string) *AddDataSourceRequest + func (s AddDataSourceRequest) GoString() string + func (s AddDataSourceRequest) String() string + type AddDataSourceResponse struct + Body *AddDataSourceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddDataSourceResponse) SetBody(v *AddDataSourceResponseBody) *AddDataSourceResponse + func (s *AddDataSourceResponse) SetHeaders(v map[string]*string) *AddDataSourceResponse + func (s *AddDataSourceResponse) SetStatusCode(v int32) *AddDataSourceResponse + func (s AddDataSourceResponse) GoString() string + func (s AddDataSourceResponse) String() string + type AddDataSourceResponseBody struct + Code *string + Data *AddDataSourceResponseBodyData + Message *string + RequestId *string + func (s *AddDataSourceResponseBody) SetCode(v string) *AddDataSourceResponseBody + func (s *AddDataSourceResponseBody) SetData(v *AddDataSourceResponseBodyData) *AddDataSourceResponseBody + func (s *AddDataSourceResponseBody) SetMessage(v string) *AddDataSourceResponseBody + func (s *AddDataSourceResponseBody) SetRequestId(v string) *AddDataSourceResponseBody + func (s AddDataSourceResponseBody) GoString() string + func (s AddDataSourceResponseBody) String() string + type AddDataSourceResponseBodyData struct + DataSourceId *string + KafkaTopic *string + OssPath *string + func (s *AddDataSourceResponseBodyData) SetDataSourceId(v string) *AddDataSourceResponseBodyData + func (s *AddDataSourceResponseBodyData) SetKafkaTopic(v string) *AddDataSourceResponseBodyData + func (s *AddDataSourceResponseBodyData) SetOssPath(v string) *AddDataSourceResponseBodyData + func (s AddDataSourceResponseBodyData) GoString() string + func (s AddDataSourceResponseBodyData) String() string + type AddDeviceRequest struct + BitRate *string + CorpId *string + DeviceAddress *string + DeviceDirection *string + DeviceName *string + DeviceResolution *string + DeviceSite *string + DeviceType *string + GbId *string + Vendor *string + func (s *AddDeviceRequest) SetBitRate(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetCorpId(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceAddress(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceDirection(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceName(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceResolution(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceSite(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetDeviceType(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetGbId(v string) *AddDeviceRequest + func (s *AddDeviceRequest) SetVendor(v string) *AddDeviceRequest + func (s AddDeviceRequest) GoString() string + func (s AddDeviceRequest) String() string + type AddDeviceResponse struct + Body *AddDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddDeviceResponse) SetBody(v *AddDeviceResponseBody) *AddDeviceResponse + func (s *AddDeviceResponse) SetHeaders(v map[string]*string) *AddDeviceResponse + func (s *AddDeviceResponse) SetStatusCode(v int32) *AddDeviceResponse + func (s AddDeviceResponse) GoString() string + func (s AddDeviceResponse) String() string + type AddDeviceResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *AddDeviceResponseBody) SetCode(v string) *AddDeviceResponseBody + func (s *AddDeviceResponseBody) SetData(v string) *AddDeviceResponseBody + func (s *AddDeviceResponseBody) SetMessage(v string) *AddDeviceResponseBody + func (s *AddDeviceResponseBody) SetRequestId(v string) *AddDeviceResponseBody + func (s AddDeviceResponseBody) GoString() string + func (s AddDeviceResponseBody) String() string + type AddDoubleVerificationGroupsRequest struct + DoubleVerificationGroupList []*AddDoubleVerificationGroupsRequestDoubleVerificationGroupList + Id *string + func (s *AddDoubleVerificationGroupsRequest) SetDoubleVerificationGroupList(v []*AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) *AddDoubleVerificationGroupsRequest + func (s *AddDoubleVerificationGroupsRequest) SetId(v string) *AddDoubleVerificationGroupsRequest + func (s AddDoubleVerificationGroupsRequest) GoString() string + func (s AddDoubleVerificationGroupsRequest) String() string + type AddDoubleVerificationGroupsRequestDoubleVerificationGroupList struct + GroupId *string + Interval *int64 + MemberNumber *int64 + PersonIdList []*AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) SetGroupId(v string) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) SetInterval(v int64) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) SetMemberNumber(v int64) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) SetPersonIdList(v []*AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupList + func (s AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) GoString() string + func (s AddDoubleVerificationGroupsRequestDoubleVerificationGroupList) String() string + type AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList struct + PersonId *string + PersonTableId *string + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList) SetPersonId(v string) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList + func (s *AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList) SetPersonTableId(v string) *AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList + func (s AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList) GoString() string + func (s AddDoubleVerificationGroupsRequestDoubleVerificationGroupListPersonIdList) String() string + type AddDoubleVerificationGroupsResponse struct + Body *AddDoubleVerificationGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddDoubleVerificationGroupsResponse) SetBody(v *AddDoubleVerificationGroupsResponseBody) *AddDoubleVerificationGroupsResponse + func (s *AddDoubleVerificationGroupsResponse) SetHeaders(v map[string]*string) *AddDoubleVerificationGroupsResponse + func (s *AddDoubleVerificationGroupsResponse) SetStatusCode(v int32) *AddDoubleVerificationGroupsResponse + func (s AddDoubleVerificationGroupsResponse) GoString() string + func (s AddDoubleVerificationGroupsResponse) String() string + type AddDoubleVerificationGroupsResponseBody struct + Code *string + Message *string + RequestId *string + ResultList []*AddDoubleVerificationGroupsResponseBodyResultList + func (s *AddDoubleVerificationGroupsResponseBody) SetCode(v string) *AddDoubleVerificationGroupsResponseBody + func (s *AddDoubleVerificationGroupsResponseBody) SetMessage(v string) *AddDoubleVerificationGroupsResponseBody + func (s *AddDoubleVerificationGroupsResponseBody) SetRequestId(v string) *AddDoubleVerificationGroupsResponseBody + func (s *AddDoubleVerificationGroupsResponseBody) SetResultList(v []*AddDoubleVerificationGroupsResponseBodyResultList) *AddDoubleVerificationGroupsResponseBody + func (s AddDoubleVerificationGroupsResponseBody) GoString() string + func (s AddDoubleVerificationGroupsResponseBody) String() string + type AddDoubleVerificationGroupsResponseBodyResultList struct + Code *string + GroupId *string + Message *string + func (s *AddDoubleVerificationGroupsResponseBodyResultList) SetCode(v string) *AddDoubleVerificationGroupsResponseBodyResultList + func (s *AddDoubleVerificationGroupsResponseBodyResultList) SetGroupId(v string) *AddDoubleVerificationGroupsResponseBodyResultList + func (s *AddDoubleVerificationGroupsResponseBodyResultList) SetMessage(v string) *AddDoubleVerificationGroupsResponseBodyResultList + func (s AddDoubleVerificationGroupsResponseBodyResultList) GoString() string + func (s AddDoubleVerificationGroupsResponseBodyResultList) String() string + type AddMonitorRequest struct + AlgorithmVendor *string + BatchIndicator *int32 + CorpId *string + Description *string + MonitorType *string + NotifierAppSecret *string + NotifierExtendValues *string + NotifierTimeOut *int32 + NotifierType *string + NotifierUrl *string + func (s *AddMonitorRequest) SetAlgorithmVendor(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetBatchIndicator(v int32) *AddMonitorRequest + func (s *AddMonitorRequest) SetCorpId(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetDescription(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetMonitorType(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetNotifierAppSecret(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetNotifierExtendValues(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetNotifierTimeOut(v int32) *AddMonitorRequest + func (s *AddMonitorRequest) SetNotifierType(v string) *AddMonitorRequest + func (s *AddMonitorRequest) SetNotifierUrl(v string) *AddMonitorRequest + func (s AddMonitorRequest) GoString() string + func (s AddMonitorRequest) String() string + type AddMonitorResponse struct + Body *AddMonitorResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddMonitorResponse) SetBody(v *AddMonitorResponseBody) *AddMonitorResponse + func (s *AddMonitorResponse) SetHeaders(v map[string]*string) *AddMonitorResponse + func (s *AddMonitorResponse) SetStatusCode(v int32) *AddMonitorResponse + func (s AddMonitorResponse) GoString() string + func (s AddMonitorResponse) String() string + type AddMonitorResponseBody struct + Code *string + Data *AddMonitorResponseBodyData + Message *string + RequestId *string + func (s *AddMonitorResponseBody) SetCode(v string) *AddMonitorResponseBody + func (s *AddMonitorResponseBody) SetData(v *AddMonitorResponseBodyData) *AddMonitorResponseBody + func (s *AddMonitorResponseBody) SetMessage(v string) *AddMonitorResponseBody + func (s *AddMonitorResponseBody) SetRequestId(v string) *AddMonitorResponseBody + func (s AddMonitorResponseBody) GoString() string + func (s AddMonitorResponseBody) String() string + type AddMonitorResponseBodyData struct + TaskId *string + func (s *AddMonitorResponseBodyData) SetTaskId(v string) *AddMonitorResponseBodyData + func (s AddMonitorResponseBodyData) GoString() string + func (s AddMonitorResponseBodyData) String() string + type AddProfileCatalogRequest struct + CatalogName *string + CorpId *string + IsvSubId *string + ParentCatalogId *int64 + func (s *AddProfileCatalogRequest) SetCatalogName(v string) *AddProfileCatalogRequest + func (s *AddProfileCatalogRequest) SetCorpId(v string) *AddProfileCatalogRequest + func (s *AddProfileCatalogRequest) SetIsvSubId(v string) *AddProfileCatalogRequest + func (s *AddProfileCatalogRequest) SetParentCatalogId(v int64) *AddProfileCatalogRequest + func (s AddProfileCatalogRequest) GoString() string + func (s AddProfileCatalogRequest) String() string + type AddProfileCatalogResponse struct + Body *AddProfileCatalogResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddProfileCatalogResponse) SetBody(v *AddProfileCatalogResponseBody) *AddProfileCatalogResponse + func (s *AddProfileCatalogResponse) SetHeaders(v map[string]*string) *AddProfileCatalogResponse + func (s *AddProfileCatalogResponse) SetStatusCode(v int32) *AddProfileCatalogResponse + func (s AddProfileCatalogResponse) GoString() string + func (s AddProfileCatalogResponse) String() string + type AddProfileCatalogResponseBody struct + Code *string + Data *AddProfileCatalogResponseBodyData + Message *string + RequestId *string + func (s *AddProfileCatalogResponseBody) SetCode(v string) *AddProfileCatalogResponseBody + func (s *AddProfileCatalogResponseBody) SetData(v *AddProfileCatalogResponseBodyData) *AddProfileCatalogResponseBody + func (s *AddProfileCatalogResponseBody) SetMessage(v string) *AddProfileCatalogResponseBody + func (s *AddProfileCatalogResponseBody) SetRequestId(v string) *AddProfileCatalogResponseBody + func (s AddProfileCatalogResponseBody) GoString() string + func (s AddProfileCatalogResponseBody) String() string + type AddProfileCatalogResponseBodyData struct + CatalogId *int64 + CatalogName *string + IsvSubId *string + func (s *AddProfileCatalogResponseBodyData) SetCatalogId(v int64) *AddProfileCatalogResponseBodyData + func (s *AddProfileCatalogResponseBodyData) SetCatalogName(v string) *AddProfileCatalogResponseBodyData + func (s *AddProfileCatalogResponseBodyData) SetIsvSubId(v string) *AddProfileCatalogResponseBodyData + func (s AddProfileCatalogResponseBodyData) GoString() string + func (s AddProfileCatalogResponseBodyData) String() string + type AddProfileRequest struct + BizId *string + CatalogId *int64 + CorpId *string + FaceUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + LiveAddress *string + Name *string + PhoneNo *string + PlateNo *string + SceneType *string + func (s *AddProfileRequest) SetBizId(v string) *AddProfileRequest + func (s *AddProfileRequest) SetCatalogId(v int64) *AddProfileRequest + func (s *AddProfileRequest) SetCorpId(v string) *AddProfileRequest + func (s *AddProfileRequest) SetFaceUrl(v string) *AddProfileRequest + func (s *AddProfileRequest) SetGender(v int32) *AddProfileRequest + func (s *AddProfileRequest) SetIdNumber(v string) *AddProfileRequest + func (s *AddProfileRequest) SetIsvSubId(v string) *AddProfileRequest + func (s *AddProfileRequest) SetLiveAddress(v string) *AddProfileRequest + func (s *AddProfileRequest) SetName(v string) *AddProfileRequest + func (s *AddProfileRequest) SetPhoneNo(v string) *AddProfileRequest + func (s *AddProfileRequest) SetPlateNo(v string) *AddProfileRequest + func (s *AddProfileRequest) SetSceneType(v string) *AddProfileRequest + func (s AddProfileRequest) GoString() string + func (s AddProfileRequest) String() string + type AddProfileResponse struct + Body *AddProfileResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddProfileResponse) SetBody(v *AddProfileResponseBody) *AddProfileResponse + func (s *AddProfileResponse) SetHeaders(v map[string]*string) *AddProfileResponse + func (s *AddProfileResponse) SetStatusCode(v int32) *AddProfileResponse + func (s AddProfileResponse) GoString() string + func (s AddProfileResponse) String() string + type AddProfileResponseBody struct + Code *string + Data *AddProfileResponseBodyData + Message *string + RequestId *string + func (s *AddProfileResponseBody) SetCode(v string) *AddProfileResponseBody + func (s *AddProfileResponseBody) SetData(v *AddProfileResponseBodyData) *AddProfileResponseBody + func (s *AddProfileResponseBody) SetMessage(v string) *AddProfileResponseBody + func (s *AddProfileResponseBody) SetRequestId(v string) *AddProfileResponseBody + func (s AddProfileResponseBody) GoString() string + func (s AddProfileResponseBody) String() string + type AddProfileResponseBodyData struct + BizId *string + CatalogId *int32 + FaceUrl *string + Gender *string + IdNumber *string + IsvSubId *string + LiveAddress *string + Name *string + PhoneNo *string + PlateNo *string + ProfileId *int32 + SceneType *string + func (s *AddProfileResponseBodyData) SetBizId(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetCatalogId(v int32) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetFaceUrl(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetGender(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetIdNumber(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetIsvSubId(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetLiveAddress(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetName(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetPhoneNo(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetPlateNo(v string) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetProfileId(v int32) *AddProfileResponseBodyData + func (s *AddProfileResponseBodyData) SetSceneType(v string) *AddProfileResponseBodyData + func (s AddProfileResponseBodyData) GoString() string + func (s AddProfileResponseBodyData) String() string + type AddSearchItemsRequest struct + SearchItemList []*AddSearchItemsRequestSearchItemList + SearchTableId *string + func (s *AddSearchItemsRequest) SetSearchItemList(v []*AddSearchItemsRequestSearchItemList) *AddSearchItemsRequest + func (s *AddSearchItemsRequest) SetSearchTableId(v string) *AddSearchItemsRequest + func (s AddSearchItemsRequest) GoString() string + func (s AddSearchItemsRequest) String() string + type AddSearchItemsRequestSearchItemList struct + ItemImageUrl *string + SearchItemId *string + SearchItemName *string + func (s *AddSearchItemsRequestSearchItemList) SetItemImageUrl(v string) *AddSearchItemsRequestSearchItemList + func (s *AddSearchItemsRequestSearchItemList) SetSearchItemId(v string) *AddSearchItemsRequestSearchItemList + func (s *AddSearchItemsRequestSearchItemList) SetSearchItemName(v string) *AddSearchItemsRequestSearchItemList + func (s AddSearchItemsRequestSearchItemList) GoString() string + func (s AddSearchItemsRequestSearchItemList) String() string + type AddSearchItemsResponse struct + Body *AddSearchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddSearchItemsResponse) SetBody(v *AddSearchItemsResponseBody) *AddSearchItemsResponse + func (s *AddSearchItemsResponse) SetHeaders(v map[string]*string) *AddSearchItemsResponse + func (s *AddSearchItemsResponse) SetStatusCode(v int32) *AddSearchItemsResponse + func (s AddSearchItemsResponse) GoString() string + func (s AddSearchItemsResponse) String() string + type AddSearchItemsResponseBody struct + Code *string + Data *AddSearchItemsResponseBodyData + Message *string + RequestId *string + Success *string + func (s *AddSearchItemsResponseBody) SetCode(v string) *AddSearchItemsResponseBody + func (s *AddSearchItemsResponseBody) SetData(v *AddSearchItemsResponseBodyData) *AddSearchItemsResponseBody + func (s *AddSearchItemsResponseBody) SetMessage(v string) *AddSearchItemsResponseBody + func (s *AddSearchItemsResponseBody) SetRequestId(v string) *AddSearchItemsResponseBody + func (s *AddSearchItemsResponseBody) SetSuccess(v string) *AddSearchItemsResponseBody + func (s AddSearchItemsResponseBody) GoString() string + func (s AddSearchItemsResponseBody) String() string + type AddSearchItemsResponseBodyData struct + AddedItemIds *string + FailedItemIds *string + func (s *AddSearchItemsResponseBodyData) SetAddedItemIds(v string) *AddSearchItemsResponseBodyData + func (s *AddSearchItemsResponseBodyData) SetFailedItemIds(v string) *AddSearchItemsResponseBodyData + func (s AddSearchItemsResponseBodyData) GoString() string + func (s AddSearchItemsResponseBodyData) String() string + type AddSearchItemsShrinkRequest struct + SearchItemListShrink *string + SearchTableId *string + func (s *AddSearchItemsShrinkRequest) SetSearchItemListShrink(v string) *AddSearchItemsShrinkRequest + func (s *AddSearchItemsShrinkRequest) SetSearchTableId(v string) *AddSearchItemsShrinkRequest + func (s AddSearchItemsShrinkRequest) GoString() string + func (s AddSearchItemsShrinkRequest) String() string + type AddWatchItemsRequest struct + WatchItemList []*AddWatchItemsRequestWatchItemList + WatchPolicyId *string + func (s *AddWatchItemsRequest) SetWatchItemList(v []*AddWatchItemsRequestWatchItemList) *AddWatchItemsRequest + func (s *AddWatchItemsRequest) SetWatchPolicyId(v string) *AddWatchItemsRequest + func (s AddWatchItemsRequest) GoString() string + func (s AddWatchItemsRequest) String() string + type AddWatchItemsRequestWatchItemList struct + ItemAttributes *string + ItemImageUrl *string + WatchItemId *string + WatchItemName *string + func (s *AddWatchItemsRequestWatchItemList) SetItemAttributes(v string) *AddWatchItemsRequestWatchItemList + func (s *AddWatchItemsRequestWatchItemList) SetItemImageUrl(v string) *AddWatchItemsRequestWatchItemList + func (s *AddWatchItemsRequestWatchItemList) SetWatchItemId(v string) *AddWatchItemsRequestWatchItemList + func (s *AddWatchItemsRequestWatchItemList) SetWatchItemName(v string) *AddWatchItemsRequestWatchItemList + func (s AddWatchItemsRequestWatchItemList) GoString() string + func (s AddWatchItemsRequestWatchItemList) String() string + type AddWatchItemsResponse struct + Body *AddWatchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *AddWatchItemsResponse) SetBody(v *AddWatchItemsResponseBody) *AddWatchItemsResponse + func (s *AddWatchItemsResponse) SetHeaders(v map[string]*string) *AddWatchItemsResponse + func (s *AddWatchItemsResponse) SetStatusCode(v int32) *AddWatchItemsResponse + func (s AddWatchItemsResponse) GoString() string + func (s AddWatchItemsResponse) String() string + type AddWatchItemsResponseBody struct + Code *string + Data *AddWatchItemsResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *AddWatchItemsResponseBody) SetCode(v string) *AddWatchItemsResponseBody + func (s *AddWatchItemsResponseBody) SetData(v *AddWatchItemsResponseBodyData) *AddWatchItemsResponseBody + func (s *AddWatchItemsResponseBody) SetMessage(v string) *AddWatchItemsResponseBody + func (s *AddWatchItemsResponseBody) SetRequestId(v string) *AddWatchItemsResponseBody + func (s *AddWatchItemsResponseBody) SetSuccess(v bool) *AddWatchItemsResponseBody + func (s AddWatchItemsResponseBody) GoString() string + func (s AddWatchItemsResponseBody) String() string + type AddWatchItemsResponseBodyData struct + AddedItemIds *string + FailedItemIds *string + func (s *AddWatchItemsResponseBodyData) SetAddedItemIds(v string) *AddWatchItemsResponseBodyData + func (s *AddWatchItemsResponseBodyData) SetFailedItemIds(v string) *AddWatchItemsResponseBodyData + func (s AddWatchItemsResponseBodyData) GoString() string + func (s AddWatchItemsResponseBodyData) String() string + type AiotDevice struct + IPAddr *string + Latitude *float32 + Longitude *float32 + Name *string + Place *string + Port *int64 + func (s *AiotDevice) SetIPAddr(v string) *AiotDevice + func (s *AiotDevice) SetLatitude(v float32) *AiotDevice + func (s *AiotDevice) SetLongitude(v float32) *AiotDevice + func (s *AiotDevice) SetName(v string) *AiotDevice + func (s *AiotDevice) SetPlace(v string) *AiotDevice + func (s *AiotDevice) SetPort(v int64) *AiotDevice + func (s AiotDevice) GoString() string + func (s AiotDevice) String() string + type BatchDeleteInstanceRequest struct + InstanceIds []*string + ProjectId *string + func (s *BatchDeleteInstanceRequest) SetInstanceIds(v []*string) *BatchDeleteInstanceRequest + func (s *BatchDeleteInstanceRequest) SetProjectId(v string) *BatchDeleteInstanceRequest + func (s BatchDeleteInstanceRequest) GoString() string + func (s BatchDeleteInstanceRequest) String() string + type BatchDeleteInstanceResponse struct + Body *BatchDeleteInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *BatchDeleteInstanceResponse) SetBody(v *BatchDeleteInstanceResponseBody) *BatchDeleteInstanceResponse + func (s *BatchDeleteInstanceResponse) SetHeaders(v map[string]*string) *BatchDeleteInstanceResponse + func (s *BatchDeleteInstanceResponse) SetStatusCode(v int32) *BatchDeleteInstanceResponse + func (s BatchDeleteInstanceResponse) GoString() string + func (s BatchDeleteInstanceResponse) String() string + type BatchDeleteInstanceResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *BatchDeleteInstanceResponseBody) SetCode(v string) *BatchDeleteInstanceResponseBody + func (s *BatchDeleteInstanceResponseBody) SetMessage(v string) *BatchDeleteInstanceResponseBody + func (s *BatchDeleteInstanceResponseBody) SetRequestId(v string) *BatchDeleteInstanceResponseBody + func (s *BatchDeleteInstanceResponseBody) SetSuccess(v bool) *BatchDeleteInstanceResponseBody + func (s BatchDeleteInstanceResponseBody) GoString() string + func (s BatchDeleteInstanceResponseBody) String() string + type BatchDeleteInstanceShrinkRequest struct + InstanceIdsShrink *string + ProjectId *string + func (s *BatchDeleteInstanceShrinkRequest) SetInstanceIdsShrink(v string) *BatchDeleteInstanceShrinkRequest + func (s *BatchDeleteInstanceShrinkRequest) SetProjectId(v string) *BatchDeleteInstanceShrinkRequest + func (s BatchDeleteInstanceShrinkRequest) GoString() string + func (s BatchDeleteInstanceShrinkRequest) String() string + type BindCorpGroupRequest struct + CorpGroupId *string + CorpId *string + func (s *BindCorpGroupRequest) SetCorpGroupId(v string) *BindCorpGroupRequest + func (s *BindCorpGroupRequest) SetCorpId(v string) *BindCorpGroupRequest + func (s BindCorpGroupRequest) GoString() string + func (s BindCorpGroupRequest) String() string + type BindCorpGroupResponse struct + Body *BindCorpGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *BindCorpGroupResponse) SetBody(v *BindCorpGroupResponseBody) *BindCorpGroupResponse + func (s *BindCorpGroupResponse) SetHeaders(v map[string]*string) *BindCorpGroupResponse + func (s *BindCorpGroupResponse) SetStatusCode(v int32) *BindCorpGroupResponse + func (s BindCorpGroupResponse) GoString() string + func (s BindCorpGroupResponse) String() string + type BindCorpGroupResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *BindCorpGroupResponseBody) SetCode(v string) *BindCorpGroupResponseBody + func (s *BindCorpGroupResponseBody) SetMessage(v string) *BindCorpGroupResponseBody + func (s *BindCorpGroupResponseBody) SetRequestId(v string) *BindCorpGroupResponseBody + func (s *BindCorpGroupResponseBody) SetSuccess(v bool) *BindCorpGroupResponseBody + func (s BindCorpGroupResponseBody) GoString() string + func (s BindCorpGroupResponseBody) String() string + type BindDevicesRequest struct + CorpId *string + DeviceId *string + SubDeviceList []*BindDevicesRequestSubDeviceList + func (s *BindDevicesRequest) SetCorpId(v string) *BindDevicesRequest + func (s *BindDevicesRequest) SetDeviceId(v string) *BindDevicesRequest + func (s *BindDevicesRequest) SetSubDeviceList(v []*BindDevicesRequestSubDeviceList) *BindDevicesRequest + func (s BindDevicesRequest) GoString() string + func (s BindDevicesRequest) String() string + type BindDevicesRequestSubDeviceList struct + AccessProtocol *string + LoginName *string + PIN *string + SubDeviceIp *string + SubDeviceName *string + SubDevicePort *string + func (s *BindDevicesRequestSubDeviceList) SetAccessProtocol(v string) *BindDevicesRequestSubDeviceList + func (s *BindDevicesRequestSubDeviceList) SetLoginName(v string) *BindDevicesRequestSubDeviceList + func (s *BindDevicesRequestSubDeviceList) SetPIN(v string) *BindDevicesRequestSubDeviceList + func (s *BindDevicesRequestSubDeviceList) SetSubDeviceIp(v string) *BindDevicesRequestSubDeviceList + func (s *BindDevicesRequestSubDeviceList) SetSubDeviceName(v string) *BindDevicesRequestSubDeviceList + func (s *BindDevicesRequestSubDeviceList) SetSubDevicePort(v string) *BindDevicesRequestSubDeviceList + func (s BindDevicesRequestSubDeviceList) GoString() string + func (s BindDevicesRequestSubDeviceList) String() string + type BindDevicesResponse struct + Body *BindDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *BindDevicesResponse) SetBody(v *BindDevicesResponseBody) *BindDevicesResponse + func (s *BindDevicesResponse) SetHeaders(v map[string]*string) *BindDevicesResponse + func (s *BindDevicesResponse) SetStatusCode(v int32) *BindDevicesResponse + func (s BindDevicesResponse) GoString() string + func (s BindDevicesResponse) String() string + type BindDevicesResponseBody struct + Code *string + Data *BindDevicesResponseBodyData + Message *string + RequestId *string + func (s *BindDevicesResponseBody) SetCode(v string) *BindDevicesResponseBody + func (s *BindDevicesResponseBody) SetData(v *BindDevicesResponseBodyData) *BindDevicesResponseBody + func (s *BindDevicesResponseBody) SetMessage(v string) *BindDevicesResponseBody + func (s *BindDevicesResponseBody) SetRequestId(v string) *BindDevicesResponseBody + func (s BindDevicesResponseBody) GoString() string + func (s BindDevicesResponseBody) String() string + type BindDevicesResponseBodyData struct + SubDeviceList []*BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyData) SetSubDeviceList(v []*BindDevicesResponseBodyDataSubDeviceList) *BindDevicesResponseBodyData + func (s BindDevicesResponseBodyData) GoString() string + func (s BindDevicesResponseBodyData) String() string + type BindDevicesResponseBodyDataSubDeviceList struct + Code *string + Message *string + SubDeviceId *string + SubDeviceIp *string + SubDeviceName *string + SubDeviceNum *string + SubDevicePort *string + func (s *BindDevicesResponseBodyDataSubDeviceList) SetCode(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetMessage(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetSubDeviceId(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetSubDeviceIp(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetSubDeviceName(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetSubDeviceNum(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s *BindDevicesResponseBodyDataSubDeviceList) SetSubDevicePort(v string) *BindDevicesResponseBodyDataSubDeviceList + func (s BindDevicesResponseBodyDataSubDeviceList) GoString() string + func (s BindDevicesResponseBodyDataSubDeviceList) String() string + type BindDevicesShrinkRequest struct + CorpId *string + DeviceId *string + SubDeviceListShrink *string + func (s *BindDevicesShrinkRequest) SetCorpId(v string) *BindDevicesShrinkRequest + func (s *BindDevicesShrinkRequest) SetDeviceId(v string) *BindDevicesShrinkRequest + func (s *BindDevicesShrinkRequest) SetSubDeviceListShrink(v string) *BindDevicesShrinkRequest + func (s BindDevicesShrinkRequest) GoString() string + func (s BindDevicesShrinkRequest) String() string + type BindPersonRequest struct + CorpId *string + IsvSubId *string + PersonId *string + PersonMatchingRate *string + ProfileId *int64 + func (s *BindPersonRequest) SetCorpId(v string) *BindPersonRequest + func (s *BindPersonRequest) SetIsvSubId(v string) *BindPersonRequest + func (s *BindPersonRequest) SetPersonId(v string) *BindPersonRequest + func (s *BindPersonRequest) SetPersonMatchingRate(v string) *BindPersonRequest + func (s *BindPersonRequest) SetProfileId(v int64) *BindPersonRequest + func (s BindPersonRequest) GoString() string + func (s BindPersonRequest) String() string + type BindPersonResponse struct + Body *BindPersonResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *BindPersonResponse) SetBody(v *BindPersonResponseBody) *BindPersonResponse + func (s *BindPersonResponse) SetHeaders(v map[string]*string) *BindPersonResponse + func (s *BindPersonResponse) SetStatusCode(v int32) *BindPersonResponse + func (s BindPersonResponse) GoString() string + func (s BindPersonResponse) String() string + type BindPersonResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *BindPersonResponseBody) SetCode(v string) *BindPersonResponseBody + func (s *BindPersonResponseBody) SetData(v bool) *BindPersonResponseBody + func (s *BindPersonResponseBody) SetMessage(v string) *BindPersonResponseBody + func (s *BindPersonResponseBody) SetRequestId(v string) *BindPersonResponseBody + func (s BindPersonResponseBody) GoString() string + func (s BindPersonResponseBody) String() string + type BindUserRequest struct + CorpId *string + IsvSubId *string + MatchingRate *string + PersonId *string + UserId *int64 + func (s *BindUserRequest) SetCorpId(v string) *BindUserRequest + func (s *BindUserRequest) SetIsvSubId(v string) *BindUserRequest + func (s *BindUserRequest) SetMatchingRate(v string) *BindUserRequest + func (s *BindUserRequest) SetPersonId(v string) *BindUserRequest + func (s *BindUserRequest) SetUserId(v int64) *BindUserRequest + func (s BindUserRequest) GoString() string + func (s BindUserRequest) String() string + type BindUserResponse struct + Body *BindUserResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *BindUserResponse) SetBody(v *BindUserResponseBody) *BindUserResponse + func (s *BindUserResponse) SetHeaders(v map[string]*string) *BindUserResponse + func (s *BindUserResponse) SetStatusCode(v int32) *BindUserResponse + func (s BindUserResponse) GoString() string + func (s BindUserResponse) String() string + type BindUserResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *BindUserResponseBody) SetCode(v string) *BindUserResponseBody + func (s *BindUserResponseBody) SetData(v bool) *BindUserResponseBody + func (s *BindUserResponseBody) SetMessage(v string) *BindUserResponseBody + func (s *BindUserResponseBody) SetRequestId(v string) *BindUserResponseBody + func (s BindUserResponseBody) GoString() string + func (s BindUserResponseBody) String() string + type CheckAIInstanceNameRequest struct + InstanceName *string + InstanceType *string + ProjectId *string + func (s *CheckAIInstanceNameRequest) SetInstanceName(v string) *CheckAIInstanceNameRequest + func (s *CheckAIInstanceNameRequest) SetInstanceType(v string) *CheckAIInstanceNameRequest + func (s *CheckAIInstanceNameRequest) SetProjectId(v string) *CheckAIInstanceNameRequest + func (s CheckAIInstanceNameRequest) GoString() string + func (s CheckAIInstanceNameRequest) String() string + type CheckAIInstanceNameResponse struct + Body *CheckAIInstanceNameResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CheckAIInstanceNameResponse) SetBody(v *CheckAIInstanceNameResponseBody) *CheckAIInstanceNameResponse + func (s *CheckAIInstanceNameResponse) SetHeaders(v map[string]*string) *CheckAIInstanceNameResponse + func (s *CheckAIInstanceNameResponse) SetStatusCode(v int32) *CheckAIInstanceNameResponse + func (s CheckAIInstanceNameResponse) GoString() string + func (s CheckAIInstanceNameResponse) String() string + type CheckAIInstanceNameResponseBody struct + Code *string + Data *CheckAIInstanceNameResponseBodyData + Message *string + RequestId *string + func (s *CheckAIInstanceNameResponseBody) SetCode(v string) *CheckAIInstanceNameResponseBody + func (s *CheckAIInstanceNameResponseBody) SetData(v *CheckAIInstanceNameResponseBodyData) *CheckAIInstanceNameResponseBody + func (s *CheckAIInstanceNameResponseBody) SetMessage(v string) *CheckAIInstanceNameResponseBody + func (s *CheckAIInstanceNameResponseBody) SetRequestId(v string) *CheckAIInstanceNameResponseBody + func (s CheckAIInstanceNameResponseBody) GoString() string + func (s CheckAIInstanceNameResponseBody) String() string + type CheckAIInstanceNameResponseBodyData struct + Available *bool + func (s *CheckAIInstanceNameResponseBodyData) SetAvailable(v bool) *CheckAIInstanceNameResponseBodyData + func (s CheckAIInstanceNameResponseBodyData) GoString() string + func (s CheckAIInstanceNameResponseBodyData) String() string + type Client struct + func NewClient(config *openapi.Config) (*Client, error) + func (client *Client) AddAiotDevices(request *AddAiotDevicesRequest) (_result *AddAiotDevicesResponse, _err error) + func (client *Client) AddAiotDevicesWithOptions(tmpReq *AddAiotDevicesRequest, runtime *util.RuntimeOptions) (_result *AddAiotDevicesResponse, _err error) + func (client *Client) AddAiotPersonTable(request *AddAiotPersonTableRequest) (_result *AddAiotPersonTableResponse, _err error) + func (client *Client) AddAiotPersonTableItems(request *AddAiotPersonTableItemsRequest) (_result *AddAiotPersonTableItemsResponse, _err error) + func (client *Client) AddAiotPersonTableItemsForTables(request *AddAiotPersonTableItemsForTablesRequest) (_result *AddAiotPersonTableItemsForTablesResponse, _err error) + func (client *Client) AddAiotPersonTableItemsForTablesWithOptions(request *AddAiotPersonTableItemsForTablesRequest, runtime *util.RuntimeOptions) (_result *AddAiotPersonTableItemsForTablesResponse, _err error) + func (client *Client) AddAiotPersonTableItemsWithOptions(request *AddAiotPersonTableItemsRequest, runtime *util.RuntimeOptions) (_result *AddAiotPersonTableItemsResponse, _err error) + func (client *Client) AddAiotPersonTableWithOptions(request *AddAiotPersonTableRequest, runtime *util.RuntimeOptions) (_result *AddAiotPersonTableResponse, _err error) + func (client *Client) AddAiotVehicleTableItems(request *AddAiotVehicleTableItemsRequest) (_result *AddAiotVehicleTableItemsResponse, _err error) + func (client *Client) AddAiotVehicleTableItemsWithOptions(tmpReq *AddAiotVehicleTableItemsRequest, runtime *util.RuntimeOptions) (_result *AddAiotVehicleTableItemsResponse, _err error) + func (client *Client) AddCameraForInstance(request *AddCameraForInstanceRequest) (_result *AddCameraForInstanceResponse, _err error) + func (client *Client) AddCameraForInstanceWithOptions(tmpReq *AddCameraForInstanceRequest, runtime *util.RuntimeOptions) (_result *AddCameraForInstanceResponse, _err error) + func (client *Client) AddChannel(request *AddChannelRequest) (_result *AddChannelResponse, _err error) + func (client *Client) AddChannelWithOptions(request *AddChannelRequest, runtime *util.RuntimeOptions) (_result *AddChannelResponse, _err error) + func (client *Client) AddDataSource(request *AddDataSourceRequest) (_result *AddDataSourceResponse, _err error) + func (client *Client) AddDataSourceWithOptions(request *AddDataSourceRequest, runtime *util.RuntimeOptions) (_result *AddDataSourceResponse, _err error) + func (client *Client) AddDevice(request *AddDeviceRequest) (_result *AddDeviceResponse, _err error) + func (client *Client) AddDeviceWithOptions(request *AddDeviceRequest, runtime *util.RuntimeOptions) (_result *AddDeviceResponse, _err error) + func (client *Client) AddDoubleVerificationGroups(request *AddDoubleVerificationGroupsRequest) (_result *AddDoubleVerificationGroupsResponse, _err error) + func (client *Client) AddDoubleVerificationGroupsWithOptions(request *AddDoubleVerificationGroupsRequest, runtime *util.RuntimeOptions) (_result *AddDoubleVerificationGroupsResponse, _err error) + func (client *Client) AddMonitor(request *AddMonitorRequest) (_result *AddMonitorResponse, _err error) + func (client *Client) AddMonitorWithOptions(request *AddMonitorRequest, runtime *util.RuntimeOptions) (_result *AddMonitorResponse, _err error) + func (client *Client) AddProfile(request *AddProfileRequest) (_result *AddProfileResponse, _err error) + func (client *Client) AddProfileCatalog(request *AddProfileCatalogRequest) (_result *AddProfileCatalogResponse, _err error) + func (client *Client) AddProfileCatalogWithOptions(request *AddProfileCatalogRequest, runtime *util.RuntimeOptions) (_result *AddProfileCatalogResponse, _err error) + func (client *Client) AddProfileWithOptions(request *AddProfileRequest, runtime *util.RuntimeOptions) (_result *AddProfileResponse, _err error) + func (client *Client) AddSearchItems(request *AddSearchItemsRequest) (_result *AddSearchItemsResponse, _err error) + func (client *Client) AddSearchItemsWithOptions(tmpReq *AddSearchItemsRequest, runtime *util.RuntimeOptions) (_result *AddSearchItemsResponse, _err error) + func (client *Client) AddWatchItems(request *AddWatchItemsRequest) (_result *AddWatchItemsResponse, _err error) + func (client *Client) AddWatchItemsWithOptions(request *AddWatchItemsRequest, runtime *util.RuntimeOptions) (_result *AddWatchItemsResponse, _err error) + func (client *Client) BatchDeleteInstance(request *BatchDeleteInstanceRequest) (_result *BatchDeleteInstanceResponse, _err error) + func (client *Client) BatchDeleteInstanceWithOptions(tmpReq *BatchDeleteInstanceRequest, runtime *util.RuntimeOptions) (_result *BatchDeleteInstanceResponse, _err error) + func (client *Client) BindCorpGroup(request *BindCorpGroupRequest) (_result *BindCorpGroupResponse, _err error) + func (client *Client) BindCorpGroupWithOptions(request *BindCorpGroupRequest, runtime *util.RuntimeOptions) (_result *BindCorpGroupResponse, _err error) + func (client *Client) BindDevices(request *BindDevicesRequest) (_result *BindDevicesResponse, _err error) + func (client *Client) BindDevicesWithOptions(tmpReq *BindDevicesRequest, runtime *util.RuntimeOptions) (_result *BindDevicesResponse, _err error) + func (client *Client) BindPerson(request *BindPersonRequest) (_result *BindPersonResponse, _err error) + func (client *Client) BindPersonWithOptions(request *BindPersonRequest, runtime *util.RuntimeOptions) (_result *BindPersonResponse, _err error) + func (client *Client) BindUser(request *BindUserRequest) (_result *BindUserResponse, _err error) + func (client *Client) BindUserWithOptions(request *BindUserRequest, runtime *util.RuntimeOptions) (_result *BindUserResponse, _err error) + func (client *Client) CheckAIInstanceName(request *CheckAIInstanceNameRequest) (_result *CheckAIInstanceNameResponse, _err error) + func (client *Client) CheckAIInstanceNameWithOptions(request *CheckAIInstanceNameRequest, runtime *util.RuntimeOptions) (_result *CheckAIInstanceNameResponse, _err error) + func (client *Client) ControlAiotDevice(request *ControlAiotDeviceRequest) (_result *ControlAiotDeviceResponse, _err error) + func (client *Client) ControlAiotDeviceWithOptions(request *ControlAiotDeviceRequest, runtime *util.RuntimeOptions) (_result *ControlAiotDeviceResponse, _err error) + func (client *Client) CreateAIInstance(request *CreateAIInstanceRequest) (_result *CreateAIInstanceResponse, _err error) + func (client *Client) CreateAIInstanceWithOptions(tmpReq *CreateAIInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateAIInstanceResponse, _err error) + func (client *Client) CreateComputeInstance(request *CreateComputeInstanceRequest) (_result *CreateComputeInstanceResponse, _err error) + func (client *Client) CreateComputeInstanceWithOptions(tmpReq *CreateComputeInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateComputeInstanceResponse, _err error) + func (client *Client) CreateCorp(request *CreateCorpRequest) (_result *CreateCorpResponse, _err error) + func (client *Client) CreateCorpGroup(request *CreateCorpGroupRequest) (_result *CreateCorpGroupResponse, _err error) + func (client *Client) CreateCorpGroupWithOptions(request *CreateCorpGroupRequest, runtime *util.RuntimeOptions) (_result *CreateCorpGroupResponse, _err error) + func (client *Client) CreateCorpWithOptions(request *CreateCorpRequest, runtime *util.RuntimeOptions) (_result *CreateCorpResponse, _err error) + func (client *Client) CreateDevice(request *CreateDeviceRequest) (_result *CreateDeviceResponse, _err error) + func (client *Client) CreateDeviceWithOptions(request *CreateDeviceRequest, runtime *util.RuntimeOptions) (_result *CreateDeviceResponse, _err error) + func (client *Client) CreateModelService(request *CreateModelServiceRequest) (_result *CreateModelServiceResponse, _err error) + func (client *Client) CreateModelServiceWithOptions(request *CreateModelServiceRequest, runtime *util.RuntimeOptions) (_result *CreateModelServiceResponse, _err error) + func (client *Client) CreateNewDevice(request *CreateNewDeviceRequest) (_result *CreateNewDeviceResponse, _err error) + func (client *Client) CreateNewDeviceWithOptions(request *CreateNewDeviceRequest, runtime *util.RuntimeOptions) (_result *CreateNewDeviceResponse, _err error) + func (client *Client) CreateScanDevice(request *CreateScanDeviceRequest) (_result *CreateScanDeviceResponse, _err error) + func (client *Client) CreateScanDeviceWithOptions(request *CreateScanDeviceRequest, runtime *util.RuntimeOptions) (_result *CreateScanDeviceResponse, _err error) + func (client *Client) CreateSearchTable(request *CreateSearchTableRequest) (_result *CreateSearchTableResponse, _err error) + func (client *Client) CreateSearchTableWithOptions(request *CreateSearchTableRequest, runtime *util.RuntimeOptions) (_result *CreateSearchTableResponse, _err error) + func (client *Client) CreateUser(request *CreateUserRequest) (_result *CreateUserResponse, _err error) + func (client *Client) CreateUserGroup(request *CreateUserGroupRequest) (_result *CreateUserGroupResponse, _err error) + func (client *Client) CreateUserGroupWithOptions(request *CreateUserGroupRequest, runtime *util.RuntimeOptions) (_result *CreateUserGroupResponse, _err error) + func (client *Client) CreateUserWithOptions(request *CreateUserRequest, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error) + func (client *Client) CreateVideoComposeTask(request *CreateVideoComposeTaskRequest) (_result *CreateVideoComposeTaskResponse, _err error) + func (client *Client) CreateVideoComposeTaskWithOptions(request *CreateVideoComposeTaskRequest, runtime *util.RuntimeOptions) (_result *CreateVideoComposeTaskResponse, _err error) + func (client *Client) CreateVideoSummaryTask(request *CreateVideoSummaryTaskRequest) (_result *CreateVideoSummaryTaskResponse, _err error) + func (client *Client) CreateVideoSummaryTaskWithOptions(request *CreateVideoSummaryTaskRequest, runtime *util.RuntimeOptions) (_result *CreateVideoSummaryTaskResponse, _err error) + func (client *Client) CreateWatchPolicy(request *CreateWatchPolicyRequest) (_result *CreateWatchPolicyResponse, _err error) + func (client *Client) CreateWatchPolicyWithOptions(request *CreateWatchPolicyRequest, runtime *util.RuntimeOptions) (_result *CreateWatchPolicyResponse, _err error) + func (client *Client) CreateWatchTask(request *CreateWatchTaskRequest) (_result *CreateWatchTaskResponse, _err error) + func (client *Client) CreateWatchTaskWithOptions(request *CreateWatchTaskRequest, runtime *util.RuntimeOptions) (_result *CreateWatchTaskResponse, _err error) + func (client *Client) DeleteAIInstance(request *DeleteAIInstanceRequest) (_result *DeleteAIInstanceResponse, _err error) + func (client *Client) DeleteAIInstanceWithOptions(tmpReq *DeleteAIInstanceRequest, runtime *util.RuntimeOptions) (_result *DeleteAIInstanceResponse, _err error) + func (client *Client) DeleteAiotDevice(request *DeleteAiotDeviceRequest) (_result *DeleteAiotDeviceResponse, _err error) + func (client *Client) DeleteAiotDeviceWithOptions(request *DeleteAiotDeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteAiotDeviceResponse, _err error) + func (client *Client) DeleteAiotPersonTable(request *DeleteAiotPersonTableRequest) (_result *DeleteAiotPersonTableResponse, _err error) + func (client *Client) DeleteAiotPersonTableItem(request *DeleteAiotPersonTableItemRequest) (_result *DeleteAiotPersonTableItemResponse, _err error) + func (client *Client) DeleteAiotPersonTableItemWithOptions(request *DeleteAiotPersonTableItemRequest, runtime *util.RuntimeOptions) (_result *DeleteAiotPersonTableItemResponse, _err error) + func (client *Client) DeleteAiotPersonTableWithOptions(request *DeleteAiotPersonTableRequest, runtime *util.RuntimeOptions) (_result *DeleteAiotPersonTableResponse, _err error) + func (client *Client) DeleteAiotVehicleTableItem(request *DeleteAiotVehicleTableItemRequest) (_result *DeleteAiotVehicleTableItemResponse, _err error) + func (client *Client) DeleteAiotVehicleTableItemWithOptions(request *DeleteAiotVehicleTableItemRequest, runtime *util.RuntimeOptions) (_result *DeleteAiotVehicleTableItemResponse, _err error) + func (client *Client) DeleteChannel(request *DeleteChannelRequest) (_result *DeleteChannelResponse, _err error) + func (client *Client) DeleteChannelWithOptions(request *DeleteChannelRequest, runtime *util.RuntimeOptions) (_result *DeleteChannelResponse, _err error) + func (client *Client) DeleteCorpGroup(request *DeleteCorpGroupRequest) (_result *DeleteCorpGroupResponse, _err error) + func (client *Client) DeleteCorpGroupWithOptions(request *DeleteCorpGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteCorpGroupResponse, _err error) + func (client *Client) DeleteDataSource(request *DeleteDataSourceRequest) (_result *DeleteDataSourceResponse, _err error) + func (client *Client) DeleteDataSourceWithOptions(request *DeleteDataSourceRequest, runtime *util.RuntimeOptions) (_result *DeleteDataSourceResponse, _err error) + func (client *Client) DeleteDataSources(request *DeleteDataSourcesRequest) (_result *DeleteDataSourcesResponse, _err error) + func (client *Client) DeleteDataSourcesWithOptions(request *DeleteDataSourcesRequest, runtime *util.RuntimeOptions) (_result *DeleteDataSourcesResponse, _err error) + func (client *Client) DeleteDevice(request *DeleteDeviceRequest) (_result *DeleteDeviceResponse, _err error) + func (client *Client) DeleteDeviceForInstance(request *DeleteDeviceForInstanceRequest) (_result *DeleteDeviceForInstanceResponse, _err error) + func (client *Client) DeleteDeviceForInstanceWithOptions(tmpReq *DeleteDeviceForInstanceRequest, runtime *util.RuntimeOptions) (_result *DeleteDeviceForInstanceResponse, _err error) + func (client *Client) DeleteDeviceWithOptions(request *DeleteDeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteDeviceResponse, _err error) + func (client *Client) DeleteDevices(request *DeleteDevicesRequest) (_result *DeleteDevicesResponse, _err error) + func (client *Client) DeleteDevicesWithOptions(request *DeleteDevicesRequest, runtime *util.RuntimeOptions) (_result *DeleteDevicesResponse, _err error) + func (client *Client) DeleteDoubleVerificationGroup(request *DeleteDoubleVerificationGroupRequest) (_result *DeleteDoubleVerificationGroupResponse, _err error) + func (client *Client) DeleteDoubleVerificationGroupWithOptions(request *DeleteDoubleVerificationGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteDoubleVerificationGroupResponse, _err error) + func (client *Client) DeleteIPCDevice(request *DeleteIPCDeviceRequest) (_result *DeleteIPCDeviceResponse, _err error) + func (client *Client) DeleteIPCDeviceWithOptions(request *DeleteIPCDeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteIPCDeviceResponse, _err error) + func (client *Client) DeleteModelService(request *DeleteModelServiceRequest) (_result *DeleteModelServiceResponse, _err error) + func (client *Client) DeleteModelServiceWithOptions(request *DeleteModelServiceRequest, runtime *util.RuntimeOptions) (_result *DeleteModelServiceResponse, _err error) + func (client *Client) DeleteNVRDevice(request *DeleteNVRDeviceRequest) (_result *DeleteNVRDeviceResponse, _err error) + func (client *Client) DeleteNVRDeviceWithOptions(request *DeleteNVRDeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteNVRDeviceResponse, _err error) + func (client *Client) DeleteProfile(request *DeleteProfileRequest) (_result *DeleteProfileResponse, _err error) + func (client *Client) DeleteProfileCatalog(request *DeleteProfileCatalogRequest) (_result *DeleteProfileCatalogResponse, _err error) + func (client *Client) DeleteProfileCatalogWithOptions(request *DeleteProfileCatalogRequest, runtime *util.RuntimeOptions) (_result *DeleteProfileCatalogResponse, _err error) + func (client *Client) DeleteProfileWithOptions(request *DeleteProfileRequest, runtime *util.RuntimeOptions) (_result *DeleteProfileResponse, _err error) + func (client *Client) DeleteProject(request *DeleteProjectRequest) (_result *DeleteProjectResponse, _err error) + func (client *Client) DeleteProjectWithOptions(request *DeleteProjectRequest, runtime *util.RuntimeOptions) (_result *DeleteProjectResponse, _err error) + func (client *Client) DeleteRecords(request *DeleteRecordsRequest) (_result *DeleteRecordsResponse, _err error) + func (client *Client) DeleteRecordsWithOptions(request *DeleteRecordsRequest, runtime *util.RuntimeOptions) (_result *DeleteRecordsResponse, _err error) + func (client *Client) DeleteSearchTables(request *DeleteSearchTablesRequest) (_result *DeleteSearchTablesResponse, _err error) + func (client *Client) DeleteSearchTablesWithOptions(request *DeleteSearchTablesRequest, runtime *util.RuntimeOptions) (_result *DeleteSearchTablesResponse, _err error) + func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error) + func (client *Client) DeleteUserGroup(request *DeleteUserGroupRequest) (_result *DeleteUserGroupResponse, _err error) + func (client *Client) DeleteUserGroupWithOptions(request *DeleteUserGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteUserGroupResponse, _err error) + func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error) + func (client *Client) DeleteVideoSummaryTask(request *DeleteVideoSummaryTaskRequest) (_result *DeleteVideoSummaryTaskResponse, _err error) + func (client *Client) DeleteVideoSummaryTaskWithOptions(request *DeleteVideoSummaryTaskRequest, runtime *util.RuntimeOptions) (_result *DeleteVideoSummaryTaskResponse, _err error) + func (client *Client) DeleteWatchPolicies(request *DeleteWatchPoliciesRequest) (_result *DeleteWatchPoliciesResponse, _err error) + func (client *Client) DeleteWatchPoliciesWithOptions(request *DeleteWatchPoliciesRequest, runtime *util.RuntimeOptions) (_result *DeleteWatchPoliciesResponse, _err error) + func (client *Client) DeleteWatchTasks(request *DeleteWatchTasksRequest) (_result *DeleteWatchTasksResponse, _err error) + func (client *Client) DeleteWatchTasksWithOptions(request *DeleteWatchTasksRequest, runtime *util.RuntimeOptions) (_result *DeleteWatchTasksResponse, _err error) + func (client *Client) DescribeAIInstance(request *DescribeAIInstanceRequest) (_result *DescribeAIInstanceResponse, _err error) + func (client *Client) DescribeAIInstanceWithOptions(request *DescribeAIInstanceRequest, runtime *util.RuntimeOptions) (_result *DescribeAIInstanceResponse, _err error) + func (client *Client) DescribeAiotDevices(request *DescribeAiotDevicesRequest) (_result *DescribeAiotDevicesResponse, _err error) + func (client *Client) DescribeAiotDevicesWithOptions(request *DescribeAiotDevicesRequest, runtime *util.RuntimeOptions) (_result *DescribeAiotDevicesResponse, _err error) + func (client *Client) DescribeAiotPersonTableItems(request *DescribeAiotPersonTableItemsRequest) (_result *DescribeAiotPersonTableItemsResponse, _err error) + func (client *Client) DescribeAiotPersonTableItemsWithOptions(request *DescribeAiotPersonTableItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeAiotPersonTableItemsResponse, _err error) + func (client *Client) DescribeAiotPersonTables(request *DescribeAiotPersonTablesRequest) (_result *DescribeAiotPersonTablesResponse, _err error) + func (client *Client) DescribeAiotPersonTablesWithOptions(request *DescribeAiotPersonTablesRequest, runtime *util.RuntimeOptions) (_result *DescribeAiotPersonTablesResponse, _err error) + func (client *Client) DescribeAiotVehicleTableItems(request *DescribeAiotVehicleTableItemsRequest) (_result *DescribeAiotVehicleTableItemsResponse, _err error) + func (client *Client) DescribeAiotVehicleTableItemsWithOptions(request *DescribeAiotVehicleTableItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeAiotVehicleTableItemsResponse, _err error) + func (client *Client) DescribeAiotVehicleTables(request *DescribeAiotVehicleTablesRequest) (_result *DescribeAiotVehicleTablesResponse, _err error) + func (client *Client) DescribeAiotVehicleTablesWithOptions(request *DescribeAiotVehicleTablesRequest, runtime *util.RuntimeOptions) (_result *DescribeAiotVehicleTablesResponse, _err error) + func (client *Client) DescribeCameraForInstance(request *DescribeCameraForInstanceRequest) (_result *DescribeCameraForInstanceResponse, _err error) + func (client *Client) DescribeCameraForInstanceWithOptions(request *DescribeCameraForInstanceRequest, runtime *util.RuntimeOptions) (_result *DescribeCameraForInstanceResponse, _err error) + func (client *Client) DescribeChannels(request *DescribeChannelsRequest) (_result *DescribeChannelsResponse, _err error) + func (client *Client) DescribeChannelsWithOptions(request *DescribeChannelsRequest, runtime *util.RuntimeOptions) (_result *DescribeChannelsResponse, _err error) + func (client *Client) DescribeDataSources(request *DescribeDataSourcesRequest) (_result *DescribeDataSourcesResponse, _err error) + func (client *Client) DescribeDataSourcesWithOptions(request *DescribeDataSourcesRequest, runtime *util.RuntimeOptions) (_result *DescribeDataSourcesResponse, _err error) + func (client *Client) DescribeDevices(request *DescribeDevicesRequest) (_result *DescribeDevicesResponse, _err error) + func (client *Client) DescribeDevicesWithOptions(request *DescribeDevicesRequest, runtime *util.RuntimeOptions) (_result *DescribeDevicesResponse, _err error) + func (client *Client) DescribeIpcs(request *DescribeIpcsRequest) (_result *DescribeIpcsResponse, _err error) + func (client *Client) DescribeIpcsWithOptions(request *DescribeIpcsRequest, runtime *util.RuntimeOptions) (_result *DescribeIpcsResponse, _err error) + func (client *Client) DescribeModelService(request *DescribeModelServiceRequest) (_result *DescribeModelServiceResponse, _err error) + func (client *Client) DescribeModelServiceList(request *DescribeModelServiceListRequest) (_result *DescribeModelServiceListResponse, _err error) + func (client *Client) DescribeModelServiceListWithOptions(request *DescribeModelServiceListRequest, runtime *util.RuntimeOptions) (_result *DescribeModelServiceListResponse, _err error) + func (client *Client) DescribeModelServiceWithOptions(request *DescribeModelServiceRequest, runtime *util.RuntimeOptions) (_result *DescribeModelServiceResponse, _err error) + func (client *Client) DescribeNvrDevices(request *DescribeNvrDevicesRequest) (_result *DescribeNvrDevicesResponse, _err error) + func (client *Client) DescribeNvrDevicesWithOptions(request *DescribeNvrDevicesRequest, runtime *util.RuntimeOptions) (_result *DescribeNvrDevicesResponse, _err error) + func (client *Client) DescribeNvrs(request *DescribeNvrsRequest) (_result *DescribeNvrsResponse, _err error) + func (client *Client) DescribeNvrsWithOptions(request *DescribeNvrsRequest, runtime *util.RuntimeOptions) (_result *DescribeNvrsResponse, _err error) + func (client *Client) DescribeSearchItems(request *DescribeSearchItemsRequest) (_result *DescribeSearchItemsResponse, _err error) + func (client *Client) DescribeSearchItemsWithOptions(request *DescribeSearchItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeSearchItemsResponse, _err error) + func (client *Client) DescribeSearchTables(request *DescribeSearchTablesRequest) (_result *DescribeSearchTablesResponse, _err error) + func (client *Client) DescribeSearchTablesWithOptions(request *DescribeSearchTablesRequest, runtime *util.RuntimeOptions) (_result *DescribeSearchTablesResponse, _err error) + func (client *Client) DescribeWatchItems(request *DescribeWatchItemsRequest) (_result *DescribeWatchItemsResponse, _err error) + func (client *Client) DescribeWatchItemsWithOptions(request *DescribeWatchItemsRequest, runtime *util.RuntimeOptions) (_result *DescribeWatchItemsResponse, _err error) + func (client *Client) DescribeWatchPolicies(request *DescribeWatchPoliciesRequest) (_result *DescribeWatchPoliciesResponse, _err error) + func (client *Client) DescribeWatchPoliciesWithOptions(request *DescribeWatchPoliciesRequest, runtime *util.RuntimeOptions) (_result *DescribeWatchPoliciesResponse, _err error) + func (client *Client) DescribeWatchTasks(request *DescribeWatchTasksRequest) (_result *DescribeWatchTasksResponse, _err error) + func (client *Client) DescribeWatchTasksWithOptions(request *DescribeWatchTasksRequest, runtime *util.RuntimeOptions) (_result *DescribeWatchTasksResponse, _err error) + func (client *Client) DescribesDoubleVerificationGroups(request *DescribesDoubleVerificationGroupsRequest) (_result *DescribesDoubleVerificationGroupsResponse, _err error) + func (client *Client) DescribesDoubleVerificationGroupsWithOptions(request *DescribesDoubleVerificationGroupsRequest, ...) (_result *DescribesDoubleVerificationGroupsResponse, _err error) + func (client *Client) GetAiotStorageInfo() (_result *GetAiotStorageInfoResponse, _err error) + func (client *Client) GetAiotStorageInfoWithOptions(runtime *util.RuntimeOptions) (_result *GetAiotStorageInfoResponse, _err error) + func (client *Client) GetBodyOptions(request *GetBodyOptionsRequest) (_result *GetBodyOptionsResponse, _err error) + func (client *Client) GetBodyOptionsWithOptions(request *GetBodyOptionsRequest, runtime *util.RuntimeOptions) (_result *GetBodyOptionsResponse, _err error) + func (client *Client) GetCatalogList(request *GetCatalogListRequest) (_result *GetCatalogListResponse, _err error) + func (client *Client) GetCatalogListWithOptions(request *GetCatalogListRequest, runtime *util.RuntimeOptions) (_result *GetCatalogListResponse, _err error) + func (client *Client) GetCityCode() (_result *GetCityCodeResponse, _err error) + func (client *Client) GetCityCodeWithOptions(runtime *util.RuntimeOptions) (_result *GetCityCodeResponse, _err error) + func (client *Client) GetDataSourceStats(request *GetDataSourceStatsRequest) (_result *GetDataSourceStatsResponse, _err error) + func (client *Client) GetDataSourceStatsWithOptions(request *GetDataSourceStatsRequest, runtime *util.RuntimeOptions) (_result *GetDataSourceStatsResponse, _err error) + func (client *Client) GetDeviceCaptureStrategy(request *GetDeviceCaptureStrategyRequest) (_result *GetDeviceCaptureStrategyResponse, _err error) + func (client *Client) GetDeviceCaptureStrategyWithOptions(request *GetDeviceCaptureStrategyRequest, runtime *util.RuntimeOptions) (_result *GetDeviceCaptureStrategyResponse, _err error) + func (client *Client) GetDeviceConfig(request *GetDeviceConfigRequest) (_result *GetDeviceConfigResponse, _err error) + func (client *Client) GetDeviceConfigWithOptions(request *GetDeviceConfigRequest, runtime *util.RuntimeOptions) (_result *GetDeviceConfigResponse, _err error) + func (client *Client) GetDeviceLiveUrl(request *GetDeviceLiveUrlRequest) (_result *GetDeviceLiveUrlResponse, _err error) + func (client *Client) GetDeviceLiveUrlWithOptions(request *GetDeviceLiveUrlRequest, runtime *util.RuntimeOptions) (_result *GetDeviceLiveUrlResponse, _err error) + func (client *Client) GetDevicePicture(request *GetDevicePictureRequest) (_result *GetDevicePictureResponse, _err error) + func (client *Client) GetDevicePictureWithOptions(request *GetDevicePictureRequest, runtime *util.RuntimeOptions) (_result *GetDevicePictureResponse, _err error) + func (client *Client) GetDeviceStats(request *GetDeviceStatsRequest) (_result *GetDeviceStatsResponse, _err error) + func (client *Client) GetDeviceStatsWithOptions(request *GetDeviceStatsRequest, runtime *util.RuntimeOptions) (_result *GetDeviceStatsResponse, _err error) + func (client *Client) GetDeviceVideoUrl(request *GetDeviceVideoUrlRequest) (_result *GetDeviceVideoUrlResponse, _err error) + func (client *Client) GetDeviceVideoUrlWithOptions(request *GetDeviceVideoUrlRequest, runtime *util.RuntimeOptions) (_result *GetDeviceVideoUrlResponse, _err error) + func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error) + func (client *Client) GetFaceModelResult(request *GetFaceModelResultRequest) (_result *GetFaceModelResultResponse, _err error) + func (client *Client) GetFaceModelResultWithOptions(request *GetFaceModelResultRequest, runtime *util.RuntimeOptions) (_result *GetFaceModelResultResponse, _err error) + func (client *Client) GetFaceOptions(request *GetFaceOptionsRequest) (_result *GetFaceOptionsResponse, _err error) + func (client *Client) GetFaceOptionsWithOptions(request *GetFaceOptionsRequest, runtime *util.RuntimeOptions) (_result *GetFaceOptionsResponse, _err error) + func (client *Client) GetInventory(request *GetInventoryRequest) (_result *GetInventoryResponse, _err error) + func (client *Client) GetInventoryWithOptions(request *GetInventoryRequest, runtime *util.RuntimeOptions) (_result *GetInventoryResponse, _err error) + func (client *Client) GetMonitorList(request *GetMonitorListRequest) (_result *GetMonitorListResponse, _err error) + func (client *Client) GetMonitorListWithOptions(request *GetMonitorListRequest, runtime *util.RuntimeOptions) (_result *GetMonitorListResponse, _err error) + func (client *Client) GetMonitorResult(request *GetMonitorResultRequest) (_result *GetMonitorResultResponse, _err error) + func (client *Client) GetMonitorResultWithOptions(request *GetMonitorResultRequest, runtime *util.RuntimeOptions) (_result *GetMonitorResultResponse, _err error) + func (client *Client) GetPersonDetail(request *GetPersonDetailRequest) (_result *GetPersonDetailResponse, _err error) + func (client *Client) GetPersonDetailWithOptions(request *GetPersonDetailRequest, runtime *util.RuntimeOptions) (_result *GetPersonDetailResponse, _err error) + func (client *Client) GetPersonList(request *GetPersonListRequest) (_result *GetPersonListResponse, _err error) + func (client *Client) GetPersonListWithOptions(tmpReq *GetPersonListRequest, runtime *util.RuntimeOptions) (_result *GetPersonListResponse, _err error) + func (client *Client) GetPictureUrl(request *GetPictureUrlRequest) (_result *GetPictureUrlResponse, _err error) + func (client *Client) GetPictureUrlWithOptions(request *GetPictureUrlRequest, runtime *util.RuntimeOptions) (_result *GetPictureUrlResponse, _err error) + func (client *Client) GetProfileDetail(request *GetProfileDetailRequest) (_result *GetProfileDetailResponse, _err error) + func (client *Client) GetProfileDetailWithOptions(request *GetProfileDetailRequest, runtime *util.RuntimeOptions) (_result *GetProfileDetailResponse, _err error) + func (client *Client) GetProfileList(request *GetProfileListRequest) (_result *GetProfileListResponse, _err error) + func (client *Client) GetProfileListWithOptions(tmpReq *GetProfileListRequest, runtime *util.RuntimeOptions) (_result *GetProfileListResponse, _err error) + func (client *Client) GetScanSubDevices(request *GetScanSubDevicesRequest) (_result *GetScanSubDevicesResponse, _err error) + func (client *Client) GetScanSubDevicesWithOptions(request *GetScanSubDevicesRequest, runtime *util.RuntimeOptions) (_result *GetScanSubDevicesResponse, _err error) + func (client *Client) GetUserDetail(request *GetUserDetailRequest) (_result *GetUserDetailResponse, _err error) + func (client *Client) GetUserDetailWithOptions(request *GetUserDetailRequest, runtime *util.RuntimeOptions) (_result *GetUserDetailResponse, _err error) + func (client *Client) GetVideoComposeResult(request *GetVideoComposeResultRequest) (_result *GetVideoComposeResultResponse, _err error) + func (client *Client) GetVideoComposeResultWithOptions(request *GetVideoComposeResultRequest, runtime *util.RuntimeOptions) (_result *GetVideoComposeResultResponse, _err error) + func (client *Client) GetVideoSummaryTaskResult(request *GetVideoSummaryTaskResultRequest) (_result *GetVideoSummaryTaskResultResponse, _err error) + func (client *Client) GetVideoSummaryTaskResultWithOptions(request *GetVideoSummaryTaskResultRequest, runtime *util.RuntimeOptions) (_result *GetVideoSummaryTaskResultResponse, _err error) + func (client *Client) Init(config *openapi.Config) (_err error) + func (client *Client) InvokeMotorModel(request *InvokeMotorModelRequest) (_result *InvokeMotorModelResponse, _err error) + func (client *Client) InvokeMotorModelWithOptions(request *InvokeMotorModelRequest, runtime *util.RuntimeOptions) (_result *InvokeMotorModelResponse, _err error) + func (client *Client) ListAccessNumber(request *ListAccessNumberRequest) (_result *ListAccessNumberResponse, _err error) + func (client *Client) ListAccessNumberWithOptions(request *ListAccessNumberRequest, runtime *util.RuntimeOptions) (_result *ListAccessNumberResponse, _err error) + func (client *Client) ListAlgorithmNamesByDeviceIds(request *ListAlgorithmNamesByDeviceIdsRequest) (_result *ListAlgorithmNamesByDeviceIdsResponse, _err error) + func (client *Client) ListAlgorithmNamesByDeviceIdsWithOptions(request *ListAlgorithmNamesByDeviceIdsRequest, runtime *util.RuntimeOptions) (_result *ListAlgorithmNamesByDeviceIdsResponse, _err error) + func (client *Client) ListBodyAlgorithmResults(request *ListBodyAlgorithmResultsRequest) (_result *ListBodyAlgorithmResultsResponse, _err error) + func (client *Client) ListBodyAlgorithmResultsWithOptions(request *ListBodyAlgorithmResultsRequest, runtime *util.RuntimeOptions) (_result *ListBodyAlgorithmResultsResponse, _err error) + func (client *Client) ListCorpGroupMetrics(request *ListCorpGroupMetricsRequest) (_result *ListCorpGroupMetricsResponse, _err error) + func (client *Client) ListCorpGroupMetricsWithOptions(request *ListCorpGroupMetricsRequest, runtime *util.RuntimeOptions) (_result *ListCorpGroupMetricsResponse, _err error) + func (client *Client) ListCorpGroups(request *ListCorpGroupsRequest) (_result *ListCorpGroupsResponse, _err error) + func (client *Client) ListCorpGroupsWithOptions(request *ListCorpGroupsRequest, runtime *util.RuntimeOptions) (_result *ListCorpGroupsResponse, _err error) + func (client *Client) ListCorpMetrics(request *ListCorpMetricsRequest) (_result *ListCorpMetricsResponse, _err error) + func (client *Client) ListCorpMetricsWithOptions(request *ListCorpMetricsRequest, runtime *util.RuntimeOptions) (_result *ListCorpMetricsResponse, _err error) + func (client *Client) ListCorps(request *ListCorpsRequest) (_result *ListCorpsResponse, _err error) + func (client *Client) ListCorpsWithOptions(request *ListCorpsRequest, runtime *util.RuntimeOptions) (_result *ListCorpsResponse, _err error) + func (client *Client) ListDeviceGroups(request *ListDeviceGroupsRequest) (_result *ListDeviceGroupsResponse, _err error) + func (client *Client) ListDeviceGroupsWithOptions(request *ListDeviceGroupsRequest, runtime *util.RuntimeOptions) (_result *ListDeviceGroupsResponse, _err error) + func (client *Client) ListDevices(request *ListDevicesRequest) (_result *ListDevicesResponse, _err error) + func (client *Client) ListDevicesWithOptions(request *ListDevicesRequest, runtime *util.RuntimeOptions) (_result *ListDevicesResponse, _err error) + func (client *Client) ListEventAlgorithmDetails(request *ListEventAlgorithmDetailsRequest) (_result *ListEventAlgorithmDetailsResponse, _err error) + func (client *Client) ListEventAlgorithmDetailsWithOptions(request *ListEventAlgorithmDetailsRequest, runtime *util.RuntimeOptions) (_result *ListEventAlgorithmDetailsResponse, _err error) + func (client *Client) ListEventAlgorithmResults(request *ListEventAlgorithmResultsRequest) (_result *ListEventAlgorithmResultsResponse, _err error) + func (client *Client) ListEventAlgorithmResultsWithOptions(request *ListEventAlgorithmResultsRequest, runtime *util.RuntimeOptions) (_result *ListEventAlgorithmResultsResponse, _err error) + func (client *Client) ListFaceAlgorithmResults(request *ListFaceAlgorithmResultsRequest) (_result *ListFaceAlgorithmResultsResponse, _err error) + func (client *Client) ListFaceAlgorithmResultsWithOptions(request *ListFaceAlgorithmResultsRequest, runtime *util.RuntimeOptions) (_result *ListFaceAlgorithmResultsResponse, _err error) + func (client *Client) ListInstances(request *ListInstancesRequest) (_result *ListInstancesResponse, _err error) + func (client *Client) ListInstancesWithOptions(request *ListInstancesRequest, runtime *util.RuntimeOptions) (_result *ListInstancesResponse, _err error) + func (client *Client) ListMetrics(request *ListMetricsRequest) (_result *ListMetricsResponse, _err error) + func (client *Client) ListMetricsWithOptions(request *ListMetricsRequest, runtime *util.RuntimeOptions) (_result *ListMetricsResponse, _err error) + func (client *Client) ListMotorAlgorithmResults(request *ListMotorAlgorithmResultsRequest) (_result *ListMotorAlgorithmResultsResponse, _err error) + func (client *Client) ListMotorAlgorithmResultsWithOptions(request *ListMotorAlgorithmResultsRequest, runtime *util.RuntimeOptions) (_result *ListMotorAlgorithmResultsResponse, _err error) + func (client *Client) ListNVRChannelDevice(request *ListNVRChannelDeviceRequest) (_result *ListNVRChannelDeviceResponse, _err error) + func (client *Client) ListNVRChannelDeviceWithOptions(request *ListNVRChannelDeviceRequest, runtime *util.RuntimeOptions) (_result *ListNVRChannelDeviceResponse, _err error) + func (client *Client) ListNVRDevice(request *ListNVRDeviceRequest) (_result *ListNVRDeviceResponse, _err error) + func (client *Client) ListNVRDeviceWithOptions(request *ListNVRDeviceRequest, runtime *util.RuntimeOptions) (_result *ListNVRDeviceResponse, _err error) + func (client *Client) ListPersonTrace(request *ListPersonTraceRequest) (_result *ListPersonTraceResponse, _err error) + func (client *Client) ListPersonTraceDetails(request *ListPersonTraceDetailsRequest) (_result *ListPersonTraceDetailsResponse, _err error) + func (client *Client) ListPersonTraceDetailsWithOptions(request *ListPersonTraceDetailsRequest, runtime *util.RuntimeOptions) (_result *ListPersonTraceDetailsResponse, _err error) + func (client *Client) ListPersonTraceWithOptions(request *ListPersonTraceRequest, runtime *util.RuntimeOptions) (_result *ListPersonTraceResponse, _err error) + func (client *Client) ListPersonVisitCount(request *ListPersonVisitCountRequest) (_result *ListPersonVisitCountResponse, _err error) + func (client *Client) ListPersonVisitCountWithOptions(request *ListPersonVisitCountRequest, runtime *util.RuntimeOptions) (_result *ListPersonVisitCountResponse, _err error) + func (client *Client) ListPersons(request *ListPersonsRequest) (_result *ListPersonsResponse, _err error) + func (client *Client) ListPersonsWithOptions(request *ListPersonsRequest, runtime *util.RuntimeOptions) (_result *ListPersonsResponse, _err error) + func (client *Client) ListUserGroups(request *ListUserGroupsRequest) (_result *ListUserGroupsResponse, _err error) + func (client *Client) ListUserGroupsWithOptions(request *ListUserGroupsRequest, runtime *util.RuntimeOptions) (_result *ListUserGroupsResponse, _err error) + func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error) + func (client *Client) ListUsersWithOptions(tmpReq *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error) + func (client *Client) ModifyDevice(request *ModifyDeviceRequest) (_result *ModifyDeviceResponse, _err error) + func (client *Client) ModifyDeviceWithOptions(request *ModifyDeviceRequest, runtime *util.RuntimeOptions) (_result *ModifyDeviceResponse, _err error) + func (client *Client) PeekNvr(request *PeekNvrRequest) (_result *PeekNvrResponse, _err error) + func (client *Client) PeekNvrWithOptions(request *PeekNvrRequest, runtime *util.RuntimeOptions) (_result *PeekNvrResponse, _err error) + func (client *Client) RaiseDevicesStorage(request *RaiseDevicesStorageRequest) (_result *RaiseDevicesStorageResponse, _err error) + func (client *Client) RaiseDevicesStorageWithOptions(request *RaiseDevicesStorageRequest, runtime *util.RuntimeOptions) (_result *RaiseDevicesStorageResponse, _err error) + func (client *Client) RecognizeFaceQuality(request *RecognizeFaceQualityRequest) (_result *RecognizeFaceQualityResponse, _err error) + func (client *Client) RecognizeFaceQualityWithOptions(request *RecognizeFaceQualityRequest, runtime *util.RuntimeOptions) (_result *RecognizeFaceQualityResponse, _err error) + func (client *Client) RecognizeImage(request *RecognizeImageRequest) (_result *RecognizeImageResponse, _err error) + func (client *Client) RecognizeImageWithOptions(request *RecognizeImageRequest, runtime *util.RuntimeOptions) (_result *RecognizeImageResponse, _err error) + func (client *Client) RegisterDevice(request *RegisterDeviceRequest) (_result *RegisterDeviceResponse, _err error) + func (client *Client) RegisterDeviceWithOptions(request *RegisterDeviceRequest, runtime *util.RuntimeOptions) (_result *RegisterDeviceResponse, _err error) + func (client *Client) RemoveCameraForInstance(request *RemoveCameraForInstanceRequest) (_result *RemoveCameraForInstanceResponse, _err error) + func (client *Client) RemoveCameraForInstanceWithOptions(tmpReq *RemoveCameraForInstanceRequest, runtime *util.RuntimeOptions) (_result *RemoveCameraForInstanceResponse, _err error) + func (client *Client) RemoveSearchItems(request *RemoveSearchItemsRequest) (_result *RemoveSearchItemsResponse, _err error) + func (client *Client) RemoveSearchItemsWithOptions(request *RemoveSearchItemsRequest, runtime *util.RuntimeOptions) (_result *RemoveSearchItemsResponse, _err error) + func (client *Client) RemoveWatchItems(request *RemoveWatchItemsRequest) (_result *RemoveWatchItemsResponse, _err error) + func (client *Client) RemoveWatchItemsWithOptions(request *RemoveWatchItemsRequest, runtime *util.RuntimeOptions) (_result *RemoveWatchItemsResponse, _err error) + func (client *Client) SaveVideoSummaryTaskVideo(request *SaveVideoSummaryTaskVideoRequest) (_result *SaveVideoSummaryTaskVideoResponse, _err error) + func (client *Client) SaveVideoSummaryTaskVideoWithOptions(request *SaveVideoSummaryTaskVideoRequest, runtime *util.RuntimeOptions) (_result *SaveVideoSummaryTaskVideoResponse, _err error) + func (client *Client) ScanSubDevice(request *ScanSubDeviceRequest) (_result *ScanSubDeviceResponse, _err error) + func (client *Client) ScanSubDeviceWithOptions(request *ScanSubDeviceRequest, runtime *util.RuntimeOptions) (_result *ScanSubDeviceResponse, _err error) + func (client *Client) SearchBody(request *SearchBodyRequest) (_result *SearchBodyResponse, _err error) + func (client *Client) SearchBodyWithOptions(tmpReq *SearchBodyRequest, runtime *util.RuntimeOptions) (_result *SearchBodyResponse, _err error) + func (client *Client) SearchFace(request *SearchFaceRequest) (_result *SearchFaceResponse, _err error) + func (client *Client) SearchFaceWithOptions(tmpReq *SearchFaceRequest, runtime *util.RuntimeOptions) (_result *SearchFaceResponse, _err error) + func (client *Client) SearchItem(request *SearchItemRequest) (_result *SearchItemResponse, _err error) + func (client *Client) SearchItemWithOptions(request *SearchItemRequest, runtime *util.RuntimeOptions) (_result *SearchItemResponse, _err error) + func (client *Client) SearchObject(request *SearchObjectRequest) (_result *SearchObjectResponse, _err error) + func (client *Client) SearchObjectWithOptions(tmpReq *SearchObjectRequest, runtime *util.RuntimeOptions) (_result *SearchObjectResponse, _err error) + func (client *Client) SearchTarget(request *SearchTargetRequest) (_result *SearchTargetResponse, _err error) + func (client *Client) SearchTargetWithOptions(request *SearchTargetRequest, runtime *util.RuntimeOptions) (_result *SearchTargetResponse, _err error) + func (client *Client) SetAiotStorageInfo(request *SetAiotStorageInfoRequest) (_result *SetAiotStorageInfoResponse, _err error) + func (client *Client) SetAiotStorageInfoWithOptions(tmpReq *SetAiotStorageInfoRequest, runtime *util.RuntimeOptions) (_result *SetAiotStorageInfoResponse, _err error) + func (client *Client) SetStreamMode(request *SetStreamModeRequest) (_result *SetStreamModeResponse, _err error) + func (client *Client) SetStreamModeWithOptions(request *SetStreamModeRequest, runtime *util.RuntimeOptions) (_result *SetStreamModeResponse, _err error) + func (client *Client) StartModelService(request *StartModelServiceRequest) (_result *StartModelServiceResponse, _err error) + func (client *Client) StartModelServiceWithOptions(request *StartModelServiceRequest, runtime *util.RuntimeOptions) (_result *StartModelServiceResponse, _err error) + func (client *Client) StartStreams(request *StartStreamsRequest) (_result *StartStreamsResponse, _err error) + func (client *Client) StartStreamsWithOptions(request *StartStreamsRequest, runtime *util.RuntimeOptions) (_result *StartStreamsResponse, _err error) + func (client *Client) StopModelService(request *StopModelServiceRequest) (_result *StopModelServiceResponse, _err error) + func (client *Client) StopModelServiceWithOptions(request *StopModelServiceRequest, runtime *util.RuntimeOptions) (_result *StopModelServiceResponse, _err error) + func (client *Client) StopMonitor(request *StopMonitorRequest) (_result *StopMonitorResponse, _err error) + func (client *Client) StopMonitorWithOptions(request *StopMonitorRequest, runtime *util.RuntimeOptions) (_result *StopMonitorResponse, _err error) + func (client *Client) StopStreams(request *StopStreamsRequest) (_result *StopStreamsResponse, _err error) + func (client *Client) StopStreamsWithOptions(request *StopStreamsRequest, runtime *util.RuntimeOptions) (_result *StopStreamsResponse, _err error) + func (client *Client) SyncDeviceTime(request *SyncDeviceTimeRequest) (_result *SyncDeviceTimeResponse, _err error) + func (client *Client) SyncDeviceTimeWithOptions(request *SyncDeviceTimeRequest, runtime *util.RuntimeOptions) (_result *SyncDeviceTimeResponse, _err error) + func (client *Client) TryCreateAIInstance(request *TryCreateAIInstanceRequest) (_result *TryCreateAIInstanceResponse, _err error) + func (client *Client) TryCreateAIInstanceWithOptions(tmpReq *TryCreateAIInstanceRequest, runtime *util.RuntimeOptions) (_result *TryCreateAIInstanceResponse, _err error) + func (client *Client) UnbindCorpGroup(request *UnbindCorpGroupRequest) (_result *UnbindCorpGroupResponse, _err error) + func (client *Client) UnbindCorpGroupWithOptions(request *UnbindCorpGroupRequest, runtime *util.RuntimeOptions) (_result *UnbindCorpGroupResponse, _err error) + func (client *Client) UnbindDevices(request *UnbindDevicesRequest) (_result *UnbindDevicesResponse, _err error) + func (client *Client) UnbindDevicesWithOptions(request *UnbindDevicesRequest, runtime *util.RuntimeOptions) (_result *UnbindDevicesResponse, _err error) + func (client *Client) UnbindPerson(request *UnbindPersonRequest) (_result *UnbindPersonResponse, _err error) + func (client *Client) UnbindPersonWithOptions(request *UnbindPersonRequest, runtime *util.RuntimeOptions) (_result *UnbindPersonResponse, _err error) + func (client *Client) UnbindUser(request *UnbindUserRequest) (_result *UnbindUserResponse, _err error) + func (client *Client) UnbindUserWithOptions(request *UnbindUserRequest, runtime *util.RuntimeOptions) (_result *UnbindUserResponse, _err error) + func (client *Client) UpdateAiotDevice(request *UpdateAiotDeviceRequest) (_result *UpdateAiotDeviceResponse, _err error) + func (client *Client) UpdateAiotDeviceWithOptions(tmpReq *UpdateAiotDeviceRequest, runtime *util.RuntimeOptions) (_result *UpdateAiotDeviceResponse, _err error) + func (client *Client) UpdateAiotPersonTable(request *UpdateAiotPersonTableRequest) (_result *UpdateAiotPersonTableResponse, _err error) + func (client *Client) UpdateAiotPersonTableItem(request *UpdateAiotPersonTableItemRequest) (_result *UpdateAiotPersonTableItemResponse, _err error) + func (client *Client) UpdateAiotPersonTableItemWithOptions(request *UpdateAiotPersonTableItemRequest, runtime *util.RuntimeOptions) (_result *UpdateAiotPersonTableItemResponse, _err error) + func (client *Client) UpdateAiotPersonTableWithOptions(request *UpdateAiotPersonTableRequest, runtime *util.RuntimeOptions) (_result *UpdateAiotPersonTableResponse, _err error) + func (client *Client) UpdateAiotVehicleTableItem(request *UpdateAiotVehicleTableItemRequest) (_result *UpdateAiotVehicleTableItemResponse, _err error) + func (client *Client) UpdateAiotVehicleTableItemWithOptions(tmpReq *UpdateAiotVehicleTableItemRequest, runtime *util.RuntimeOptions) (_result *UpdateAiotVehicleTableItemResponse, _err error) + func (client *Client) UpdateCorp(request *UpdateCorpRequest) (_result *UpdateCorpResponse, _err error) + func (client *Client) UpdateCorpWithOptions(request *UpdateCorpRequest, runtime *util.RuntimeOptions) (_result *UpdateCorpResponse, _err error) + func (client *Client) UpdateDataSource(request *UpdateDataSourceRequest) (_result *UpdateDataSourceResponse, _err error) + func (client *Client) UpdateDataSourceWithOptions(request *UpdateDataSourceRequest, runtime *util.RuntimeOptions) (_result *UpdateDataSourceResponse, _err error) + func (client *Client) UpdateDevice(request *UpdateDeviceRequest) (_result *UpdateDeviceResponse, _err error) + func (client *Client) UpdateDeviceCaptureStrategy(request *UpdateDeviceCaptureStrategyRequest) (_result *UpdateDeviceCaptureStrategyResponse, _err error) + func (client *Client) UpdateDeviceCaptureStrategyWithOptions(request *UpdateDeviceCaptureStrategyRequest, runtime *util.RuntimeOptions) (_result *UpdateDeviceCaptureStrategyResponse, _err error) + func (client *Client) UpdateDeviceWithOptions(request *UpdateDeviceRequest, runtime *util.RuntimeOptions) (_result *UpdateDeviceResponse, _err error) + func (client *Client) UpdateDevicesStorage(request *UpdateDevicesStorageRequest) (_result *UpdateDevicesStorageResponse, _err error) + func (client *Client) UpdateDevicesStorageWithOptions(tmpReq *UpdateDevicesStorageRequest, runtime *util.RuntimeOptions) (_result *UpdateDevicesStorageResponse, _err error) + func (client *Client) UpdateDoubleVerificationGroup(request *UpdateDoubleVerificationGroupRequest) (_result *UpdateDoubleVerificationGroupResponse, _err error) + func (client *Client) UpdateDoubleVerificationGroupWithOptions(request *UpdateDoubleVerificationGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateDoubleVerificationGroupResponse, _err error) + func (client *Client) UpdateModelService(request *UpdateModelServiceRequest) (_result *UpdateModelServiceResponse, _err error) + func (client *Client) UpdateModelServiceWithOptions(request *UpdateModelServiceRequest, runtime *util.RuntimeOptions) (_result *UpdateModelServiceResponse, _err error) + func (client *Client) UpdateMonitor(request *UpdateMonitorRequest) (_result *UpdateMonitorResponse, _err error) + func (client *Client) UpdateMonitorWithOptions(request *UpdateMonitorRequest, runtime *util.RuntimeOptions) (_result *UpdateMonitorResponse, _err error) + func (client *Client) UpdateProfile(request *UpdateProfileRequest) (_result *UpdateProfileResponse, _err error) + func (client *Client) UpdateProfileCatalog(request *UpdateProfileCatalogRequest) (_result *UpdateProfileCatalogResponse, _err error) + func (client *Client) UpdateProfileCatalogWithOptions(request *UpdateProfileCatalogRequest, runtime *util.RuntimeOptions) (_result *UpdateProfileCatalogResponse, _err error) + func (client *Client) UpdateProfileWithOptions(request *UpdateProfileRequest, runtime *util.RuntimeOptions) (_result *UpdateProfileResponse, _err error) + func (client *Client) UpdateSearchTable(request *UpdateSearchTableRequest) (_result *UpdateSearchTableResponse, _err error) + func (client *Client) UpdateSearchTableWithOptions(request *UpdateSearchTableRequest, runtime *util.RuntimeOptions) (_result *UpdateSearchTableResponse, _err error) + func (client *Client) UpdateUser(request *UpdateUserRequest) (_result *UpdateUserResponse, _err error) + func (client *Client) UpdateUserGroup(request *UpdateUserGroupRequest) (_result *UpdateUserGroupResponse, _err error) + func (client *Client) UpdateUserGroupWithOptions(request *UpdateUserGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateUserGroupResponse, _err error) + func (client *Client) UpdateUserWithOptions(request *UpdateUserRequest, runtime *util.RuntimeOptions) (_result *UpdateUserResponse, _err error) + func (client *Client) UpdateWatchPolicy(request *UpdateWatchPolicyRequest) (_result *UpdateWatchPolicyResponse, _err error) + func (client *Client) UpdateWatchPolicyWithOptions(request *UpdateWatchPolicyRequest, runtime *util.RuntimeOptions) (_result *UpdateWatchPolicyResponse, _err error) + func (client *Client) UpdateWatchTask(request *UpdateWatchTaskRequest) (_result *UpdateWatchTaskResponse, _err error) + func (client *Client) UpdateWatchTaskWithOptions(request *UpdateWatchTaskRequest, runtime *util.RuntimeOptions) (_result *UpdateWatchTaskResponse, _err error) + func (client *Client) UploadFile(request *UploadFileRequest) (_result *UploadFileResponse, _err error) + func (client *Client) UploadFileWithOptions(request *UploadFileRequest, runtime *util.RuntimeOptions) (_result *UploadFileResponse, _err error) + func (client *Client) UploadImage(request *UploadImageRequest) (_result *UploadImageResponse, _err error) + func (client *Client) UploadImageWithOptions(request *UploadImageRequest, runtime *util.RuntimeOptions) (_result *UploadImageResponse, _err error) + func (client *Client) VerifyDevice(request *VerifyDeviceRequest) (_result *VerifyDeviceResponse, _err error) + func (client *Client) VerifyDeviceWithOptions(request *VerifyDeviceRequest, runtime *util.RuntimeOptions) (_result *VerifyDeviceResponse, _err error) + type ControlAiotDeviceRequest struct + AssociatedDeviceId *string + AssociatedIPAddr *string + AssociatedPort *int64 + AssociatedVerificationEnable *string + BarrierCommand *int64 + CheckEnabled *string + CommandType *int64 + DoubleVerificationGroupEnabled *string + GateCtlStatus *int64 + Id *string + IdentityNumber *string + IsProxy *bool + MiFareCard *ControlAiotDeviceRequestMiFareCard + Name *string + RebootDevice *string + SingleInterval *int64 + SuperPassword *string + UpgradeFileURL *string + func (s *ControlAiotDeviceRequest) SetAssociatedDeviceId(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetAssociatedIPAddr(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetAssociatedPort(v int64) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetAssociatedVerificationEnable(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetBarrierCommand(v int64) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetCheckEnabled(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetCommandType(v int64) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetDoubleVerificationGroupEnabled(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetGateCtlStatus(v int64) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetId(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetIdentityNumber(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetIsProxy(v bool) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetMiFareCard(v *ControlAiotDeviceRequestMiFareCard) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetName(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetRebootDevice(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetSingleInterval(v int64) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetSuperPassword(v string) *ControlAiotDeviceRequest + func (s *ControlAiotDeviceRequest) SetUpgradeFileURL(v string) *ControlAiotDeviceRequest + func (s ControlAiotDeviceRequest) GoString() string + func (s ControlAiotDeviceRequest) String() string + type ControlAiotDeviceRequestMiFareCard struct + AreaCode *int64 + AreaDeviate *int64 + AreaLen *int64 + Enabled *string + KeyType *int64 + LastChange *string + SecretKey *string + func (s *ControlAiotDeviceRequestMiFareCard) SetAreaCode(v int64) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetAreaDeviate(v int64) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetAreaLen(v int64) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetEnabled(v string) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetKeyType(v int64) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetLastChange(v string) *ControlAiotDeviceRequestMiFareCard + func (s *ControlAiotDeviceRequestMiFareCard) SetSecretKey(v string) *ControlAiotDeviceRequestMiFareCard + func (s ControlAiotDeviceRequestMiFareCard) GoString() string + func (s ControlAiotDeviceRequestMiFareCard) String() string + type ControlAiotDeviceResponse struct + Body *ControlAiotDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ControlAiotDeviceResponse) SetBody(v *ControlAiotDeviceResponseBody) *ControlAiotDeviceResponse + func (s *ControlAiotDeviceResponse) SetHeaders(v map[string]*string) *ControlAiotDeviceResponse + func (s *ControlAiotDeviceResponse) SetStatusCode(v int32) *ControlAiotDeviceResponse + func (s ControlAiotDeviceResponse) GoString() string + func (s ControlAiotDeviceResponse) String() string + type ControlAiotDeviceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *ControlAiotDeviceResponseBody) SetCode(v string) *ControlAiotDeviceResponseBody + func (s *ControlAiotDeviceResponseBody) SetMessage(v string) *ControlAiotDeviceResponseBody + func (s *ControlAiotDeviceResponseBody) SetRequestId(v string) *ControlAiotDeviceResponseBody + func (s ControlAiotDeviceResponseBody) GoString() string + func (s ControlAiotDeviceResponseBody) String() string + type CreateAIInstanceRequest struct + AlgorithmId *string + AlgorithmName *string + ComputeType *string + ContainerType *string + DataSource *string + DataSourceTimes []*CreateAIInstanceRequestDataSourceTimes + DataType *string + Fps *int64 + InstanceName *string + InstanceType *string + ProjectId *string + ScheduleCycleDates []*int64 + ScheduleTimes []*CreateAIInstanceRequestScheduleTimes + ScheduleType *string + Spf *int64 + func (s *CreateAIInstanceRequest) SetAlgorithmId(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetAlgorithmName(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetComputeType(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetContainerType(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetDataSource(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetDataSourceTimes(v []*CreateAIInstanceRequestDataSourceTimes) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetDataType(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetFps(v int64) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetInstanceName(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetInstanceType(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetProjectId(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetScheduleCycleDates(v []*int64) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetScheduleTimes(v []*CreateAIInstanceRequestScheduleTimes) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetScheduleType(v string) *CreateAIInstanceRequest + func (s *CreateAIInstanceRequest) SetSpf(v int64) *CreateAIInstanceRequest + func (s CreateAIInstanceRequest) GoString() string + func (s CreateAIInstanceRequest) String() string + type CreateAIInstanceRequestDataSourceTimes struct + EndTime *string + StartTime *string + func (s *CreateAIInstanceRequestDataSourceTimes) SetEndTime(v string) *CreateAIInstanceRequestDataSourceTimes + func (s *CreateAIInstanceRequestDataSourceTimes) SetStartTime(v string) *CreateAIInstanceRequestDataSourceTimes + func (s CreateAIInstanceRequestDataSourceTimes) GoString() string + func (s CreateAIInstanceRequestDataSourceTimes) String() string + type CreateAIInstanceRequestScheduleTimes struct + EndTime *string + StartTime *string + func (s *CreateAIInstanceRequestScheduleTimes) SetEndTime(v string) *CreateAIInstanceRequestScheduleTimes + func (s *CreateAIInstanceRequestScheduleTimes) SetStartTime(v string) *CreateAIInstanceRequestScheduleTimes + func (s CreateAIInstanceRequestScheduleTimes) GoString() string + func (s CreateAIInstanceRequestScheduleTimes) String() string + type CreateAIInstanceResponse struct + Body *CreateAIInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateAIInstanceResponse) SetBody(v *CreateAIInstanceResponseBody) *CreateAIInstanceResponse + func (s *CreateAIInstanceResponse) SetHeaders(v map[string]*string) *CreateAIInstanceResponse + func (s *CreateAIInstanceResponse) SetStatusCode(v int32) *CreateAIInstanceResponse + func (s CreateAIInstanceResponse) GoString() string + func (s CreateAIInstanceResponse) String() string + type CreateAIInstanceResponseBody struct + Code *string + Data *CreateAIInstanceResponseBodyData + Message *string + RequestId *string + func (s *CreateAIInstanceResponseBody) SetCode(v string) *CreateAIInstanceResponseBody + func (s *CreateAIInstanceResponseBody) SetData(v *CreateAIInstanceResponseBodyData) *CreateAIInstanceResponseBody + func (s *CreateAIInstanceResponseBody) SetMessage(v string) *CreateAIInstanceResponseBody + func (s *CreateAIInstanceResponseBody) SetRequestId(v string) *CreateAIInstanceResponseBody + func (s CreateAIInstanceResponseBody) GoString() string + func (s CreateAIInstanceResponseBody) String() string + type CreateAIInstanceResponseBodyData struct + AcuUsed *int64 + InstanceId *float64 + Storage *string + func (s *CreateAIInstanceResponseBodyData) SetAcuUsed(v int64) *CreateAIInstanceResponseBodyData + func (s *CreateAIInstanceResponseBodyData) SetInstanceId(v float64) *CreateAIInstanceResponseBodyData + func (s *CreateAIInstanceResponseBodyData) SetStorage(v string) *CreateAIInstanceResponseBodyData + func (s CreateAIInstanceResponseBodyData) GoString() string + func (s CreateAIInstanceResponseBodyData) String() string + type CreateAIInstanceShrinkRequest struct + AlgorithmId *string + AlgorithmName *string + ComputeType *string + ContainerType *string + DataSource *string + DataSourceTimesShrink *string + DataType *string + Fps *int64 + InstanceName *string + InstanceType *string + ProjectId *string + ScheduleCycleDatesShrink *string + ScheduleTimesShrink *string + ScheduleType *string + Spf *int64 + func (s *CreateAIInstanceShrinkRequest) SetAlgorithmId(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetAlgorithmName(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetComputeType(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetContainerType(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetDataSource(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetDataSourceTimesShrink(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetDataType(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetFps(v int64) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetInstanceName(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetInstanceType(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetProjectId(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetScheduleCycleDatesShrink(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetScheduleTimesShrink(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetScheduleType(v string) *CreateAIInstanceShrinkRequest + func (s *CreateAIInstanceShrinkRequest) SetSpf(v int64) *CreateAIInstanceShrinkRequest + func (s CreateAIInstanceShrinkRequest) GoString() string + func (s CreateAIInstanceShrinkRequest) String() string + type CreateComputeInstanceRequest struct + AcuUsed *int64 + AlgorithmType *string + Algorithms []*CreateComputeInstanceRequestAlgorithms + ComputePictureType *string + ComputePictureValue *string + DatasourceType *string + Devices []*CreateComputeInstanceRequestDevices + InstanceName *string + IsFrameExtraction *string + IsPolling *bool + OverallExecutionTime *string + PicTopic *string + PicType *string + PollingConfigs *string + ProjectId *string + ScheduleCycleDate *string + ScheduleDay *string + ScheduleDaySize *string + ScheduleTimes *string + ScheduleType *string + SliceExecutionTime *string + StorageUsed *string + func (s *CreateComputeInstanceRequest) SetAcuUsed(v int64) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetAlgorithmType(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetAlgorithms(v []*CreateComputeInstanceRequestAlgorithms) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetComputePictureType(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetComputePictureValue(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetDatasourceType(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetDevices(v []*CreateComputeInstanceRequestDevices) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetInstanceName(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetIsFrameExtraction(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetIsPolling(v bool) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetOverallExecutionTime(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetPicTopic(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetPicType(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetPollingConfigs(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetProjectId(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetScheduleCycleDate(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetScheduleDay(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetScheduleDaySize(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetScheduleTimes(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetScheduleType(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetSliceExecutionTime(v string) *CreateComputeInstanceRequest + func (s *CreateComputeInstanceRequest) SetStorageUsed(v string) *CreateComputeInstanceRequest + func (s CreateComputeInstanceRequest) GoString() string + func (s CreateComputeInstanceRequest) String() string + type CreateComputeInstanceRequestAlgorithms struct + AlgorithmId *string + AlgorithmName *string + func (s *CreateComputeInstanceRequestAlgorithms) SetAlgorithmId(v string) *CreateComputeInstanceRequestAlgorithms + func (s *CreateComputeInstanceRequestAlgorithms) SetAlgorithmName(v string) *CreateComputeInstanceRequestAlgorithms + func (s CreateComputeInstanceRequestAlgorithms) GoString() string + func (s CreateComputeInstanceRequestAlgorithms) String() string + type CreateComputeInstanceRequestDevices struct + BitRate *string + CodingFormat *string + DeviceId *string + RegionId *string + ResolvingPower *string + StartStream *bool + func (s *CreateComputeInstanceRequestDevices) SetBitRate(v string) *CreateComputeInstanceRequestDevices + func (s *CreateComputeInstanceRequestDevices) SetCodingFormat(v string) *CreateComputeInstanceRequestDevices + func (s *CreateComputeInstanceRequestDevices) SetDeviceId(v string) *CreateComputeInstanceRequestDevices + func (s *CreateComputeInstanceRequestDevices) SetRegionId(v string) *CreateComputeInstanceRequestDevices + func (s *CreateComputeInstanceRequestDevices) SetResolvingPower(v string) *CreateComputeInstanceRequestDevices + func (s *CreateComputeInstanceRequestDevices) SetStartStream(v bool) *CreateComputeInstanceRequestDevices + func (s CreateComputeInstanceRequestDevices) GoString() string + func (s CreateComputeInstanceRequestDevices) String() string + type CreateComputeInstanceResponse struct + Body *CreateComputeInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateComputeInstanceResponse) SetBody(v *CreateComputeInstanceResponseBody) *CreateComputeInstanceResponse + func (s *CreateComputeInstanceResponse) SetHeaders(v map[string]*string) *CreateComputeInstanceResponse + func (s *CreateComputeInstanceResponse) SetStatusCode(v int32) *CreateComputeInstanceResponse + func (s CreateComputeInstanceResponse) GoString() string + func (s CreateComputeInstanceResponse) String() string + type CreateComputeInstanceResponseBody struct + Code *string + Data *CreateComputeInstanceResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *CreateComputeInstanceResponseBody) SetCode(v string) *CreateComputeInstanceResponseBody + func (s *CreateComputeInstanceResponseBody) SetData(v *CreateComputeInstanceResponseBodyData) *CreateComputeInstanceResponseBody + func (s *CreateComputeInstanceResponseBody) SetMessage(v string) *CreateComputeInstanceResponseBody + func (s *CreateComputeInstanceResponseBody) SetRequestId(v string) *CreateComputeInstanceResponseBody + func (s *CreateComputeInstanceResponseBody) SetSuccess(v bool) *CreateComputeInstanceResponseBody + func (s CreateComputeInstanceResponseBody) GoString() string + func (s CreateComputeInstanceResponseBody) String() string + type CreateComputeInstanceResponseBodyData struct + AcuUsed *int64 + InstanceId *string + func (s *CreateComputeInstanceResponseBodyData) SetAcuUsed(v int64) *CreateComputeInstanceResponseBodyData + func (s *CreateComputeInstanceResponseBodyData) SetInstanceId(v string) *CreateComputeInstanceResponseBodyData + func (s CreateComputeInstanceResponseBodyData) GoString() string + func (s CreateComputeInstanceResponseBodyData) String() string + type CreateComputeInstanceShrinkRequest struct + AcuUsed *int64 + AlgorithmType *string + AlgorithmsShrink *string + ComputePictureType *string + ComputePictureValue *string + DatasourceType *string + DevicesShrink *string + InstanceName *string + IsFrameExtraction *string + IsPolling *bool + OverallExecutionTime *string + PicTopic *string + PicType *string + PollingConfigs *string + ProjectId *string + ScheduleCycleDate *string + ScheduleDay *string + ScheduleDaySize *string + ScheduleTimes *string + ScheduleType *string + SliceExecutionTime *string + StorageUsed *string + func (s *CreateComputeInstanceShrinkRequest) SetAcuUsed(v int64) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetAlgorithmType(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetAlgorithmsShrink(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetComputePictureType(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetComputePictureValue(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetDatasourceType(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetDevicesShrink(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetInstanceName(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetIsFrameExtraction(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetIsPolling(v bool) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetOverallExecutionTime(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetPicTopic(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetPicType(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetPollingConfigs(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetProjectId(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetScheduleCycleDate(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetScheduleDay(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetScheduleDaySize(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetScheduleTimes(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetScheduleType(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetSliceExecutionTime(v string) *CreateComputeInstanceShrinkRequest + func (s *CreateComputeInstanceShrinkRequest) SetStorageUsed(v string) *CreateComputeInstanceShrinkRequest + func (s CreateComputeInstanceShrinkRequest) GoString() string + func (s CreateComputeInstanceShrinkRequest) String() string + type CreateCorpGroupRequest struct + ClientToken *string + CorpId *string + GroupId *string + func (s *CreateCorpGroupRequest) SetClientToken(v string) *CreateCorpGroupRequest + func (s *CreateCorpGroupRequest) SetCorpId(v string) *CreateCorpGroupRequest + func (s *CreateCorpGroupRequest) SetGroupId(v string) *CreateCorpGroupRequest + func (s CreateCorpGroupRequest) GoString() string + func (s CreateCorpGroupRequest) String() string + type CreateCorpGroupResponse struct + Body *CreateCorpGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateCorpGroupResponse) SetBody(v *CreateCorpGroupResponseBody) *CreateCorpGroupResponse + func (s *CreateCorpGroupResponse) SetHeaders(v map[string]*string) *CreateCorpGroupResponse + func (s *CreateCorpGroupResponse) SetStatusCode(v int32) *CreateCorpGroupResponse + func (s CreateCorpGroupResponse) GoString() string + func (s CreateCorpGroupResponse) String() string + type CreateCorpGroupResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *CreateCorpGroupResponseBody) SetCode(v string) *CreateCorpGroupResponseBody + func (s *CreateCorpGroupResponseBody) SetMessage(v string) *CreateCorpGroupResponseBody + func (s *CreateCorpGroupResponseBody) SetRequestId(v string) *CreateCorpGroupResponseBody + func (s *CreateCorpGroupResponseBody) SetSuccess(v bool) *CreateCorpGroupResponseBody + func (s CreateCorpGroupResponseBody) GoString() string + func (s CreateCorpGroupResponseBody) String() string + type CreateCorpRequest struct + AlgorithmType *string + AppName *string + CorpName *string + Description *string + IconPath *string + IsvSubId *string + ParentCorpId *string + func (s *CreateCorpRequest) SetAlgorithmType(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetAppName(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetCorpName(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetDescription(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetIconPath(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetIsvSubId(v string) *CreateCorpRequest + func (s *CreateCorpRequest) SetParentCorpId(v string) *CreateCorpRequest + func (s CreateCorpRequest) GoString() string + func (s CreateCorpRequest) String() string + type CreateCorpResponse struct + Body *CreateCorpResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateCorpResponse) SetBody(v *CreateCorpResponseBody) *CreateCorpResponse + func (s *CreateCorpResponse) SetHeaders(v map[string]*string) *CreateCorpResponse + func (s *CreateCorpResponse) SetStatusCode(v int32) *CreateCorpResponse + func (s CreateCorpResponse) GoString() string + func (s CreateCorpResponse) String() string + type CreateCorpResponseBody struct + Code *string + CorpId *string + Message *string + RequestId *string + func (s *CreateCorpResponseBody) SetCode(v string) *CreateCorpResponseBody + func (s *CreateCorpResponseBody) SetCorpId(v string) *CreateCorpResponseBody + func (s *CreateCorpResponseBody) SetMessage(v string) *CreateCorpResponseBody + func (s *CreateCorpResponseBody) SetRequestId(v string) *CreateCorpResponseBody + func (s CreateCorpResponseBody) GoString() string + func (s CreateCorpResponseBody) String() string + type CreateDeviceRequest struct + ActivateCode *string + AudioEnable *string + CityCode *string + CorpId *string + DataSourceType *string + DeviceAddress *string + DeviceDirection *string + DeviceId *string + DeviceModel *string + DeviceName *string + DeviceRate *string + DeviceResolution *string + DeviceSite *string + DeviceSn *string + DeviceType *string + EncodeFormat *string + FrameRate *string + GovLength *string + InProtocol *string + Latitude *string + Longitude *string + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + ParentDeviceId *string + SubDeviceCount *int64 + SubDeviceIdList *string + Vendor *string + func (s *CreateDeviceRequest) SetActivateCode(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetAudioEnable(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetCityCode(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetCorpId(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDataSourceType(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceAddress(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceDirection(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceId(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceModel(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceName(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceRate(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceResolution(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceSite(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceSn(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetDeviceType(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetEncodeFormat(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetFrameRate(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetGovLength(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetInProtocol(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetLatitude(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetLongitude(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetOSDTimeEnable(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetOSDTimeType(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetOSDTimeX(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetOSDTimeY(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetParentDeviceId(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetSubDeviceCount(v int64) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetSubDeviceIdList(v string) *CreateDeviceRequest + func (s *CreateDeviceRequest) SetVendor(v string) *CreateDeviceRequest + func (s CreateDeviceRequest) GoString() string + func (s CreateDeviceRequest) String() string + type CreateDeviceResponse struct + Body *CreateDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateDeviceResponse) SetBody(v *CreateDeviceResponseBody) *CreateDeviceResponse + func (s *CreateDeviceResponse) SetHeaders(v map[string]*string) *CreateDeviceResponse + func (s *CreateDeviceResponse) SetStatusCode(v int32) *CreateDeviceResponse + func (s CreateDeviceResponse) GoString() string + func (s CreateDeviceResponse) String() string + type CreateDeviceResponseBody struct + Code *string + Data *CreateDeviceResponseBodyData + Message *string + RequestId *string + func (s *CreateDeviceResponseBody) SetCode(v string) *CreateDeviceResponseBody + func (s *CreateDeviceResponseBody) SetData(v *CreateDeviceResponseBodyData) *CreateDeviceResponseBody + func (s *CreateDeviceResponseBody) SetMessage(v string) *CreateDeviceResponseBody + func (s *CreateDeviceResponseBody) SetRequestId(v string) *CreateDeviceResponseBody + func (s CreateDeviceResponseBody) GoString() string + func (s CreateDeviceResponseBody) String() string + type CreateDeviceResponseBodyData struct + DeviceId *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + ServerRealm *string + SubDeviceInfo []*CreateDeviceResponseBodyDataSubDeviceInfo + func (s *CreateDeviceResponseBodyData) SetDeviceId(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetPassword(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetServerId(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetServerIp(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetServerPort(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetServerRealm(v string) *CreateDeviceResponseBodyData + func (s *CreateDeviceResponseBodyData) SetSubDeviceInfo(v []*CreateDeviceResponseBodyDataSubDeviceInfo) *CreateDeviceResponseBodyData + func (s CreateDeviceResponseBodyData) GoString() string + func (s CreateDeviceResponseBodyData) String() string + type CreateDeviceResponseBodyDataSubDeviceInfo struct + SubDeviceId *string + func (s *CreateDeviceResponseBodyDataSubDeviceInfo) SetSubDeviceId(v string) *CreateDeviceResponseBodyDataSubDeviceInfo + func (s CreateDeviceResponseBodyDataSubDeviceInfo) GoString() string + func (s CreateDeviceResponseBodyDataSubDeviceInfo) String() string + type CreateModelServiceRequest struct + AlgorithmCode *string + ClientToken *string + InstanceName *string + QPSRequired *int32 + func (s *CreateModelServiceRequest) SetAlgorithmCode(v string) *CreateModelServiceRequest + func (s *CreateModelServiceRequest) SetClientToken(v string) *CreateModelServiceRequest + func (s *CreateModelServiceRequest) SetInstanceName(v string) *CreateModelServiceRequest + func (s *CreateModelServiceRequest) SetQPSRequired(v int32) *CreateModelServiceRequest + func (s CreateModelServiceRequest) GoString() string + func (s CreateModelServiceRequest) String() string + type CreateModelServiceResponse struct + Body *CreateModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateModelServiceResponse) SetBody(v *CreateModelServiceResponseBody) *CreateModelServiceResponse + func (s *CreateModelServiceResponse) SetHeaders(v map[string]*string) *CreateModelServiceResponse + func (s *CreateModelServiceResponse) SetStatusCode(v int32) *CreateModelServiceResponse + func (s CreateModelServiceResponse) GoString() string + func (s CreateModelServiceResponse) String() string + type CreateModelServiceResponseBody struct + Code *string + Data *CreateModelServiceResponseBodyData + Message *string + RequestId *string + func (s *CreateModelServiceResponseBody) SetCode(v string) *CreateModelServiceResponseBody + func (s *CreateModelServiceResponseBody) SetData(v *CreateModelServiceResponseBodyData) *CreateModelServiceResponseBody + func (s *CreateModelServiceResponseBody) SetMessage(v string) *CreateModelServiceResponseBody + func (s *CreateModelServiceResponseBody) SetRequestId(v string) *CreateModelServiceResponseBody + func (s CreateModelServiceResponseBody) GoString() string + func (s CreateModelServiceResponseBody) String() string + type CreateModelServiceResponseBodyData struct + AppCode *string + ModelApiList []*CreateModelServiceResponseBodyDataModelApiList + ModelServiceInstanceId *string + ModelServiceStatus *string + QpsRequired *int32 + func (s *CreateModelServiceResponseBodyData) SetAppCode(v string) *CreateModelServiceResponseBodyData + func (s *CreateModelServiceResponseBodyData) SetModelApiList(v []*CreateModelServiceResponseBodyDataModelApiList) *CreateModelServiceResponseBodyData + func (s *CreateModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *CreateModelServiceResponseBodyData + func (s *CreateModelServiceResponseBodyData) SetModelServiceStatus(v string) *CreateModelServiceResponseBodyData + func (s *CreateModelServiceResponseBodyData) SetQpsRequired(v int32) *CreateModelServiceResponseBodyData + func (s CreateModelServiceResponseBodyData) GoString() string + func (s CreateModelServiceResponseBodyData) String() string + type CreateModelServiceResponseBodyDataModelApiList struct + AlgorithmApiCode *string + ApiId *string + ApiName *string + ApiPath *string + CreateTime *string + func (s *CreateModelServiceResponseBodyDataModelApiList) SetAlgorithmApiCode(v string) *CreateModelServiceResponseBodyDataModelApiList + func (s *CreateModelServiceResponseBodyDataModelApiList) SetApiId(v string) *CreateModelServiceResponseBodyDataModelApiList + func (s *CreateModelServiceResponseBodyDataModelApiList) SetApiName(v string) *CreateModelServiceResponseBodyDataModelApiList + func (s *CreateModelServiceResponseBodyDataModelApiList) SetApiPath(v string) *CreateModelServiceResponseBodyDataModelApiList + func (s *CreateModelServiceResponseBodyDataModelApiList) SetCreateTime(v string) *CreateModelServiceResponseBodyDataModelApiList + func (s CreateModelServiceResponseBodyDataModelApiList) GoString() string + func (s CreateModelServiceResponseBodyDataModelApiList) String() string + type CreateNewDeviceRequest struct + CityCode *string + CorpId *string + DataSourceType *string + DeviceAddress *string + DeviceId *string + DeviceModel *string + DeviceName *string + DeviceType *string + FilePath *string + InProtocol *string + Latitude *string + Longitude *string + SubDeviceCount *int64 + Vendor *string + func (s *CreateNewDeviceRequest) SetCityCode(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetCorpId(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDataSourceType(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDeviceAddress(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDeviceId(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDeviceModel(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDeviceName(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetDeviceType(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetFilePath(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetInProtocol(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetLatitude(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetLongitude(v string) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetSubDeviceCount(v int64) *CreateNewDeviceRequest + func (s *CreateNewDeviceRequest) SetVendor(v string) *CreateNewDeviceRequest + func (s CreateNewDeviceRequest) GoString() string + func (s CreateNewDeviceRequest) String() string + type CreateNewDeviceResponse struct + Body *CreateNewDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateNewDeviceResponse) SetBody(v *CreateNewDeviceResponseBody) *CreateNewDeviceResponse + func (s *CreateNewDeviceResponse) SetHeaders(v map[string]*string) *CreateNewDeviceResponse + func (s *CreateNewDeviceResponse) SetStatusCode(v int32) *CreateNewDeviceResponse + func (s CreateNewDeviceResponse) GoString() string + func (s CreateNewDeviceResponse) String() string + type CreateNewDeviceResponseBody struct + Code *string + Data *CreateNewDeviceResponseBodyData + Message *string + RequestId *string + func (s *CreateNewDeviceResponseBody) SetCode(v string) *CreateNewDeviceResponseBody + func (s *CreateNewDeviceResponseBody) SetData(v *CreateNewDeviceResponseBodyData) *CreateNewDeviceResponseBody + func (s *CreateNewDeviceResponseBody) SetMessage(v string) *CreateNewDeviceResponseBody + func (s *CreateNewDeviceResponseBody) SetRequestId(v string) *CreateNewDeviceResponseBody + func (s CreateNewDeviceResponseBody) GoString() string + func (s CreateNewDeviceResponseBody) String() string + type CreateNewDeviceResponseBodyData struct + DeviceId *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + SipRealm *string + SubDeviceInfo []*CreateNewDeviceResponseBodyDataSubDeviceInfo + func (s *CreateNewDeviceResponseBodyData) SetDeviceId(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetPassword(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetServerId(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetServerIp(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetServerPort(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetSipRealm(v string) *CreateNewDeviceResponseBodyData + func (s *CreateNewDeviceResponseBodyData) SetSubDeviceInfo(v []*CreateNewDeviceResponseBodyDataSubDeviceInfo) *CreateNewDeviceResponseBodyData + func (s CreateNewDeviceResponseBodyData) GoString() string + func (s CreateNewDeviceResponseBodyData) String() string + type CreateNewDeviceResponseBodyDataSubDeviceInfo struct + ChannelDeviceId *string + func (s *CreateNewDeviceResponseBodyDataSubDeviceInfo) SetChannelDeviceId(v string) *CreateNewDeviceResponseBodyDataSubDeviceInfo + func (s CreateNewDeviceResponseBodyDataSubDeviceInfo) GoString() string + func (s CreateNewDeviceResponseBodyDataSubDeviceInfo) String() string + type CreateScanDeviceRequest struct + AudioEnable *string + CityCode *string + CorpId *string + DataSourceType *string + DeviceAddress *string + DeviceDirection *string + DeviceId *string + DeviceModel *string + DeviceName *string + DeviceRate *string + DeviceResolution *string + DeviceSite *string + DeviceSn *string + DeviceType *string + EncodeFormat *string + FrameRate *string + GovLength *string + InProtocol *string + Latitude *string + Longitude *string + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + SubDeviceCount *int64 + Vendor *string + func (s *CreateScanDeviceRequest) SetAudioEnable(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetCityCode(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetCorpId(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDataSourceType(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceAddress(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceDirection(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceId(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceModel(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceName(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceRate(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceResolution(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceSite(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceSn(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetDeviceType(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetEncodeFormat(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetFrameRate(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetGovLength(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetInProtocol(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetLatitude(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetLongitude(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetOSDTimeEnable(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetOSDTimeType(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetOSDTimeX(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetOSDTimeY(v string) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetSubDeviceCount(v int64) *CreateScanDeviceRequest + func (s *CreateScanDeviceRequest) SetVendor(v string) *CreateScanDeviceRequest + func (s CreateScanDeviceRequest) GoString() string + func (s CreateScanDeviceRequest) String() string + type CreateScanDeviceResponse struct + Body *CreateScanDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateScanDeviceResponse) SetBody(v *CreateScanDeviceResponseBody) *CreateScanDeviceResponse + func (s *CreateScanDeviceResponse) SetHeaders(v map[string]*string) *CreateScanDeviceResponse + func (s *CreateScanDeviceResponse) SetStatusCode(v int32) *CreateScanDeviceResponse + func (s CreateScanDeviceResponse) GoString() string + func (s CreateScanDeviceResponse) String() string + type CreateScanDeviceResponseBody struct + Code *string + Data *CreateScanDeviceResponseBodyData + Message *string + RequestId *string + func (s *CreateScanDeviceResponseBody) SetCode(v string) *CreateScanDeviceResponseBody + func (s *CreateScanDeviceResponseBody) SetData(v *CreateScanDeviceResponseBodyData) *CreateScanDeviceResponseBody + func (s *CreateScanDeviceResponseBody) SetMessage(v string) *CreateScanDeviceResponseBody + func (s *CreateScanDeviceResponseBody) SetRequestId(v string) *CreateScanDeviceResponseBody + func (s CreateScanDeviceResponseBody) GoString() string + func (s CreateScanDeviceResponseBody) String() string + type CreateScanDeviceResponseBodyData struct + CorpId *string + DeviceId *string + DeviceSn *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + ServerRealm *string + SipDeviceGbId *string + SubDeviceInfo []*CreateScanDeviceResponseBodyDataSubDeviceInfo + func (s *CreateScanDeviceResponseBodyData) SetCorpId(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetDeviceId(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetDeviceSn(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetPassword(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetServerId(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetServerIp(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetServerPort(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetServerRealm(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetSipDeviceGbId(v string) *CreateScanDeviceResponseBodyData + func (s *CreateScanDeviceResponseBodyData) SetSubDeviceInfo(v []*CreateScanDeviceResponseBodyDataSubDeviceInfo) *CreateScanDeviceResponseBodyData + func (s CreateScanDeviceResponseBodyData) GoString() string + func (s CreateScanDeviceResponseBodyData) String() string + type CreateScanDeviceResponseBodyDataSubDeviceInfo struct + ChannelDeviceId *string + func (s *CreateScanDeviceResponseBodyDataSubDeviceInfo) SetChannelDeviceId(v string) *CreateScanDeviceResponseBodyDataSubDeviceInfo + func (s CreateScanDeviceResponseBodyDataSubDeviceInfo) GoString() string + func (s CreateScanDeviceResponseBodyDataSubDeviceInfo) String() string + type CreateSearchTableRequest struct + AlgorithmId *string + SearchTableName *string + TargetType *string + func (s *CreateSearchTableRequest) SetAlgorithmId(v string) *CreateSearchTableRequest + func (s *CreateSearchTableRequest) SetSearchTableName(v string) *CreateSearchTableRequest + func (s *CreateSearchTableRequest) SetTargetType(v string) *CreateSearchTableRequest + func (s CreateSearchTableRequest) GoString() string + func (s CreateSearchTableRequest) String() string + type CreateSearchTableResponse struct + Body *CreateSearchTableResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateSearchTableResponse) SetBody(v *CreateSearchTableResponseBody) *CreateSearchTableResponse + func (s *CreateSearchTableResponse) SetHeaders(v map[string]*string) *CreateSearchTableResponse + func (s *CreateSearchTableResponse) SetStatusCode(v int32) *CreateSearchTableResponse + func (s CreateSearchTableResponse) GoString() string + func (s CreateSearchTableResponse) String() string + type CreateSearchTableResponseBody struct + Code *string + Data *CreateSearchTableResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *CreateSearchTableResponseBody) SetCode(v string) *CreateSearchTableResponseBody + func (s *CreateSearchTableResponseBody) SetData(v *CreateSearchTableResponseBodyData) *CreateSearchTableResponseBody + func (s *CreateSearchTableResponseBody) SetMessage(v string) *CreateSearchTableResponseBody + func (s *CreateSearchTableResponseBody) SetRequestId(v string) *CreateSearchTableResponseBody + func (s *CreateSearchTableResponseBody) SetSuccess(v bool) *CreateSearchTableResponseBody + func (s CreateSearchTableResponseBody) GoString() string + func (s CreateSearchTableResponseBody) String() string + type CreateSearchTableResponseBodyData struct + SearchTableId *string + func (s *CreateSearchTableResponseBodyData) SetSearchTableId(v string) *CreateSearchTableResponseBodyData + func (s CreateSearchTableResponseBodyData) GoString() string + func (s CreateSearchTableResponseBodyData) String() string + type CreateUserGroupRequest struct + CorpId *string + IsvSubId *string + ParentUserGroupId *int64 + UserGroupName *string + func (s *CreateUserGroupRequest) SetCorpId(v string) *CreateUserGroupRequest + func (s *CreateUserGroupRequest) SetIsvSubId(v string) *CreateUserGroupRequest + func (s *CreateUserGroupRequest) SetParentUserGroupId(v int64) *CreateUserGroupRequest + func (s *CreateUserGroupRequest) SetUserGroupName(v string) *CreateUserGroupRequest + func (s CreateUserGroupRequest) GoString() string + func (s CreateUserGroupRequest) String() string + type CreateUserGroupResponse struct + Body *CreateUserGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateUserGroupResponse) SetBody(v *CreateUserGroupResponseBody) *CreateUserGroupResponse + func (s *CreateUserGroupResponse) SetHeaders(v map[string]*string) *CreateUserGroupResponse + func (s *CreateUserGroupResponse) SetStatusCode(v int32) *CreateUserGroupResponse + func (s CreateUserGroupResponse) GoString() string + func (s CreateUserGroupResponse) String() string + type CreateUserGroupResponseBody struct + Code *string + Data *CreateUserGroupResponseBodyData + Message *string + RequestId *string + func (s *CreateUserGroupResponseBody) SetCode(v string) *CreateUserGroupResponseBody + func (s *CreateUserGroupResponseBody) SetData(v *CreateUserGroupResponseBodyData) *CreateUserGroupResponseBody + func (s *CreateUserGroupResponseBody) SetMessage(v string) *CreateUserGroupResponseBody + func (s *CreateUserGroupResponseBody) SetRequestId(v string) *CreateUserGroupResponseBody + func (s CreateUserGroupResponseBody) GoString() string + func (s CreateUserGroupResponseBody) String() string + type CreateUserGroupResponseBodyData struct + IsvSubId *string + UserGroupId *int64 + UserGroupName *string + func (s *CreateUserGroupResponseBodyData) SetIsvSubId(v string) *CreateUserGroupResponseBodyData + func (s *CreateUserGroupResponseBodyData) SetUserGroupId(v int64) *CreateUserGroupResponseBodyData + func (s *CreateUserGroupResponseBodyData) SetUserGroupName(v string) *CreateUserGroupResponseBodyData + func (s CreateUserGroupResponseBodyData) GoString() string + func (s CreateUserGroupResponseBodyData) String() string + type CreateUserRequest struct + Address *string + Age *int32 + Attachment *string + BizId *string + CorpId *string + FaceImageUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + PhoneNo *string + PlateNo *string + UserGroupId *int64 + UserName *string + func (s *CreateUserRequest) SetAddress(v string) *CreateUserRequest + func (s *CreateUserRequest) SetAge(v int32) *CreateUserRequest + func (s *CreateUserRequest) SetAttachment(v string) *CreateUserRequest + func (s *CreateUserRequest) SetBizId(v string) *CreateUserRequest + func (s *CreateUserRequest) SetCorpId(v string) *CreateUserRequest + func (s *CreateUserRequest) SetFaceImageUrl(v string) *CreateUserRequest + func (s *CreateUserRequest) SetGender(v int32) *CreateUserRequest + func (s *CreateUserRequest) SetIdNumber(v string) *CreateUserRequest + func (s *CreateUserRequest) SetIsvSubId(v string) *CreateUserRequest + func (s *CreateUserRequest) SetPhoneNo(v string) *CreateUserRequest + func (s *CreateUserRequest) SetPlateNo(v string) *CreateUserRequest + func (s *CreateUserRequest) SetUserGroupId(v int64) *CreateUserRequest + func (s *CreateUserRequest) SetUserName(v string) *CreateUserRequest + func (s CreateUserRequest) GoString() string + func (s CreateUserRequest) String() string + type CreateUserResponse struct + Body *CreateUserResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateUserResponse) SetBody(v *CreateUserResponseBody) *CreateUserResponse + func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse + func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse + func (s CreateUserResponse) GoString() string + func (s CreateUserResponse) String() string + type CreateUserResponseBody struct + Code *string + Data *CreateUserResponseBodyData + Message *string + RequestId *string + func (s *CreateUserResponseBody) SetCode(v string) *CreateUserResponseBody + func (s *CreateUserResponseBody) SetData(v *CreateUserResponseBodyData) *CreateUserResponseBody + func (s *CreateUserResponseBody) SetMessage(v string) *CreateUserResponseBody + func (s *CreateUserResponseBody) SetRequestId(v string) *CreateUserResponseBody + func (s CreateUserResponseBody) GoString() string + func (s CreateUserResponseBody) String() string + type CreateUserResponseBodyData struct + Address *string + Age *string + Attachment *string + BizId *string + FaceImageUrl *string + Gender *string + IdNumber *string + IsvSubId *string + PhoneNo *string + PlateNo *string + UserGroupId *int32 + UserId *int32 + UserName *string + func (s *CreateUserResponseBodyData) SetAddress(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetAge(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetAttachment(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetBizId(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetFaceImageUrl(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetGender(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetIdNumber(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetIsvSubId(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetPhoneNo(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetPlateNo(v string) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetUserGroupId(v int32) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetUserId(v int32) *CreateUserResponseBodyData + func (s *CreateUserResponseBodyData) SetUserName(v string) *CreateUserResponseBodyData + func (s CreateUserResponseBodyData) GoString() string + func (s CreateUserResponseBodyData) String() string + type CreateVideoComposeTaskRequest struct + AudioFileName *string + BucketName *string + CorpId *string + DomainName *string + ImageFileNames *string + ImageParameters *string + VideoFormat *string + VideoFrameRate *int32 + func (s *CreateVideoComposeTaskRequest) SetAudioFileName(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetBucketName(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetCorpId(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetDomainName(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetImageFileNames(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetImageParameters(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetVideoFormat(v string) *CreateVideoComposeTaskRequest + func (s *CreateVideoComposeTaskRequest) SetVideoFrameRate(v int32) *CreateVideoComposeTaskRequest + func (s CreateVideoComposeTaskRequest) GoString() string + func (s CreateVideoComposeTaskRequest) String() string + type CreateVideoComposeTaskResponse struct + Body *CreateVideoComposeTaskResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateVideoComposeTaskResponse) SetBody(v *CreateVideoComposeTaskResponseBody) *CreateVideoComposeTaskResponse + func (s *CreateVideoComposeTaskResponse) SetHeaders(v map[string]*string) *CreateVideoComposeTaskResponse + func (s *CreateVideoComposeTaskResponse) SetStatusCode(v int32) *CreateVideoComposeTaskResponse + func (s CreateVideoComposeTaskResponse) GoString() string + func (s CreateVideoComposeTaskResponse) String() string + type CreateVideoComposeTaskResponseBody struct + BucketName *string + Code *string + DomainName *string + Message *string + RequestId *string + func (s *CreateVideoComposeTaskResponseBody) SetBucketName(v string) *CreateVideoComposeTaskResponseBody + func (s *CreateVideoComposeTaskResponseBody) SetCode(v string) *CreateVideoComposeTaskResponseBody + func (s *CreateVideoComposeTaskResponseBody) SetDomainName(v string) *CreateVideoComposeTaskResponseBody + func (s *CreateVideoComposeTaskResponseBody) SetMessage(v string) *CreateVideoComposeTaskResponseBody + func (s *CreateVideoComposeTaskResponseBody) SetRequestId(v string) *CreateVideoComposeTaskResponseBody + func (s CreateVideoComposeTaskResponseBody) GoString() string + func (s CreateVideoComposeTaskResponseBody) String() string + type CreateVideoSummaryTaskRequest struct + CorpId *string + DeviceId *string + EndTimeStamp *int64 + LiveVideoSummary *string + OptionList *string + StartTimeStamp *int64 + func (s *CreateVideoSummaryTaskRequest) SetCorpId(v string) *CreateVideoSummaryTaskRequest + func (s *CreateVideoSummaryTaskRequest) SetDeviceId(v string) *CreateVideoSummaryTaskRequest + func (s *CreateVideoSummaryTaskRequest) SetEndTimeStamp(v int64) *CreateVideoSummaryTaskRequest + func (s *CreateVideoSummaryTaskRequest) SetLiveVideoSummary(v string) *CreateVideoSummaryTaskRequest + func (s *CreateVideoSummaryTaskRequest) SetOptionList(v string) *CreateVideoSummaryTaskRequest + func (s *CreateVideoSummaryTaskRequest) SetStartTimeStamp(v int64) *CreateVideoSummaryTaskRequest + func (s CreateVideoSummaryTaskRequest) GoString() string + func (s CreateVideoSummaryTaskRequest) String() string + type CreateVideoSummaryTaskResponse struct + Body *CreateVideoSummaryTaskResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateVideoSummaryTaskResponse) SetBody(v *CreateVideoSummaryTaskResponseBody) *CreateVideoSummaryTaskResponse + func (s *CreateVideoSummaryTaskResponse) SetHeaders(v map[string]*string) *CreateVideoSummaryTaskResponse + func (s *CreateVideoSummaryTaskResponse) SetStatusCode(v int32) *CreateVideoSummaryTaskResponse + func (s CreateVideoSummaryTaskResponse) GoString() string + func (s CreateVideoSummaryTaskResponse) String() string + type CreateVideoSummaryTaskResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *CreateVideoSummaryTaskResponseBody) SetCode(v string) *CreateVideoSummaryTaskResponseBody + func (s *CreateVideoSummaryTaskResponseBody) SetData(v string) *CreateVideoSummaryTaskResponseBody + func (s *CreateVideoSummaryTaskResponseBody) SetMessage(v string) *CreateVideoSummaryTaskResponseBody + func (s *CreateVideoSummaryTaskResponseBody) SetRequestId(v string) *CreateVideoSummaryTaskResponseBody + func (s CreateVideoSummaryTaskResponseBody) GoString() string + func (s CreateVideoSummaryTaskResponseBody) String() string + type CreateWatchPolicyRequest struct + ItemMatchType *string + SimilarityThreshold *float64 + TargetType *string + WatchMode *string + WatchPolicyName *string + func (s *CreateWatchPolicyRequest) SetItemMatchType(v string) *CreateWatchPolicyRequest + func (s *CreateWatchPolicyRequest) SetSimilarityThreshold(v float64) *CreateWatchPolicyRequest + func (s *CreateWatchPolicyRequest) SetTargetType(v string) *CreateWatchPolicyRequest + func (s *CreateWatchPolicyRequest) SetWatchMode(v string) *CreateWatchPolicyRequest + func (s *CreateWatchPolicyRequest) SetWatchPolicyName(v string) *CreateWatchPolicyRequest + func (s CreateWatchPolicyRequest) GoString() string + func (s CreateWatchPolicyRequest) String() string + type CreateWatchPolicyResponse struct + Body *CreateWatchPolicyResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateWatchPolicyResponse) SetBody(v *CreateWatchPolicyResponseBody) *CreateWatchPolicyResponse + func (s *CreateWatchPolicyResponse) SetHeaders(v map[string]*string) *CreateWatchPolicyResponse + func (s *CreateWatchPolicyResponse) SetStatusCode(v int32) *CreateWatchPolicyResponse + func (s CreateWatchPolicyResponse) GoString() string + func (s CreateWatchPolicyResponse) String() string + type CreateWatchPolicyResponseBody struct + Code *string + Data *CreateWatchPolicyResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *CreateWatchPolicyResponseBody) SetCode(v string) *CreateWatchPolicyResponseBody + func (s *CreateWatchPolicyResponseBody) SetData(v *CreateWatchPolicyResponseBodyData) *CreateWatchPolicyResponseBody + func (s *CreateWatchPolicyResponseBody) SetMessage(v string) *CreateWatchPolicyResponseBody + func (s *CreateWatchPolicyResponseBody) SetRequestId(v string) *CreateWatchPolicyResponseBody + func (s *CreateWatchPolicyResponseBody) SetSuccess(v bool) *CreateWatchPolicyResponseBody + func (s CreateWatchPolicyResponseBody) GoString() string + func (s CreateWatchPolicyResponseBody) String() string + type CreateWatchPolicyResponseBodyData struct + WatchPolicyId *string + func (s *CreateWatchPolicyResponseBodyData) SetWatchPolicyId(v string) *CreateWatchPolicyResponseBodyData + func (s CreateWatchPolicyResponseBodyData) GoString() string + func (s CreateWatchPolicyResponseBodyData) String() string + type CreateWatchTaskRequest struct + CorpId *string + Description *string + DeviceList *string + MessageReceiver *string + ScheduleCycleDates *string + ScheduleTimes *string + ScheduleType *string + TaskName *string + WatchPolicyIds *string + func (s *CreateWatchTaskRequest) SetCorpId(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetDescription(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetDeviceList(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetMessageReceiver(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetScheduleCycleDates(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetScheduleTimes(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetScheduleType(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetTaskName(v string) *CreateWatchTaskRequest + func (s *CreateWatchTaskRequest) SetWatchPolicyIds(v string) *CreateWatchTaskRequest + func (s CreateWatchTaskRequest) GoString() string + func (s CreateWatchTaskRequest) String() string + type CreateWatchTaskResponse struct + Body *CreateWatchTaskResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateWatchTaskResponse) SetBody(v *CreateWatchTaskResponseBody) *CreateWatchTaskResponse + func (s *CreateWatchTaskResponse) SetHeaders(v map[string]*string) *CreateWatchTaskResponse + func (s *CreateWatchTaskResponse) SetStatusCode(v int32) *CreateWatchTaskResponse + func (s CreateWatchTaskResponse) GoString() string + func (s CreateWatchTaskResponse) String() string + type CreateWatchTaskResponseBody struct + Code *string + Data *CreateWatchTaskResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *CreateWatchTaskResponseBody) SetCode(v string) *CreateWatchTaskResponseBody + func (s *CreateWatchTaskResponseBody) SetData(v *CreateWatchTaskResponseBodyData) *CreateWatchTaskResponseBody + func (s *CreateWatchTaskResponseBody) SetMessage(v string) *CreateWatchTaskResponseBody + func (s *CreateWatchTaskResponseBody) SetRequestId(v string) *CreateWatchTaskResponseBody + func (s *CreateWatchTaskResponseBody) SetSuccess(v bool) *CreateWatchTaskResponseBody + func (s CreateWatchTaskResponseBody) GoString() string + func (s CreateWatchTaskResponseBody) String() string + type CreateWatchTaskResponseBodyData struct + WatchTaskId *string + func (s *CreateWatchTaskResponseBodyData) SetWatchTaskId(v string) *CreateWatchTaskResponseBodyData + func (s CreateWatchTaskResponseBodyData) GoString() string + func (s CreateWatchTaskResponseBodyData) String() string + type DeleteAIInstanceRequest struct + InstanceIds []*string + func (s *DeleteAIInstanceRequest) SetInstanceIds(v []*string) *DeleteAIInstanceRequest + func (s DeleteAIInstanceRequest) GoString() string + func (s DeleteAIInstanceRequest) String() string + type DeleteAIInstanceResponse struct + Body *DeleteAIInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAIInstanceResponse) SetBody(v *DeleteAIInstanceResponseBody) *DeleteAIInstanceResponse + func (s *DeleteAIInstanceResponse) SetHeaders(v map[string]*string) *DeleteAIInstanceResponse + func (s *DeleteAIInstanceResponse) SetStatusCode(v int32) *DeleteAIInstanceResponse + func (s DeleteAIInstanceResponse) GoString() string + func (s DeleteAIInstanceResponse) String() string + type DeleteAIInstanceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteAIInstanceResponseBody) SetCode(v string) *DeleteAIInstanceResponseBody + func (s *DeleteAIInstanceResponseBody) SetMessage(v string) *DeleteAIInstanceResponseBody + func (s *DeleteAIInstanceResponseBody) SetRequestId(v string) *DeleteAIInstanceResponseBody + func (s DeleteAIInstanceResponseBody) GoString() string + func (s DeleteAIInstanceResponseBody) String() string + type DeleteAIInstanceShrinkRequest struct + InstanceIdsShrink *string + func (s *DeleteAIInstanceShrinkRequest) SetInstanceIdsShrink(v string) *DeleteAIInstanceShrinkRequest + func (s DeleteAIInstanceShrinkRequest) GoString() string + func (s DeleteAIInstanceShrinkRequest) String() string + type DeleteAiotDeviceRequest struct + Id *string + func (s *DeleteAiotDeviceRequest) SetId(v string) *DeleteAiotDeviceRequest + func (s DeleteAiotDeviceRequest) GoString() string + func (s DeleteAiotDeviceRequest) String() string + type DeleteAiotDeviceResponse struct + Body *DeleteAiotDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAiotDeviceResponse) SetBody(v *DeleteAiotDeviceResponseBody) *DeleteAiotDeviceResponse + func (s *DeleteAiotDeviceResponse) SetHeaders(v map[string]*string) *DeleteAiotDeviceResponse + func (s *DeleteAiotDeviceResponse) SetStatusCode(v int32) *DeleteAiotDeviceResponse + func (s DeleteAiotDeviceResponse) GoString() string + func (s DeleteAiotDeviceResponse) String() string + type DeleteAiotDeviceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteAiotDeviceResponseBody) SetCode(v string) *DeleteAiotDeviceResponseBody + func (s *DeleteAiotDeviceResponseBody) SetMessage(v string) *DeleteAiotDeviceResponseBody + func (s *DeleteAiotDeviceResponseBody) SetRequestId(v string) *DeleteAiotDeviceResponseBody + func (s DeleteAiotDeviceResponseBody) GoString() string + func (s DeleteAiotDeviceResponseBody) String() string + type DeleteAiotPersonTableItemRequest struct + Id *string + PersonTableId *string + PersonTableItemId *string + func (s *DeleteAiotPersonTableItemRequest) SetId(v string) *DeleteAiotPersonTableItemRequest + func (s *DeleteAiotPersonTableItemRequest) SetPersonTableId(v string) *DeleteAiotPersonTableItemRequest + func (s *DeleteAiotPersonTableItemRequest) SetPersonTableItemId(v string) *DeleteAiotPersonTableItemRequest + func (s DeleteAiotPersonTableItemRequest) GoString() string + func (s DeleteAiotPersonTableItemRequest) String() string + type DeleteAiotPersonTableItemResponse struct + Body *DeleteAiotPersonTableItemResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAiotPersonTableItemResponse) SetBody(v *DeleteAiotPersonTableItemResponseBody) *DeleteAiotPersonTableItemResponse + func (s *DeleteAiotPersonTableItemResponse) SetHeaders(v map[string]*string) *DeleteAiotPersonTableItemResponse + func (s *DeleteAiotPersonTableItemResponse) SetStatusCode(v int32) *DeleteAiotPersonTableItemResponse + func (s DeleteAiotPersonTableItemResponse) GoString() string + func (s DeleteAiotPersonTableItemResponse) String() string + type DeleteAiotPersonTableItemResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteAiotPersonTableItemResponseBody) SetCode(v string) *DeleteAiotPersonTableItemResponseBody + func (s *DeleteAiotPersonTableItemResponseBody) SetMessage(v string) *DeleteAiotPersonTableItemResponseBody + func (s *DeleteAiotPersonTableItemResponseBody) SetRequestId(v string) *DeleteAiotPersonTableItemResponseBody + func (s DeleteAiotPersonTableItemResponseBody) GoString() string + func (s DeleteAiotPersonTableItemResponseBody) String() string + type DeleteAiotPersonTableRequest struct + Id *string + PersonTableId *string + func (s *DeleteAiotPersonTableRequest) SetId(v string) *DeleteAiotPersonTableRequest + func (s *DeleteAiotPersonTableRequest) SetPersonTableId(v string) *DeleteAiotPersonTableRequest + func (s DeleteAiotPersonTableRequest) GoString() string + func (s DeleteAiotPersonTableRequest) String() string + type DeleteAiotPersonTableResponse struct + Body *DeleteAiotPersonTableResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAiotPersonTableResponse) SetBody(v *DeleteAiotPersonTableResponseBody) *DeleteAiotPersonTableResponse + func (s *DeleteAiotPersonTableResponse) SetHeaders(v map[string]*string) *DeleteAiotPersonTableResponse + func (s *DeleteAiotPersonTableResponse) SetStatusCode(v int32) *DeleteAiotPersonTableResponse + func (s DeleteAiotPersonTableResponse) GoString() string + func (s DeleteAiotPersonTableResponse) String() string + type DeleteAiotPersonTableResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteAiotPersonTableResponseBody) SetCode(v string) *DeleteAiotPersonTableResponseBody + func (s *DeleteAiotPersonTableResponseBody) SetMessage(v string) *DeleteAiotPersonTableResponseBody + func (s *DeleteAiotPersonTableResponseBody) SetRequestId(v string) *DeleteAiotPersonTableResponseBody + func (s DeleteAiotPersonTableResponseBody) GoString() string + func (s DeleteAiotPersonTableResponseBody) String() string + type DeleteAiotVehicleTableItemRequest struct + Id *string + VehicleTableId *string + VehicleTableItemId *string + func (s *DeleteAiotVehicleTableItemRequest) SetId(v string) *DeleteAiotVehicleTableItemRequest + func (s *DeleteAiotVehicleTableItemRequest) SetVehicleTableId(v string) *DeleteAiotVehicleTableItemRequest + func (s *DeleteAiotVehicleTableItemRequest) SetVehicleTableItemId(v string) *DeleteAiotVehicleTableItemRequest + func (s DeleteAiotVehicleTableItemRequest) GoString() string + func (s DeleteAiotVehicleTableItemRequest) String() string + type DeleteAiotVehicleTableItemResponse struct + Body *DeleteAiotVehicleTableItemResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAiotVehicleTableItemResponse) SetBody(v *DeleteAiotVehicleTableItemResponseBody) *DeleteAiotVehicleTableItemResponse + func (s *DeleteAiotVehicleTableItemResponse) SetHeaders(v map[string]*string) *DeleteAiotVehicleTableItemResponse + func (s *DeleteAiotVehicleTableItemResponse) SetStatusCode(v int32) *DeleteAiotVehicleTableItemResponse + func (s DeleteAiotVehicleTableItemResponse) GoString() string + func (s DeleteAiotVehicleTableItemResponse) String() string + type DeleteAiotVehicleTableItemResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteAiotVehicleTableItemResponseBody) SetCode(v string) *DeleteAiotVehicleTableItemResponseBody + func (s *DeleteAiotVehicleTableItemResponseBody) SetMessage(v string) *DeleteAiotVehicleTableItemResponseBody + func (s *DeleteAiotVehicleTableItemResponseBody) SetRequestId(v string) *DeleteAiotVehicleTableItemResponseBody + func (s DeleteAiotVehicleTableItemResponseBody) GoString() string + func (s DeleteAiotVehicleTableItemResponseBody) String() string + type DeleteChannelRequest struct + DeviceCodes *string + func (s *DeleteChannelRequest) SetDeviceCodes(v string) *DeleteChannelRequest + func (s DeleteChannelRequest) GoString() string + func (s DeleteChannelRequest) String() string + type DeleteChannelResponse struct + Body *DeleteChannelResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteChannelResponse) SetBody(v *DeleteChannelResponseBody) *DeleteChannelResponse + func (s *DeleteChannelResponse) SetHeaders(v map[string]*string) *DeleteChannelResponse + func (s *DeleteChannelResponse) SetStatusCode(v int32) *DeleteChannelResponse + func (s DeleteChannelResponse) GoString() string + func (s DeleteChannelResponse) String() string + type DeleteChannelResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteChannelResponseBody) SetCode(v string) *DeleteChannelResponseBody + func (s *DeleteChannelResponseBody) SetData(v string) *DeleteChannelResponseBody + func (s *DeleteChannelResponseBody) SetMessage(v string) *DeleteChannelResponseBody + func (s *DeleteChannelResponseBody) SetRequestId(v string) *DeleteChannelResponseBody + func (s DeleteChannelResponseBody) GoString() string + func (s DeleteChannelResponseBody) String() string + type DeleteCorpGroupRequest struct + CorpId *string + GroupId *string + func (s *DeleteCorpGroupRequest) SetCorpId(v string) *DeleteCorpGroupRequest + func (s *DeleteCorpGroupRequest) SetGroupId(v string) *DeleteCorpGroupRequest + func (s DeleteCorpGroupRequest) GoString() string + func (s DeleteCorpGroupRequest) String() string + type DeleteCorpGroupResponse struct + Body *DeleteCorpGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteCorpGroupResponse) SetBody(v *DeleteCorpGroupResponseBody) *DeleteCorpGroupResponse + func (s *DeleteCorpGroupResponse) SetHeaders(v map[string]*string) *DeleteCorpGroupResponse + func (s *DeleteCorpGroupResponse) SetStatusCode(v int32) *DeleteCorpGroupResponse + func (s DeleteCorpGroupResponse) GoString() string + func (s DeleteCorpGroupResponse) String() string + type DeleteCorpGroupResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *DeleteCorpGroupResponseBody) SetCode(v string) *DeleteCorpGroupResponseBody + func (s *DeleteCorpGroupResponseBody) SetMessage(v string) *DeleteCorpGroupResponseBody + func (s *DeleteCorpGroupResponseBody) SetRequestId(v string) *DeleteCorpGroupResponseBody + func (s *DeleteCorpGroupResponseBody) SetSuccess(v bool) *DeleteCorpGroupResponseBody + func (s DeleteCorpGroupResponseBody) GoString() string + func (s DeleteCorpGroupResponseBody) String() string + type DeleteDataSourceRequest struct + CorpId *string + DataSourceId *string + func (s *DeleteDataSourceRequest) SetCorpId(v string) *DeleteDataSourceRequest + func (s *DeleteDataSourceRequest) SetDataSourceId(v string) *DeleteDataSourceRequest + func (s DeleteDataSourceRequest) GoString() string + func (s DeleteDataSourceRequest) String() string + type DeleteDataSourceResponse struct + Body *DeleteDataSourceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDataSourceResponse) SetBody(v *DeleteDataSourceResponseBody) *DeleteDataSourceResponse + func (s *DeleteDataSourceResponse) SetHeaders(v map[string]*string) *DeleteDataSourceResponse + func (s *DeleteDataSourceResponse) SetStatusCode(v int32) *DeleteDataSourceResponse + func (s DeleteDataSourceResponse) GoString() string + func (s DeleteDataSourceResponse) String() string + type DeleteDataSourceResponseBody struct + Code *string + Data *string + Message *string + func (s *DeleteDataSourceResponseBody) SetCode(v string) *DeleteDataSourceResponseBody + func (s *DeleteDataSourceResponseBody) SetData(v string) *DeleteDataSourceResponseBody + func (s *DeleteDataSourceResponseBody) SetMessage(v string) *DeleteDataSourceResponseBody + func (s DeleteDataSourceResponseBody) GoString() string + func (s DeleteDataSourceResponseBody) String() string + type DeleteDataSourcesRequest struct + DataSourceIdList *string + func (s *DeleteDataSourcesRequest) SetDataSourceIdList(v string) *DeleteDataSourcesRequest + func (s DeleteDataSourcesRequest) GoString() string + func (s DeleteDataSourcesRequest) String() string + type DeleteDataSourcesResponse struct + Body *DeleteDataSourcesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDataSourcesResponse) SetBody(v *DeleteDataSourcesResponseBody) *DeleteDataSourcesResponse + func (s *DeleteDataSourcesResponse) SetHeaders(v map[string]*string) *DeleteDataSourcesResponse + func (s *DeleteDataSourcesResponse) SetStatusCode(v int32) *DeleteDataSourcesResponse + func (s DeleteDataSourcesResponse) GoString() string + func (s DeleteDataSourcesResponse) String() string + type DeleteDataSourcesResponseBody struct + Code *string + Data []*DeleteDataSourcesResponseBodyData + Message *string + RequestId *string + func (s *DeleteDataSourcesResponseBody) SetCode(v string) *DeleteDataSourcesResponseBody + func (s *DeleteDataSourcesResponseBody) SetData(v []*DeleteDataSourcesResponseBodyData) *DeleteDataSourcesResponseBody + func (s *DeleteDataSourcesResponseBody) SetMessage(v string) *DeleteDataSourcesResponseBody + func (s *DeleteDataSourcesResponseBody) SetRequestId(v string) *DeleteDataSourcesResponseBody + func (s DeleteDataSourcesResponseBody) GoString() string + func (s DeleteDataSourcesResponseBody) String() string + type DeleteDataSourcesResponseBodyData struct + Code *string + DataSourceId *string + Message *string + func (s *DeleteDataSourcesResponseBodyData) SetCode(v string) *DeleteDataSourcesResponseBodyData + func (s *DeleteDataSourcesResponseBodyData) SetDataSourceId(v string) *DeleteDataSourcesResponseBodyData + func (s *DeleteDataSourcesResponseBodyData) SetMessage(v string) *DeleteDataSourcesResponseBodyData + func (s DeleteDataSourcesResponseBodyData) GoString() string + func (s DeleteDataSourcesResponseBodyData) String() string + type DeleteDeviceForInstanceRequest struct + AlgorithmId *string + DeleteInstanceFlag *bool + DeviceCount *string + Devices []*DeleteDeviceForInstanceRequestDevices + InstanceId *string + ProjectId *string + func (s *DeleteDeviceForInstanceRequest) SetAlgorithmId(v string) *DeleteDeviceForInstanceRequest + func (s *DeleteDeviceForInstanceRequest) SetDeleteInstanceFlag(v bool) *DeleteDeviceForInstanceRequest + func (s *DeleteDeviceForInstanceRequest) SetDeviceCount(v string) *DeleteDeviceForInstanceRequest + func (s *DeleteDeviceForInstanceRequest) SetDevices(v []*DeleteDeviceForInstanceRequestDevices) *DeleteDeviceForInstanceRequest + func (s *DeleteDeviceForInstanceRequest) SetInstanceId(v string) *DeleteDeviceForInstanceRequest + func (s *DeleteDeviceForInstanceRequest) SetProjectId(v string) *DeleteDeviceForInstanceRequest + func (s DeleteDeviceForInstanceRequest) GoString() string + func (s DeleteDeviceForInstanceRequest) String() string + type DeleteDeviceForInstanceRequestDevices struct + DeviceId *string + RegionId *string + func (s *DeleteDeviceForInstanceRequestDevices) SetDeviceId(v string) *DeleteDeviceForInstanceRequestDevices + func (s *DeleteDeviceForInstanceRequestDevices) SetRegionId(v string) *DeleteDeviceForInstanceRequestDevices + func (s DeleteDeviceForInstanceRequestDevices) GoString() string + func (s DeleteDeviceForInstanceRequestDevices) String() string + type DeleteDeviceForInstanceResponse struct + Body *DeleteDeviceForInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDeviceForInstanceResponse) SetBody(v *DeleteDeviceForInstanceResponseBody) *DeleteDeviceForInstanceResponse + func (s *DeleteDeviceForInstanceResponse) SetHeaders(v map[string]*string) *DeleteDeviceForInstanceResponse + func (s *DeleteDeviceForInstanceResponse) SetStatusCode(v int32) *DeleteDeviceForInstanceResponse + func (s DeleteDeviceForInstanceResponse) GoString() string + func (s DeleteDeviceForInstanceResponse) String() string + type DeleteDeviceForInstanceResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *DeleteDeviceForInstanceResponseBody) SetCode(v string) *DeleteDeviceForInstanceResponseBody + func (s *DeleteDeviceForInstanceResponseBody) SetMessage(v string) *DeleteDeviceForInstanceResponseBody + func (s *DeleteDeviceForInstanceResponseBody) SetRequestId(v string) *DeleteDeviceForInstanceResponseBody + func (s *DeleteDeviceForInstanceResponseBody) SetSuccess(v bool) *DeleteDeviceForInstanceResponseBody + func (s DeleteDeviceForInstanceResponseBody) GoString() string + func (s DeleteDeviceForInstanceResponseBody) String() string + type DeleteDeviceForInstanceShrinkRequest struct + AlgorithmId *string + DeleteInstanceFlag *bool + DeviceCount *string + DevicesShrink *string + InstanceId *string + ProjectId *string + func (s *DeleteDeviceForInstanceShrinkRequest) SetAlgorithmId(v string) *DeleteDeviceForInstanceShrinkRequest + func (s *DeleteDeviceForInstanceShrinkRequest) SetDeleteInstanceFlag(v bool) *DeleteDeviceForInstanceShrinkRequest + func (s *DeleteDeviceForInstanceShrinkRequest) SetDeviceCount(v string) *DeleteDeviceForInstanceShrinkRequest + func (s *DeleteDeviceForInstanceShrinkRequest) SetDevicesShrink(v string) *DeleteDeviceForInstanceShrinkRequest + func (s *DeleteDeviceForInstanceShrinkRequest) SetInstanceId(v string) *DeleteDeviceForInstanceShrinkRequest + func (s *DeleteDeviceForInstanceShrinkRequest) SetProjectId(v string) *DeleteDeviceForInstanceShrinkRequest + func (s DeleteDeviceForInstanceShrinkRequest) GoString() string + func (s DeleteDeviceForInstanceShrinkRequest) String() string + type DeleteDeviceRequest struct + CorpId *string + GbId *string + func (s *DeleteDeviceRequest) SetCorpId(v string) *DeleteDeviceRequest + func (s *DeleteDeviceRequest) SetGbId(v string) *DeleteDeviceRequest + func (s DeleteDeviceRequest) GoString() string + func (s DeleteDeviceRequest) String() string + type DeleteDeviceResponse struct + Body *DeleteDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDeviceResponse) SetBody(v *DeleteDeviceResponseBody) *DeleteDeviceResponse + func (s *DeleteDeviceResponse) SetHeaders(v map[string]*string) *DeleteDeviceResponse + func (s *DeleteDeviceResponse) SetStatusCode(v int32) *DeleteDeviceResponse + func (s DeleteDeviceResponse) GoString() string + func (s DeleteDeviceResponse) String() string + type DeleteDeviceResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteDeviceResponseBody) SetCode(v string) *DeleteDeviceResponseBody + func (s *DeleteDeviceResponseBody) SetData(v string) *DeleteDeviceResponseBody + func (s *DeleteDeviceResponseBody) SetMessage(v string) *DeleteDeviceResponseBody + func (s *DeleteDeviceResponseBody) SetRequestId(v string) *DeleteDeviceResponseBody + func (s DeleteDeviceResponseBody) GoString() string + func (s DeleteDeviceResponseBody) String() string + type DeleteDevicesRequest struct + DeviceIdList *string + func (s *DeleteDevicesRequest) SetDeviceIdList(v string) *DeleteDevicesRequest + func (s DeleteDevicesRequest) GoString() string + func (s DeleteDevicesRequest) String() string + type DeleteDevicesResponse struct + Body *DeleteDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDevicesResponse) SetBody(v *DeleteDevicesResponseBody) *DeleteDevicesResponse + func (s *DeleteDevicesResponse) SetHeaders(v map[string]*string) *DeleteDevicesResponse + func (s *DeleteDevicesResponse) SetStatusCode(v int32) *DeleteDevicesResponse + func (s DeleteDevicesResponse) GoString() string + func (s DeleteDevicesResponse) String() string + type DeleteDevicesResponseBody struct + Code *string + Data []*DeleteDevicesResponseBodyData + Message *string + RequestId *string + func (s *DeleteDevicesResponseBody) SetCode(v string) *DeleteDevicesResponseBody + func (s *DeleteDevicesResponseBody) SetData(v []*DeleteDevicesResponseBodyData) *DeleteDevicesResponseBody + func (s *DeleteDevicesResponseBody) SetMessage(v string) *DeleteDevicesResponseBody + func (s *DeleteDevicesResponseBody) SetRequestId(v string) *DeleteDevicesResponseBody + func (s DeleteDevicesResponseBody) GoString() string + func (s DeleteDevicesResponseBody) String() string + type DeleteDevicesResponseBodyData struct + Code *string + Description *string + DeviceId *string + func (s *DeleteDevicesResponseBodyData) SetCode(v string) *DeleteDevicesResponseBodyData + func (s *DeleteDevicesResponseBodyData) SetDescription(v string) *DeleteDevicesResponseBodyData + func (s *DeleteDevicesResponseBodyData) SetDeviceId(v string) *DeleteDevicesResponseBodyData + func (s DeleteDevicesResponseBodyData) GoString() string + func (s DeleteDevicesResponseBodyData) String() string + type DeleteDoubleVerificationGroupRequest struct + DoubleVerificationGroupId *string + Id *string + func (s *DeleteDoubleVerificationGroupRequest) SetDoubleVerificationGroupId(v string) *DeleteDoubleVerificationGroupRequest + func (s *DeleteDoubleVerificationGroupRequest) SetId(v string) *DeleteDoubleVerificationGroupRequest + func (s DeleteDoubleVerificationGroupRequest) GoString() string + func (s DeleteDoubleVerificationGroupRequest) String() string + type DeleteDoubleVerificationGroupResponse struct + Body *DeleteDoubleVerificationGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteDoubleVerificationGroupResponse) SetBody(v *DeleteDoubleVerificationGroupResponseBody) *DeleteDoubleVerificationGroupResponse + func (s *DeleteDoubleVerificationGroupResponse) SetHeaders(v map[string]*string) *DeleteDoubleVerificationGroupResponse + func (s *DeleteDoubleVerificationGroupResponse) SetStatusCode(v int32) *DeleteDoubleVerificationGroupResponse + func (s DeleteDoubleVerificationGroupResponse) GoString() string + func (s DeleteDoubleVerificationGroupResponse) String() string + type DeleteDoubleVerificationGroupResponseBody struct + Code *string + Message *string + RequestId *string + func (s *DeleteDoubleVerificationGroupResponseBody) SetCode(v string) *DeleteDoubleVerificationGroupResponseBody + func (s *DeleteDoubleVerificationGroupResponseBody) SetMessage(v string) *DeleteDoubleVerificationGroupResponseBody + func (s *DeleteDoubleVerificationGroupResponseBody) SetRequestId(v string) *DeleteDoubleVerificationGroupResponseBody + func (s DeleteDoubleVerificationGroupResponseBody) GoString() string + func (s DeleteDoubleVerificationGroupResponseBody) String() string + type DeleteIPCDeviceRequest struct + DeviceCodes *string + func (s *DeleteIPCDeviceRequest) SetDeviceCodes(v string) *DeleteIPCDeviceRequest + func (s DeleteIPCDeviceRequest) GoString() string + func (s DeleteIPCDeviceRequest) String() string + type DeleteIPCDeviceResponse struct + Body *DeleteIPCDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteIPCDeviceResponse) SetBody(v *DeleteIPCDeviceResponseBody) *DeleteIPCDeviceResponse + func (s *DeleteIPCDeviceResponse) SetHeaders(v map[string]*string) *DeleteIPCDeviceResponse + func (s *DeleteIPCDeviceResponse) SetStatusCode(v int32) *DeleteIPCDeviceResponse + func (s DeleteIPCDeviceResponse) GoString() string + func (s DeleteIPCDeviceResponse) String() string + type DeleteIPCDeviceResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteIPCDeviceResponseBody) SetCode(v string) *DeleteIPCDeviceResponseBody + func (s *DeleteIPCDeviceResponseBody) SetData(v string) *DeleteIPCDeviceResponseBody + func (s *DeleteIPCDeviceResponseBody) SetMessage(v string) *DeleteIPCDeviceResponseBody + func (s *DeleteIPCDeviceResponseBody) SetRequestId(v string) *DeleteIPCDeviceResponseBody + func (s DeleteIPCDeviceResponseBody) GoString() string + func (s DeleteIPCDeviceResponseBody) String() string + type DeleteModelServiceRequest struct + ModelServiceId *string + func (s *DeleteModelServiceRequest) SetModelServiceId(v string) *DeleteModelServiceRequest + func (s DeleteModelServiceRequest) GoString() string + func (s DeleteModelServiceRequest) String() string + type DeleteModelServiceResponse struct + Body *DeleteModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteModelServiceResponse) SetBody(v *DeleteModelServiceResponseBody) *DeleteModelServiceResponse + func (s *DeleteModelServiceResponse) SetHeaders(v map[string]*string) *DeleteModelServiceResponse + func (s *DeleteModelServiceResponse) SetStatusCode(v int32) *DeleteModelServiceResponse + func (s DeleteModelServiceResponse) GoString() string + func (s DeleteModelServiceResponse) String() string + type DeleteModelServiceResponseBody struct + Code *string + Data *DeleteModelServiceResponseBodyData + Message *string + RequestId *string + func (s *DeleteModelServiceResponseBody) SetCode(v string) *DeleteModelServiceResponseBody + func (s *DeleteModelServiceResponseBody) SetData(v *DeleteModelServiceResponseBodyData) *DeleteModelServiceResponseBody + func (s *DeleteModelServiceResponseBody) SetMessage(v string) *DeleteModelServiceResponseBody + func (s *DeleteModelServiceResponseBody) SetRequestId(v string) *DeleteModelServiceResponseBody + func (s DeleteModelServiceResponseBody) GoString() string + func (s DeleteModelServiceResponseBody) String() string + type DeleteModelServiceResponseBodyData struct + ModelServiceInstanceId *string + ModelServiceInstanceName *int32 + ModelServiceStatus *string + func (s *DeleteModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *DeleteModelServiceResponseBodyData + func (s *DeleteModelServiceResponseBodyData) SetModelServiceInstanceName(v int32) *DeleteModelServiceResponseBodyData + func (s *DeleteModelServiceResponseBodyData) SetModelServiceStatus(v string) *DeleteModelServiceResponseBodyData + func (s DeleteModelServiceResponseBodyData) GoString() string + func (s DeleteModelServiceResponseBodyData) String() string + type DeleteNVRDeviceRequest struct + DeviceCodes *string + func (s *DeleteNVRDeviceRequest) SetDeviceCodes(v string) *DeleteNVRDeviceRequest + func (s DeleteNVRDeviceRequest) GoString() string + func (s DeleteNVRDeviceRequest) String() string + type DeleteNVRDeviceResponse struct + Body *DeleteNVRDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteNVRDeviceResponse) SetBody(v *DeleteNVRDeviceResponseBody) *DeleteNVRDeviceResponse + func (s *DeleteNVRDeviceResponse) SetHeaders(v map[string]*string) *DeleteNVRDeviceResponse + func (s *DeleteNVRDeviceResponse) SetStatusCode(v int32) *DeleteNVRDeviceResponse + func (s DeleteNVRDeviceResponse) GoString() string + func (s DeleteNVRDeviceResponse) String() string + type DeleteNVRDeviceResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteNVRDeviceResponseBody) SetCode(v string) *DeleteNVRDeviceResponseBody + func (s *DeleteNVRDeviceResponseBody) SetData(v string) *DeleteNVRDeviceResponseBody + func (s *DeleteNVRDeviceResponseBody) SetMessage(v string) *DeleteNVRDeviceResponseBody + func (s *DeleteNVRDeviceResponseBody) SetRequestId(v string) *DeleteNVRDeviceResponseBody + func (s DeleteNVRDeviceResponseBody) GoString() string + func (s DeleteNVRDeviceResponseBody) String() string + type DeleteProfileCatalogRequest struct + CatalogId *string + CorpId *string + IsvSubId *string + func (s *DeleteProfileCatalogRequest) SetCatalogId(v string) *DeleteProfileCatalogRequest + func (s *DeleteProfileCatalogRequest) SetCorpId(v string) *DeleteProfileCatalogRequest + func (s *DeleteProfileCatalogRequest) SetIsvSubId(v string) *DeleteProfileCatalogRequest + func (s DeleteProfileCatalogRequest) GoString() string + func (s DeleteProfileCatalogRequest) String() string + type DeleteProfileCatalogResponse struct + Body *DeleteProfileCatalogResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteProfileCatalogResponse) SetBody(v *DeleteProfileCatalogResponseBody) *DeleteProfileCatalogResponse + func (s *DeleteProfileCatalogResponse) SetHeaders(v map[string]*string) *DeleteProfileCatalogResponse + func (s *DeleteProfileCatalogResponse) SetStatusCode(v int32) *DeleteProfileCatalogResponse + func (s DeleteProfileCatalogResponse) GoString() string + func (s DeleteProfileCatalogResponse) String() string + type DeleteProfileCatalogResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *DeleteProfileCatalogResponseBody) SetCode(v string) *DeleteProfileCatalogResponseBody + func (s *DeleteProfileCatalogResponseBody) SetData(v bool) *DeleteProfileCatalogResponseBody + func (s *DeleteProfileCatalogResponseBody) SetMessage(v string) *DeleteProfileCatalogResponseBody + func (s *DeleteProfileCatalogResponseBody) SetRequestId(v string) *DeleteProfileCatalogResponseBody + func (s DeleteProfileCatalogResponseBody) GoString() string + func (s DeleteProfileCatalogResponseBody) String() string + type DeleteProfileRequest struct + CorpId *string + IsvSubId *string + ProfileId *int64 + func (s *DeleteProfileRequest) SetCorpId(v string) *DeleteProfileRequest + func (s *DeleteProfileRequest) SetIsvSubId(v string) *DeleteProfileRequest + func (s *DeleteProfileRequest) SetProfileId(v int64) *DeleteProfileRequest + func (s DeleteProfileRequest) GoString() string + func (s DeleteProfileRequest) String() string + type DeleteProfileResponse struct + Body *DeleteProfileResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteProfileResponse) SetBody(v *DeleteProfileResponseBody) *DeleteProfileResponse + func (s *DeleteProfileResponse) SetHeaders(v map[string]*string) *DeleteProfileResponse + func (s *DeleteProfileResponse) SetStatusCode(v int32) *DeleteProfileResponse + func (s DeleteProfileResponse) GoString() string + func (s DeleteProfileResponse) String() string + type DeleteProfileResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *DeleteProfileResponseBody) SetCode(v string) *DeleteProfileResponseBody + func (s *DeleteProfileResponseBody) SetData(v bool) *DeleteProfileResponseBody + func (s *DeleteProfileResponseBody) SetMessage(v string) *DeleteProfileResponseBody + func (s *DeleteProfileResponseBody) SetRequestId(v string) *DeleteProfileResponseBody + func (s DeleteProfileResponseBody) GoString() string + func (s DeleteProfileResponseBody) String() string + type DeleteProjectRequest struct + ProjectIds *string + func (s *DeleteProjectRequest) SetProjectIds(v string) *DeleteProjectRequest + func (s DeleteProjectRequest) GoString() string + func (s DeleteProjectRequest) String() string + type DeleteProjectResponse struct + Body *DeleteProjectResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteProjectResponse) SetBody(v *DeleteProjectResponseBody) *DeleteProjectResponse + func (s *DeleteProjectResponse) SetHeaders(v map[string]*string) *DeleteProjectResponse + func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse + func (s DeleteProjectResponse) GoString() string + func (s DeleteProjectResponse) String() string + type DeleteProjectResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *DeleteProjectResponseBody) SetCode(v string) *DeleteProjectResponseBody + func (s *DeleteProjectResponseBody) SetMessage(v string) *DeleteProjectResponseBody + func (s *DeleteProjectResponseBody) SetRequestId(v string) *DeleteProjectResponseBody + func (s *DeleteProjectResponseBody) SetSuccess(v bool) *DeleteProjectResponseBody + func (s DeleteProjectResponseBody) GoString() string + func (s DeleteProjectResponseBody) String() string + type DeleteRecordsRequest struct + AlgorithmType *string + AttributeName *string + CorpId *string + OperatorType *string + Value *string + func (s *DeleteRecordsRequest) SetAlgorithmType(v string) *DeleteRecordsRequest + func (s *DeleteRecordsRequest) SetAttributeName(v string) *DeleteRecordsRequest + func (s *DeleteRecordsRequest) SetCorpId(v string) *DeleteRecordsRequest + func (s *DeleteRecordsRequest) SetOperatorType(v string) *DeleteRecordsRequest + func (s *DeleteRecordsRequest) SetValue(v string) *DeleteRecordsRequest + func (s DeleteRecordsRequest) GoString() string + func (s DeleteRecordsRequest) String() string + type DeleteRecordsResponse struct + Body *DeleteRecordsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteRecordsResponse) SetBody(v *DeleteRecordsResponseBody) *DeleteRecordsResponse + func (s *DeleteRecordsResponse) SetHeaders(v map[string]*string) *DeleteRecordsResponse + func (s *DeleteRecordsResponse) SetStatusCode(v int32) *DeleteRecordsResponse + func (s DeleteRecordsResponse) GoString() string + func (s DeleteRecordsResponse) String() string + type DeleteRecordsResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteRecordsResponseBody) SetCode(v string) *DeleteRecordsResponseBody + func (s *DeleteRecordsResponseBody) SetData(v string) *DeleteRecordsResponseBody + func (s *DeleteRecordsResponseBody) SetMessage(v string) *DeleteRecordsResponseBody + func (s *DeleteRecordsResponseBody) SetRequestId(v string) *DeleteRecordsResponseBody + func (s DeleteRecordsResponseBody) GoString() string + func (s DeleteRecordsResponseBody) String() string + type DeleteSearchTablesRequest struct + SearchTableIds *string + func (s *DeleteSearchTablesRequest) SetSearchTableIds(v string) *DeleteSearchTablesRequest + func (s DeleteSearchTablesRequest) GoString() string + func (s DeleteSearchTablesRequest) String() string + type DeleteSearchTablesResponse struct + Body *DeleteSearchTablesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteSearchTablesResponse) SetBody(v *DeleteSearchTablesResponseBody) *DeleteSearchTablesResponse + func (s *DeleteSearchTablesResponse) SetHeaders(v map[string]*string) *DeleteSearchTablesResponse + func (s *DeleteSearchTablesResponse) SetStatusCode(v int32) *DeleteSearchTablesResponse + func (s DeleteSearchTablesResponse) GoString() string + func (s DeleteSearchTablesResponse) String() string + type DeleteSearchTablesResponseBody struct + Code *string + Message *string + RequestId *string + Success *string + func (s *DeleteSearchTablesResponseBody) SetCode(v string) *DeleteSearchTablesResponseBody + func (s *DeleteSearchTablesResponseBody) SetMessage(v string) *DeleteSearchTablesResponseBody + func (s *DeleteSearchTablesResponseBody) SetRequestId(v string) *DeleteSearchTablesResponseBody + func (s *DeleteSearchTablesResponseBody) SetSuccess(v string) *DeleteSearchTablesResponseBody + func (s DeleteSearchTablesResponseBody) GoString() string + func (s DeleteSearchTablesResponseBody) String() string + type DeleteUserGroupRequest struct + CorpId *string + IsvSubId *string + UserGroupId *string + func (s *DeleteUserGroupRequest) SetCorpId(v string) *DeleteUserGroupRequest + func (s *DeleteUserGroupRequest) SetIsvSubId(v string) *DeleteUserGroupRequest + func (s *DeleteUserGroupRequest) SetUserGroupId(v string) *DeleteUserGroupRequest + func (s DeleteUserGroupRequest) GoString() string + func (s DeleteUserGroupRequest) String() string + type DeleteUserGroupResponse struct + Body *DeleteUserGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteUserGroupResponse) SetBody(v *DeleteUserGroupResponseBody) *DeleteUserGroupResponse + func (s *DeleteUserGroupResponse) SetHeaders(v map[string]*string) *DeleteUserGroupResponse + func (s *DeleteUserGroupResponse) SetStatusCode(v int32) *DeleteUserGroupResponse + func (s DeleteUserGroupResponse) GoString() string + func (s DeleteUserGroupResponse) String() string + type DeleteUserGroupResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *DeleteUserGroupResponseBody) SetCode(v string) *DeleteUserGroupResponseBody + func (s *DeleteUserGroupResponseBody) SetData(v bool) *DeleteUserGroupResponseBody + func (s *DeleteUserGroupResponseBody) SetMessage(v string) *DeleteUserGroupResponseBody + func (s *DeleteUserGroupResponseBody) SetRequestId(v string) *DeleteUserGroupResponseBody + func (s DeleteUserGroupResponseBody) GoString() string + func (s DeleteUserGroupResponseBody) String() string + type DeleteUserRequest struct + CorpId *string + IsvSubId *string + UserId *int64 + func (s *DeleteUserRequest) SetCorpId(v string) *DeleteUserRequest + func (s *DeleteUserRequest) SetIsvSubId(v string) *DeleteUserRequest + func (s *DeleteUserRequest) SetUserId(v int64) *DeleteUserRequest + func (s DeleteUserRequest) GoString() string + func (s DeleteUserRequest) String() string + type DeleteUserResponse struct + Body *DeleteUserResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteUserResponse) SetBody(v *DeleteUserResponseBody) *DeleteUserResponse + func (s *DeleteUserResponse) SetHeaders(v map[string]*string) *DeleteUserResponse + func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse + func (s DeleteUserResponse) GoString() string + func (s DeleteUserResponse) String() string + type DeleteUserResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *DeleteUserResponseBody) SetCode(v string) *DeleteUserResponseBody + func (s *DeleteUserResponseBody) SetData(v bool) *DeleteUserResponseBody + func (s *DeleteUserResponseBody) SetMessage(v string) *DeleteUserResponseBody + func (s *DeleteUserResponseBody) SetRequestId(v string) *DeleteUserResponseBody + func (s DeleteUserResponseBody) GoString() string + func (s DeleteUserResponseBody) String() string + type DeleteVideoSummaryTaskRequest struct + CorpId *string + TaskId *string + func (s *DeleteVideoSummaryTaskRequest) SetCorpId(v string) *DeleteVideoSummaryTaskRequest + func (s *DeleteVideoSummaryTaskRequest) SetTaskId(v string) *DeleteVideoSummaryTaskRequest + func (s DeleteVideoSummaryTaskRequest) GoString() string + func (s DeleteVideoSummaryTaskRequest) String() string + type DeleteVideoSummaryTaskResponse struct + Body *DeleteVideoSummaryTaskResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteVideoSummaryTaskResponse) SetBody(v *DeleteVideoSummaryTaskResponseBody) *DeleteVideoSummaryTaskResponse + func (s *DeleteVideoSummaryTaskResponse) SetHeaders(v map[string]*string) *DeleteVideoSummaryTaskResponse + func (s *DeleteVideoSummaryTaskResponse) SetStatusCode(v int32) *DeleteVideoSummaryTaskResponse + func (s DeleteVideoSummaryTaskResponse) GoString() string + func (s DeleteVideoSummaryTaskResponse) String() string + type DeleteVideoSummaryTaskResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *DeleteVideoSummaryTaskResponseBody) SetCode(v string) *DeleteVideoSummaryTaskResponseBody + func (s *DeleteVideoSummaryTaskResponseBody) SetData(v string) *DeleteVideoSummaryTaskResponseBody + func (s *DeleteVideoSummaryTaskResponseBody) SetMessage(v string) *DeleteVideoSummaryTaskResponseBody + func (s *DeleteVideoSummaryTaskResponseBody) SetRequestId(v string) *DeleteVideoSummaryTaskResponseBody + func (s DeleteVideoSummaryTaskResponseBody) GoString() string + func (s DeleteVideoSummaryTaskResponseBody) String() string + type DeleteWatchPoliciesRequest struct + WatchPolicyIds *string + func (s *DeleteWatchPoliciesRequest) SetWatchPolicyIds(v string) *DeleteWatchPoliciesRequest + func (s DeleteWatchPoliciesRequest) GoString() string + func (s DeleteWatchPoliciesRequest) String() string + type DeleteWatchPoliciesResponse struct + Body *DeleteWatchPoliciesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteWatchPoliciesResponse) SetBody(v *DeleteWatchPoliciesResponseBody) *DeleteWatchPoliciesResponse + func (s *DeleteWatchPoliciesResponse) SetHeaders(v map[string]*string) *DeleteWatchPoliciesResponse + func (s *DeleteWatchPoliciesResponse) SetStatusCode(v int32) *DeleteWatchPoliciesResponse + func (s DeleteWatchPoliciesResponse) GoString() string + func (s DeleteWatchPoliciesResponse) String() string + type DeleteWatchPoliciesResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *DeleteWatchPoliciesResponseBody) SetCode(v string) *DeleteWatchPoliciesResponseBody + func (s *DeleteWatchPoliciesResponseBody) SetMessage(v string) *DeleteWatchPoliciesResponseBody + func (s *DeleteWatchPoliciesResponseBody) SetRequestId(v string) *DeleteWatchPoliciesResponseBody + func (s *DeleteWatchPoliciesResponseBody) SetSuccess(v bool) *DeleteWatchPoliciesResponseBody + func (s DeleteWatchPoliciesResponseBody) GoString() string + func (s DeleteWatchPoliciesResponseBody) String() string + type DeleteWatchTasksRequest struct + WatchTaskIds *string + func (s *DeleteWatchTasksRequest) SetWatchTaskIds(v string) *DeleteWatchTasksRequest + func (s DeleteWatchTasksRequest) GoString() string + func (s DeleteWatchTasksRequest) String() string + type DeleteWatchTasksResponse struct + Body *DeleteWatchTasksResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteWatchTasksResponse) SetBody(v *DeleteWatchTasksResponseBody) *DeleteWatchTasksResponse + func (s *DeleteWatchTasksResponse) SetHeaders(v map[string]*string) *DeleteWatchTasksResponse + func (s *DeleteWatchTasksResponse) SetStatusCode(v int32) *DeleteWatchTasksResponse + func (s DeleteWatchTasksResponse) GoString() string + func (s DeleteWatchTasksResponse) String() string + type DeleteWatchTasksResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *DeleteWatchTasksResponseBody) SetCode(v string) *DeleteWatchTasksResponseBody + func (s *DeleteWatchTasksResponseBody) SetMessage(v string) *DeleteWatchTasksResponseBody + func (s *DeleteWatchTasksResponseBody) SetRequestId(v string) *DeleteWatchTasksResponseBody + func (s *DeleteWatchTasksResponseBody) SetSuccess(v bool) *DeleteWatchTasksResponseBody + func (s DeleteWatchTasksResponseBody) GoString() string + func (s DeleteWatchTasksResponseBody) String() string + type DescribeAIInstanceRequest struct + InstanceId *string + InstanceName *string + InstanceType *string + PageNumber *int64 + PageSize *int64 + ProjectId *string + func (s *DescribeAIInstanceRequest) SetInstanceId(v string) *DescribeAIInstanceRequest + func (s *DescribeAIInstanceRequest) SetInstanceName(v string) *DescribeAIInstanceRequest + func (s *DescribeAIInstanceRequest) SetInstanceType(v string) *DescribeAIInstanceRequest + func (s *DescribeAIInstanceRequest) SetPageNumber(v int64) *DescribeAIInstanceRequest + func (s *DescribeAIInstanceRequest) SetPageSize(v int64) *DescribeAIInstanceRequest + func (s *DescribeAIInstanceRequest) SetProjectId(v string) *DescribeAIInstanceRequest + func (s DescribeAIInstanceRequest) GoString() string + func (s DescribeAIInstanceRequest) String() string + type DescribeAIInstanceResponse struct + Body *DescribeAIInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAIInstanceResponse) SetBody(v *DescribeAIInstanceResponseBody) *DescribeAIInstanceResponse + func (s *DescribeAIInstanceResponse) SetHeaders(v map[string]*string) *DescribeAIInstanceResponse + func (s *DescribeAIInstanceResponse) SetStatusCode(v int32) *DescribeAIInstanceResponse + func (s DescribeAIInstanceResponse) GoString() string + func (s DescribeAIInstanceResponse) String() string + type DescribeAIInstanceResponseBody struct + Code *string + Data *DescribeAIInstanceResponseBodyData + Message *string + RequestId *string + func (s *DescribeAIInstanceResponseBody) SetCode(v string) *DescribeAIInstanceResponseBody + func (s *DescribeAIInstanceResponseBody) SetData(v *DescribeAIInstanceResponseBodyData) *DescribeAIInstanceResponseBody + func (s *DescribeAIInstanceResponseBody) SetMessage(v string) *DescribeAIInstanceResponseBody + func (s *DescribeAIInstanceResponseBody) SetRequestId(v string) *DescribeAIInstanceResponseBody + func (s DescribeAIInstanceResponseBody) GoString() string + func (s DescribeAIInstanceResponseBody) String() string + type DescribeAIInstanceResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*DescribeAIInstanceResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeAIInstanceResponseBodyData) SetPageNumber(v int64) *DescribeAIInstanceResponseBodyData + func (s *DescribeAIInstanceResponseBodyData) SetPageSize(v int64) *DescribeAIInstanceResponseBodyData + func (s *DescribeAIInstanceResponseBodyData) SetRecords(v []*DescribeAIInstanceResponseBodyDataRecords) *DescribeAIInstanceResponseBodyData + func (s *DescribeAIInstanceResponseBodyData) SetTotalCount(v int64) *DescribeAIInstanceResponseBodyData + func (s DescribeAIInstanceResponseBodyData) GoString() string + func (s DescribeAIInstanceResponseBodyData) String() string + type DescribeAIInstanceResponseBodyDataRecords struct + AcuUsed *int64 + AlgorithmId *string + AlgorithmName *string + CameraNumber *int64 + ComputeType *string + ContainerType *string + CreateDateTime *string + DataSource *string + DataSourceTimes *string + DataType *string + Fps *int64 + InstanceId *string + InstanceName *string + InstanceType *string + ScheduleCycleDates *string + ScheduleTimes *string + ScheduleType *string + Spf *int64 + Status *string + Storage *float64 + func (s *DescribeAIInstanceResponseBodyDataRecords) SetAcuUsed(v int64) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetAlgorithmId(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetAlgorithmName(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetCameraNumber(v int64) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetComputeType(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetContainerType(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetCreateDateTime(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetDataSource(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetDataSourceTimes(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetDataType(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetFps(v int64) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetInstanceId(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetInstanceName(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetInstanceType(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetScheduleCycleDates(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetScheduleTimes(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetScheduleType(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetSpf(v int64) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetStatus(v string) *DescribeAIInstanceResponseBodyDataRecords + func (s *DescribeAIInstanceResponseBodyDataRecords) SetStorage(v float64) *DescribeAIInstanceResponseBodyDataRecords + func (s DescribeAIInstanceResponseBodyDataRecords) GoString() string + func (s DescribeAIInstanceResponseBodyDataRecords) String() string + type DescribeAiotDevicesRequest struct + CorpIdList *string + IdList *string + PageNum *int64 + PageSize *int64 + func (s *DescribeAiotDevicesRequest) SetCorpIdList(v string) *DescribeAiotDevicesRequest + func (s *DescribeAiotDevicesRequest) SetIdList(v string) *DescribeAiotDevicesRequest + func (s *DescribeAiotDevicesRequest) SetPageNum(v int64) *DescribeAiotDevicesRequest + func (s *DescribeAiotDevicesRequest) SetPageSize(v int64) *DescribeAiotDevicesRequest + func (s DescribeAiotDevicesRequest) GoString() string + func (s DescribeAiotDevicesRequest) String() string + type DescribeAiotDevicesResponse struct + Body *DescribeAiotDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAiotDevicesResponse) SetBody(v *DescribeAiotDevicesResponseBody) *DescribeAiotDevicesResponse + func (s *DescribeAiotDevicesResponse) SetHeaders(v map[string]*string) *DescribeAiotDevicesResponse + func (s *DescribeAiotDevicesResponse) SetStatusCode(v int32) *DescribeAiotDevicesResponse + func (s DescribeAiotDevicesResponse) GoString() string + func (s DescribeAiotDevicesResponse) String() string + type DescribeAiotDevicesResponseBody struct + AiotDevices *DescribeAiotDevicesResponseBodyAiotDevices + Code *string + Message *string + RequestId *string + func (s *DescribeAiotDevicesResponseBody) SetAiotDevices(v *DescribeAiotDevicesResponseBodyAiotDevices) *DescribeAiotDevicesResponseBody + func (s *DescribeAiotDevicesResponseBody) SetCode(v string) *DescribeAiotDevicesResponseBody + func (s *DescribeAiotDevicesResponseBody) SetMessage(v string) *DescribeAiotDevicesResponseBody + func (s *DescribeAiotDevicesResponseBody) SetRequestId(v string) *DescribeAiotDevicesResponseBody + func (s DescribeAiotDevicesResponseBody) GoString() string + func (s DescribeAiotDevicesResponseBody) String() string + type DescribeAiotDevicesResponseBodyAiotDevices struct + AiotDeviceList []*DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + PageNum *int64 + PageSize *int64 + TotalNum *int64 + func (s *DescribeAiotDevicesResponseBodyAiotDevices) SetAiotDeviceList(v []*DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) *DescribeAiotDevicesResponseBodyAiotDevices + func (s *DescribeAiotDevicesResponseBodyAiotDevices) SetPageNum(v int64) *DescribeAiotDevicesResponseBodyAiotDevices + func (s *DescribeAiotDevicesResponseBodyAiotDevices) SetPageSize(v int64) *DescribeAiotDevicesResponseBodyAiotDevices + func (s *DescribeAiotDevicesResponseBodyAiotDevices) SetTotalNum(v int64) *DescribeAiotDevicesResponseBodyAiotDevices + func (s DescribeAiotDevicesResponseBodyAiotDevices) GoString() string + func (s DescribeAiotDevicesResponseBodyAiotDevices) String() string + type DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList struct + CapDirection *string + CorpId *string + DeviceId *string + DeviceType *string + FirmwareVersion *string + IPAddr *string + IPV6Addr *string + IPv4Gateway *string + IPv4Netmask *string + Id *string + IsOnline *string + Latitude *float32 + Longitude *float32 + MAC *string + Manufacturer *string + Model *string + MonitorAreaDesc *string + MonitorDirection *string + Name *string + OrgCode *string + OwnerApsID *string + Password *string + Place *string + PlaceCode *string + Port *int64 + SerialNuber *string + UserId *string + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetCapDirection(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetCorpId(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetDeviceId(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetDeviceType(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetFirmwareVersion(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetIPAddr(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetIPV6Addr(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetIPv4Gateway(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetIPv4Netmask(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetId(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetIsOnline(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetLatitude(v float32) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetLongitude(v float32) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetMAC(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetManufacturer(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetModel(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetMonitorAreaDesc(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetMonitorDirection(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetName(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetOrgCode(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetOwnerApsID(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetPassword(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetPlace(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetPlaceCode(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetPort(v int64) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetSerialNuber(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) SetUserId(v string) *DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList + func (s DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) GoString() string + func (s DescribeAiotDevicesResponseBodyAiotDevicesAiotDeviceList) String() string + type DescribeAiotPersonTableItemsRequest struct + Id *string + PageNum *int64 + PageSize *int64 + PersonTableId *string + PersonTableItemId *string + func (s *DescribeAiotPersonTableItemsRequest) SetId(v string) *DescribeAiotPersonTableItemsRequest + func (s *DescribeAiotPersonTableItemsRequest) SetPageNum(v int64) *DescribeAiotPersonTableItemsRequest + func (s *DescribeAiotPersonTableItemsRequest) SetPageSize(v int64) *DescribeAiotPersonTableItemsRequest + func (s *DescribeAiotPersonTableItemsRequest) SetPersonTableId(v string) *DescribeAiotPersonTableItemsRequest + func (s *DescribeAiotPersonTableItemsRequest) SetPersonTableItemId(v string) *DescribeAiotPersonTableItemsRequest + func (s DescribeAiotPersonTableItemsRequest) GoString() string + func (s DescribeAiotPersonTableItemsRequest) String() string + type DescribeAiotPersonTableItemsResponse struct + Body *DescribeAiotPersonTableItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAiotPersonTableItemsResponse) SetBody(v *DescribeAiotPersonTableItemsResponseBody) *DescribeAiotPersonTableItemsResponse + func (s *DescribeAiotPersonTableItemsResponse) SetHeaders(v map[string]*string) *DescribeAiotPersonTableItemsResponse + func (s *DescribeAiotPersonTableItemsResponse) SetStatusCode(v int32) *DescribeAiotPersonTableItemsResponse + func (s DescribeAiotPersonTableItemsResponse) GoString() string + func (s DescribeAiotPersonTableItemsResponse) String() string + type DescribeAiotPersonTableItemsResponseBody struct + Code *string + Message *string + PersonTableItems *DescribeAiotPersonTableItemsResponseBodyPersonTableItems + RequestId *string + func (s *DescribeAiotPersonTableItemsResponseBody) SetCode(v string) *DescribeAiotPersonTableItemsResponseBody + func (s *DescribeAiotPersonTableItemsResponseBody) SetMessage(v string) *DescribeAiotPersonTableItemsResponseBody + func (s *DescribeAiotPersonTableItemsResponseBody) SetPersonTableItems(v *DescribeAiotPersonTableItemsResponseBodyPersonTableItems) *DescribeAiotPersonTableItemsResponseBody + func (s *DescribeAiotPersonTableItemsResponseBody) SetRequestId(v string) *DescribeAiotPersonTableItemsResponseBody + func (s DescribeAiotPersonTableItemsResponseBody) GoString() string + func (s DescribeAiotPersonTableItemsResponseBody) String() string + type DescribeAiotPersonTableItemsResponseBodyPersonTableItems struct + PageNum *int64 + PageSize *int64 + PersonTableItemList []*DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + TotalNum *int64 + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItems) SetPageNum(v int64) *DescribeAiotPersonTableItemsResponseBodyPersonTableItems + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItems) SetPageSize(v int64) *DescribeAiotPersonTableItemsResponseBodyPersonTableItems + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItems) SetPersonTableItemList(...) *DescribeAiotPersonTableItemsResponseBodyPersonTableItems + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItems) SetTotalNum(v int64) *DescribeAiotPersonTableItemsResponseBodyPersonTableItems + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItems) GoString() string + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItems) String() string + type DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList struct + IdentificationList []*DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList + IdentificationNum *int64 + ImageList []*DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList + ImageNum *int64 + LastChange *string + PersonCode *string + PersonId *string + PersonName *string + PersonTableId *string + Remarks *string + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetIdentificationList(...) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetIdentificationNum(v int64) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetImageList(...) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetImageNum(v int64) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetLastChange(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetPersonCode(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetPersonId(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetPersonName(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetPersonTableId(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) SetRemarks(v string) *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) GoString() string + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemList) String() string + type DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList struct + Number *string + Type *int64 + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList) SetNumber(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList) SetType(v int64) ... + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList) GoString() string + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListIdentificationList) String() string + type DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList struct + Data *string + DeviceId *string + EventSort *string + FeatureInfo *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo + FileFormat *string + Height *int64 + ImageId *string + ShotTime *string + Size *int64 + StoragePath *string + Type *string + Width *int64 + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetData(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetDeviceId(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetEventSort(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetFeatureInfo(...) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetFileFormat(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetHeight(v int64) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetImageId(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetShotTime(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetSize(v int64) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetStoragePath(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetType(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) SetWidth(v int64) ... + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) GoString() string + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageList) String() string + type DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo struct + AlgorithmType *string + AlgorithmVersion *string + FeatureData *string + ImageId *string + ObjectId *string + TableId *string + Vendor *string + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetAlgorithmType(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetAlgorithmVersion(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetFeatureData(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetImageId(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetObjectId(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetTableId(v string) ... + func (s *DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) SetVendor(v string) ... + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) GoString() string + func (s DescribeAiotPersonTableItemsResponseBodyPersonTableItemsPersonTableItemListImageListFeatureInfo) String() string + type DescribeAiotPersonTablesRequest struct + Id *string + PersonTableIdList *string + func (s *DescribeAiotPersonTablesRequest) SetId(v string) *DescribeAiotPersonTablesRequest + func (s *DescribeAiotPersonTablesRequest) SetPersonTableIdList(v string) *DescribeAiotPersonTablesRequest + func (s DescribeAiotPersonTablesRequest) GoString() string + func (s DescribeAiotPersonTablesRequest) String() string + type DescribeAiotPersonTablesResponse struct + Body *DescribeAiotPersonTablesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAiotPersonTablesResponse) SetBody(v *DescribeAiotPersonTablesResponseBody) *DescribeAiotPersonTablesResponse + func (s *DescribeAiotPersonTablesResponse) SetHeaders(v map[string]*string) *DescribeAiotPersonTablesResponse + func (s *DescribeAiotPersonTablesResponse) SetStatusCode(v int32) *DescribeAiotPersonTablesResponse + func (s DescribeAiotPersonTablesResponse) GoString() string + func (s DescribeAiotPersonTablesResponse) String() string + type DescribeAiotPersonTablesResponseBody struct + Code *string + Message *string + PersonTableList []*DescribeAiotPersonTablesResponseBodyPersonTableList + RequestId *string + func (s *DescribeAiotPersonTablesResponseBody) SetCode(v string) *DescribeAiotPersonTablesResponseBody + func (s *DescribeAiotPersonTablesResponseBody) SetMessage(v string) *DescribeAiotPersonTablesResponseBody + func (s *DescribeAiotPersonTablesResponseBody) SetPersonTableList(v []*DescribeAiotPersonTablesResponseBodyPersonTableList) *DescribeAiotPersonTablesResponseBody + func (s *DescribeAiotPersonTablesResponseBody) SetRequestId(v string) *DescribeAiotPersonTablesResponseBody + func (s DescribeAiotPersonTablesResponseBody) GoString() string + func (s DescribeAiotPersonTablesResponseBody) String() string + type DescribeAiotPersonTablesResponseBodyPersonTableList struct + DeviceId *string + FaceNum *int64 + LastChange *string + Name *string + PersonNum *int64 + PersonTableId *string + TotalPersonNum *int64 + Type *int64 + VerificationModelList []*int64 + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetDeviceId(v string) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetFaceNum(v int64) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetLastChange(v string) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetName(v string) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetPersonNum(v int64) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetPersonTableId(v string) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetTotalPersonNum(v int64) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetType(v int64) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s *DescribeAiotPersonTablesResponseBodyPersonTableList) SetVerificationModelList(v []*int64) *DescribeAiotPersonTablesResponseBodyPersonTableList + func (s DescribeAiotPersonTablesResponseBodyPersonTableList) GoString() string + func (s DescribeAiotPersonTablesResponseBodyPersonTableList) String() string + type DescribeAiotVehicleTableItemsRequest struct + Id *string + PageNum *int64 + PageSize *int64 + VehicleTableId *string + VehicleTableItemId *string + func (s *DescribeAiotVehicleTableItemsRequest) SetId(v string) *DescribeAiotVehicleTableItemsRequest + func (s *DescribeAiotVehicleTableItemsRequest) SetPageNum(v int64) *DescribeAiotVehicleTableItemsRequest + func (s *DescribeAiotVehicleTableItemsRequest) SetPageSize(v int64) *DescribeAiotVehicleTableItemsRequest + func (s *DescribeAiotVehicleTableItemsRequest) SetVehicleTableId(v string) *DescribeAiotVehicleTableItemsRequest + func (s *DescribeAiotVehicleTableItemsRequest) SetVehicleTableItemId(v string) *DescribeAiotVehicleTableItemsRequest + func (s DescribeAiotVehicleTableItemsRequest) GoString() string + func (s DescribeAiotVehicleTableItemsRequest) String() string + type DescribeAiotVehicleTableItemsResponse struct + Body *DescribeAiotVehicleTableItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAiotVehicleTableItemsResponse) SetBody(v *DescribeAiotVehicleTableItemsResponseBody) *DescribeAiotVehicleTableItemsResponse + func (s *DescribeAiotVehicleTableItemsResponse) SetHeaders(v map[string]*string) *DescribeAiotVehicleTableItemsResponse + func (s *DescribeAiotVehicleTableItemsResponse) SetStatusCode(v int32) *DescribeAiotVehicleTableItemsResponse + func (s DescribeAiotVehicleTableItemsResponse) GoString() string + func (s DescribeAiotVehicleTableItemsResponse) String() string + type DescribeAiotVehicleTableItemsResponseBody struct + Code *string + Message *string + RequestId *string + VehicleTableItems *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems + func (s *DescribeAiotVehicleTableItemsResponseBody) SetCode(v string) *DescribeAiotVehicleTableItemsResponseBody + func (s *DescribeAiotVehicleTableItemsResponseBody) SetMessage(v string) *DescribeAiotVehicleTableItemsResponseBody + func (s *DescribeAiotVehicleTableItemsResponseBody) SetRequestId(v string) *DescribeAiotVehicleTableItemsResponseBody + func (s *DescribeAiotVehicleTableItemsResponseBody) SetVehicleTableItems(v *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) *DescribeAiotVehicleTableItemsResponseBody + func (s DescribeAiotVehicleTableItemsResponseBody) GoString() string + func (s DescribeAiotVehicleTableItemsResponseBody) String() string + type DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems struct + PageNum *int64 + PageSize *int64 + TotalNum *int64 + VehicleTableItemList []*DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) SetPageNum(v int64) *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) SetPageSize(v int64) *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) SetTotalNum(v int64) *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) SetVehicleTableItemList(...) *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems + func (s DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) GoString() string + func (s DescribeAiotVehicleTableItemsResponseBodyVehicleTableItems) String() string + type DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList struct + BeginTime *string + EndTime *string + OwnerName *string + PhoneNo *string + PlateNo *string + Remarks *string + VehicleTableId *string + VehicleTableItemId *string + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetBeginTime(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetEndTime(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetOwnerName(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetPhoneNo(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetPlateNo(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetRemarks(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetVehicleTableId(v string) ... + func (s *DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) SetVehicleTableItemId(v string) ... + func (s DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) GoString() string + func (s DescribeAiotVehicleTableItemsResponseBodyVehicleTableItemsVehicleTableItemList) String() string + type DescribeAiotVehicleTablesRequest struct + Id *string + VehicleTableIdList *string + func (s *DescribeAiotVehicleTablesRequest) SetId(v string) *DescribeAiotVehicleTablesRequest + func (s *DescribeAiotVehicleTablesRequest) SetVehicleTableIdList(v string) *DescribeAiotVehicleTablesRequest + func (s DescribeAiotVehicleTablesRequest) GoString() string + func (s DescribeAiotVehicleTablesRequest) String() string + type DescribeAiotVehicleTablesResponse struct + Body *DescribeAiotVehicleTablesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeAiotVehicleTablesResponse) SetBody(v *DescribeAiotVehicleTablesResponseBody) *DescribeAiotVehicleTablesResponse + func (s *DescribeAiotVehicleTablesResponse) SetHeaders(v map[string]*string) *DescribeAiotVehicleTablesResponse + func (s *DescribeAiotVehicleTablesResponse) SetStatusCode(v int32) *DescribeAiotVehicleTablesResponse + func (s DescribeAiotVehicleTablesResponse) GoString() string + func (s DescribeAiotVehicleTablesResponse) String() string + type DescribeAiotVehicleTablesResponseBody struct + Code *string + Message *string + RequestId *string + VehicleTableList []*DescribeAiotVehicleTablesResponseBodyVehicleTableList + func (s *DescribeAiotVehicleTablesResponseBody) SetCode(v string) *DescribeAiotVehicleTablesResponseBody + func (s *DescribeAiotVehicleTablesResponseBody) SetMessage(v string) *DescribeAiotVehicleTablesResponseBody + func (s *DescribeAiotVehicleTablesResponseBody) SetRequestId(v string) *DescribeAiotVehicleTablesResponseBody + func (s *DescribeAiotVehicleTablesResponseBody) SetVehicleTableList(v []*DescribeAiotVehicleTablesResponseBodyVehicleTableList) *DescribeAiotVehicleTablesResponseBody + func (s DescribeAiotVehicleTablesResponseBody) GoString() string + func (s DescribeAiotVehicleTablesResponseBody) String() string + type DescribeAiotVehicleTablesResponseBodyVehicleTableList struct + VehicleTableId *string + VehicleTableName *string + func (s *DescribeAiotVehicleTablesResponseBodyVehicleTableList) SetVehicleTableId(v string) *DescribeAiotVehicleTablesResponseBodyVehicleTableList + func (s *DescribeAiotVehicleTablesResponseBodyVehicleTableList) SetVehicleTableName(v string) *DescribeAiotVehicleTablesResponseBodyVehicleTableList + func (s DescribeAiotVehicleTablesResponseBodyVehicleTableList) GoString() string + func (s DescribeAiotVehicleTablesResponseBodyVehicleTableList) String() string + type DescribeCameraForInstanceRequest struct + InstanceId *string + PageNumber *int64 + PageSize *int64 + func (s *DescribeCameraForInstanceRequest) SetInstanceId(v string) *DescribeCameraForInstanceRequest + func (s *DescribeCameraForInstanceRequest) SetPageNumber(v int64) *DescribeCameraForInstanceRequest + func (s *DescribeCameraForInstanceRequest) SetPageSize(v int64) *DescribeCameraForInstanceRequest + func (s DescribeCameraForInstanceRequest) GoString() string + func (s DescribeCameraForInstanceRequest) String() string + type DescribeCameraForInstanceResponse struct + Body *DescribeCameraForInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeCameraForInstanceResponse) SetBody(v *DescribeCameraForInstanceResponseBody) *DescribeCameraForInstanceResponse + func (s *DescribeCameraForInstanceResponse) SetHeaders(v map[string]*string) *DescribeCameraForInstanceResponse + func (s *DescribeCameraForInstanceResponse) SetStatusCode(v int32) *DescribeCameraForInstanceResponse + func (s DescribeCameraForInstanceResponse) GoString() string + func (s DescribeCameraForInstanceResponse) String() string + type DescribeCameraForInstanceResponseBody struct + Code *string + Data *DescribeCameraForInstanceResponseBodyData + Message *string + RequestId *string + func (s *DescribeCameraForInstanceResponseBody) SetCode(v string) *DescribeCameraForInstanceResponseBody + func (s *DescribeCameraForInstanceResponseBody) SetData(v *DescribeCameraForInstanceResponseBodyData) *DescribeCameraForInstanceResponseBody + func (s *DescribeCameraForInstanceResponseBody) SetMessage(v string) *DescribeCameraForInstanceResponseBody + func (s *DescribeCameraForInstanceResponseBody) SetRequestId(v string) *DescribeCameraForInstanceResponseBody + func (s DescribeCameraForInstanceResponseBody) GoString() string + func (s DescribeCameraForInstanceResponseBody) String() string + type DescribeCameraForInstanceResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*DescribeCameraForInstanceResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeCameraForInstanceResponseBodyData) SetPageNumber(v int64) *DescribeCameraForInstanceResponseBodyData + func (s *DescribeCameraForInstanceResponseBodyData) SetPageSize(v int64) *DescribeCameraForInstanceResponseBodyData + func (s *DescribeCameraForInstanceResponseBodyData) SetRecords(v []*DescribeCameraForInstanceResponseBodyDataRecords) *DescribeCameraForInstanceResponseBodyData + func (s *DescribeCameraForInstanceResponseBodyData) SetTotalCount(v int64) *DescribeCameraForInstanceResponseBodyData + func (s DescribeCameraForInstanceResponseBodyData) GoString() string + func (s DescribeCameraForInstanceResponseBodyData) String() string + type DescribeCameraForInstanceResponseBodyDataRecords struct + CameraAddress *string + CameraId *string + CameraName *string + CameraStatus *int64 + func (s *DescribeCameraForInstanceResponseBodyDataRecords) SetCameraAddress(v string) *DescribeCameraForInstanceResponseBodyDataRecords + func (s *DescribeCameraForInstanceResponseBodyDataRecords) SetCameraId(v string) *DescribeCameraForInstanceResponseBodyDataRecords + func (s *DescribeCameraForInstanceResponseBodyDataRecords) SetCameraName(v string) *DescribeCameraForInstanceResponseBodyDataRecords + func (s *DescribeCameraForInstanceResponseBodyDataRecords) SetCameraStatus(v int64) *DescribeCameraForInstanceResponseBodyDataRecords + func (s DescribeCameraForInstanceResponseBodyDataRecords) GoString() string + func (s DescribeCameraForInstanceResponseBodyDataRecords) String() string + type DescribeChannelsRequest struct + DeviceFilter *string + DeviceStatus *string + NvrId *string + PageNum *int64 + PageSize *int64 + ShowUnConfig *int64 + func (s *DescribeChannelsRequest) SetDeviceFilter(v string) *DescribeChannelsRequest + func (s *DescribeChannelsRequest) SetDeviceStatus(v string) *DescribeChannelsRequest + func (s *DescribeChannelsRequest) SetNvrId(v string) *DescribeChannelsRequest + func (s *DescribeChannelsRequest) SetPageNum(v int64) *DescribeChannelsRequest + func (s *DescribeChannelsRequest) SetPageSize(v int64) *DescribeChannelsRequest + func (s *DescribeChannelsRequest) SetShowUnConfig(v int64) *DescribeChannelsRequest + func (s DescribeChannelsRequest) GoString() string + func (s DescribeChannelsRequest) String() string + type DescribeChannelsResponse struct + Body *DescribeChannelsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeChannelsResponse) SetBody(v *DescribeChannelsResponseBody) *DescribeChannelsResponse + func (s *DescribeChannelsResponse) SetHeaders(v map[string]*string) *DescribeChannelsResponse + func (s *DescribeChannelsResponse) SetStatusCode(v int32) *DescribeChannelsResponse + func (s DescribeChannelsResponse) GoString() string + func (s DescribeChannelsResponse) String() string + type DescribeChannelsResponseBody struct + Code *string + Data *DescribeChannelsResponseBodyData + Message *string + RequestId *string + func (s *DescribeChannelsResponseBody) SetCode(v string) *DescribeChannelsResponseBody + func (s *DescribeChannelsResponseBody) SetData(v *DescribeChannelsResponseBodyData) *DescribeChannelsResponseBody + func (s *DescribeChannelsResponseBody) SetMessage(v string) *DescribeChannelsResponseBody + func (s *DescribeChannelsResponseBody) SetRequestId(v string) *DescribeChannelsResponseBody + func (s DescribeChannelsResponseBody) GoString() string + func (s DescribeChannelsResponseBody) String() string + type DescribeChannelsResponseBodyData struct + PageNum *int64 + PageSize *int64 + Records []*DescribeChannelsResponseBodyDataRecords + TotalCount *int64 + TotalPage *int64 + UnConfigList []*string + func (s *DescribeChannelsResponseBodyData) SetPageNum(v int64) *DescribeChannelsResponseBodyData + func (s *DescribeChannelsResponseBodyData) SetPageSize(v int64) *DescribeChannelsResponseBodyData + func (s *DescribeChannelsResponseBodyData) SetRecords(v []*DescribeChannelsResponseBodyDataRecords) *DescribeChannelsResponseBodyData + func (s *DescribeChannelsResponseBodyData) SetTotalCount(v int64) *DescribeChannelsResponseBodyData + func (s *DescribeChannelsResponseBodyData) SetTotalPage(v int64) *DescribeChannelsResponseBodyData + func (s *DescribeChannelsResponseBodyData) SetUnConfigList(v []*string) *DescribeChannelsResponseBodyData + func (s DescribeChannelsResponseBodyData) GoString() string + func (s DescribeChannelsResponseBodyData) String() string + type DescribeChannelsResponseBodyDataRecords struct + AudioEnable *string + CorpId *string + CreateTime *string + DatasourceType *string + DeviceAddress *string + DeviceDirection *string + DeviceId *string + DeviceIp *string + DeviceModel *string + DeviceName *string + DeviceRate *string + DeviceResolution *string + DeviceSite *string + DeviceSn *string + DeviceStatus *string + DeviceSubType *string + DeviceType *string + EncodeFormat *string + FrameRate *string + GovLength *string + InProtocol *string + Latitude *string + Longitude *string + ModifyTime *string + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + ParentDeviceId *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + ServerRealm *string + StreamAction *string + StreamStatus *string + Vap *string + Vendor *string + func (s *DescribeChannelsResponseBodyDataRecords) SetAudioEnable(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetCorpId(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetCreateTime(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDatasourceType(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceAddress(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceDirection(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceId(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceIp(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceModel(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceName(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceRate(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceResolution(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceSite(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceSn(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceStatus(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceSubType(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetDeviceType(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetEncodeFormat(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetFrameRate(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetGovLength(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetInProtocol(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetLatitude(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetLongitude(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetModifyTime(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetOSDTimeEnable(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetOSDTimeType(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetOSDTimeX(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetOSDTimeY(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetParentDeviceId(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetPassword(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetServerId(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetServerIp(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetServerPort(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetServerRealm(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetStreamAction(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetStreamStatus(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetVap(v string) *DescribeChannelsResponseBodyDataRecords + func (s *DescribeChannelsResponseBodyDataRecords) SetVendor(v string) *DescribeChannelsResponseBodyDataRecords + func (s DescribeChannelsResponseBodyDataRecords) GoString() string + func (s DescribeChannelsResponseBodyDataRecords) String() string + type DescribeDataSourcesRequest struct + CorpIdList *string + DataSourceCategory *string + DataSourceFilter *string + DataSourceIdList *string + DataSourceType *string + PageNum *int64 + PageSize *int64 + StreamStatus *string + func (s *DescribeDataSourcesRequest) SetCorpIdList(v string) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetDataSourceCategory(v string) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetDataSourceFilter(v string) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetDataSourceIdList(v string) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetDataSourceType(v string) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetPageNum(v int64) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetPageSize(v int64) *DescribeDataSourcesRequest + func (s *DescribeDataSourcesRequest) SetStreamStatus(v string) *DescribeDataSourcesRequest + func (s DescribeDataSourcesRequest) GoString() string + func (s DescribeDataSourcesRequest) String() string + type DescribeDataSourcesResponse struct + Body *DescribeDataSourcesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeDataSourcesResponse) SetBody(v *DescribeDataSourcesResponseBody) *DescribeDataSourcesResponse + func (s *DescribeDataSourcesResponse) SetHeaders(v map[string]*string) *DescribeDataSourcesResponse + func (s *DescribeDataSourcesResponse) SetStatusCode(v int32) *DescribeDataSourcesResponse + func (s DescribeDataSourcesResponse) GoString() string + func (s DescribeDataSourcesResponse) String() string + type DescribeDataSourcesResponseBody struct + Code *string + Data *DescribeDataSourcesResponseBodyData + Message *string + RequestId *string + func (s *DescribeDataSourcesResponseBody) SetCode(v string) *DescribeDataSourcesResponseBody + func (s *DescribeDataSourcesResponseBody) SetData(v *DescribeDataSourcesResponseBodyData) *DescribeDataSourcesResponseBody + func (s *DescribeDataSourcesResponseBody) SetMessage(v string) *DescribeDataSourcesResponseBody + func (s *DescribeDataSourcesResponseBody) SetRequestId(v string) *DescribeDataSourcesResponseBody + func (s DescribeDataSourcesResponseBody) GoString() string + func (s DescribeDataSourcesResponseBody) String() string + type DescribeDataSourcesResponseBodyData struct + PageNum *int64 + PageSize *int64 + Records []*DescribeDataSourcesResponseBodyDataRecords + TotalCount *int64 + TotalPage *int64 + func (s *DescribeDataSourcesResponseBodyData) SetPageNum(v int64) *DescribeDataSourcesResponseBodyData + func (s *DescribeDataSourcesResponseBodyData) SetPageSize(v int64) *DescribeDataSourcesResponseBodyData + func (s *DescribeDataSourcesResponseBodyData) SetRecords(v []*DescribeDataSourcesResponseBodyDataRecords) *DescribeDataSourcesResponseBodyData + func (s *DescribeDataSourcesResponseBodyData) SetTotalCount(v int64) *DescribeDataSourcesResponseBodyData + func (s *DescribeDataSourcesResponseBodyData) SetTotalPage(v int64) *DescribeDataSourcesResponseBodyData + func (s DescribeDataSourcesResponseBodyData) GoString() string + func (s DescribeDataSourcesResponseBodyData) String() string + type DescribeDataSourcesResponseBodyDataRecords struct + Action *string + CorpId *string + CreateTime *string + DataSourceId *string + DataSourceName *string + DataSourceType *string + Description *string + KafkaTopic *string + OssPath *string + StreamStatus *string + Url *string + func (s *DescribeDataSourcesResponseBodyDataRecords) SetAction(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetCorpId(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetCreateTime(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetDataSourceId(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetDataSourceName(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetDataSourceType(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetDescription(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetKafkaTopic(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetOssPath(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetStreamStatus(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s *DescribeDataSourcesResponseBodyDataRecords) SetUrl(v string) *DescribeDataSourcesResponseBodyDataRecords + func (s DescribeDataSourcesResponseBodyDataRecords) GoString() string + func (s DescribeDataSourcesResponseBodyDataRecords) String() string + type DescribeDevicesRequest struct + CorpIdList *string + DeviceIdList *string + PageNum *int32 + PageSize *int32 + func (s *DescribeDevicesRequest) SetCorpIdList(v string) *DescribeDevicesRequest + func (s *DescribeDevicesRequest) SetDeviceIdList(v string) *DescribeDevicesRequest + func (s *DescribeDevicesRequest) SetPageNum(v int32) *DescribeDevicesRequest + func (s *DescribeDevicesRequest) SetPageSize(v int32) *DescribeDevicesRequest + func (s DescribeDevicesRequest) GoString() string + func (s DescribeDevicesRequest) String() string + type DescribeDevicesResponse struct + Body *DescribeDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeDevicesResponse) SetBody(v *DescribeDevicesResponseBody) *DescribeDevicesResponse + func (s *DescribeDevicesResponse) SetHeaders(v map[string]*string) *DescribeDevicesResponse + func (s *DescribeDevicesResponse) SetStatusCode(v int32) *DescribeDevicesResponse + func (s DescribeDevicesResponse) GoString() string + func (s DescribeDevicesResponse) String() string + type DescribeDevicesResponseBody struct + Code *string + Data *DescribeDevicesResponseBodyData + Message *string + RequestId *string + func (s *DescribeDevicesResponseBody) SetCode(v string) *DescribeDevicesResponseBody + func (s *DescribeDevicesResponseBody) SetData(v *DescribeDevicesResponseBodyData) *DescribeDevicesResponseBody + func (s *DescribeDevicesResponseBody) SetMessage(v string) *DescribeDevicesResponseBody + func (s *DescribeDevicesResponseBody) SetRequestId(v string) *DescribeDevicesResponseBody + func (s DescribeDevicesResponseBody) GoString() string + func (s DescribeDevicesResponseBody) String() string + type DescribeDevicesResponseBodyData struct + PageNum *int32 + PageSize *int32 + Records []*DescribeDevicesResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *DescribeDevicesResponseBodyData) SetPageNum(v int32) *DescribeDevicesResponseBodyData + func (s *DescribeDevicesResponseBodyData) SetPageSize(v int32) *DescribeDevicesResponseBodyData + func (s *DescribeDevicesResponseBodyData) SetRecords(v []*DescribeDevicesResponseBodyDataRecords) *DescribeDevicesResponseBodyData + func (s *DescribeDevicesResponseBodyData) SetTotalCount(v int32) *DescribeDevicesResponseBodyData + func (s *DescribeDevicesResponseBodyData) SetTotalPage(v int32) *DescribeDevicesResponseBodyData + func (s DescribeDevicesResponseBodyData) GoString() string + func (s DescribeDevicesResponseBodyData) String() string + type DescribeDevicesResponseBodyDataRecords struct + CapturedPictureId *string + CorpId *string + CreateTime *string + DeviceAddress *string + DeviceId *string + DeviceName *string + DeviceType *string + InProtocol *string + Latitude *string + Longitude *string + Password *string + Status *string + Vendor *string + func (s *DescribeDevicesResponseBodyDataRecords) SetCapturedPictureId(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetCorpId(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetCreateTime(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetDeviceAddress(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetDeviceId(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetDeviceName(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetDeviceType(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetInProtocol(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetLatitude(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetLongitude(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetPassword(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetStatus(v string) *DescribeDevicesResponseBodyDataRecords + func (s *DescribeDevicesResponseBodyDataRecords) SetVendor(v string) *DescribeDevicesResponseBodyDataRecords + func (s DescribeDevicesResponseBodyDataRecords) GoString() string + func (s DescribeDevicesResponseBodyDataRecords) String() string + type DescribeIpcsRequest struct + CorpIdList *string + DeviceFilter *string + DeviceIdList *string + DeviceStatus *string + NvrIdList *string + PageNum *int64 + PageSize *int64 + ParentDeviceType *string + func (s *DescribeIpcsRequest) SetCorpIdList(v string) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetDeviceFilter(v string) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetDeviceIdList(v string) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetDeviceStatus(v string) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetNvrIdList(v string) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetPageNum(v int64) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetPageSize(v int64) *DescribeIpcsRequest + func (s *DescribeIpcsRequest) SetParentDeviceType(v string) *DescribeIpcsRequest + func (s DescribeIpcsRequest) GoString() string + func (s DescribeIpcsRequest) String() string + type DescribeIpcsResponse struct + Body *DescribeIpcsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeIpcsResponse) SetBody(v *DescribeIpcsResponseBody) *DescribeIpcsResponse + func (s *DescribeIpcsResponse) SetHeaders(v map[string]*string) *DescribeIpcsResponse + func (s *DescribeIpcsResponse) SetStatusCode(v int32) *DescribeIpcsResponse + func (s DescribeIpcsResponse) GoString() string + func (s DescribeIpcsResponse) String() string + type DescribeIpcsResponseBody struct + Code *string + Data *DescribeIpcsResponseBodyData + Message *string + RequestId *string + func (s *DescribeIpcsResponseBody) SetCode(v string) *DescribeIpcsResponseBody + func (s *DescribeIpcsResponseBody) SetData(v *DescribeIpcsResponseBodyData) *DescribeIpcsResponseBody + func (s *DescribeIpcsResponseBody) SetMessage(v string) *DescribeIpcsResponseBody + func (s *DescribeIpcsResponseBody) SetRequestId(v string) *DescribeIpcsResponseBody + func (s DescribeIpcsResponseBody) GoString() string + func (s DescribeIpcsResponseBody) String() string + type DescribeIpcsResponseBodyData struct + PageNum *int64 + PageSize *int64 + Records []*DescribeIpcsResponseBodyDataRecords + TotalCount *int64 + TotalPage *int64 + func (s *DescribeIpcsResponseBodyData) SetPageNum(v int64) *DescribeIpcsResponseBodyData + func (s *DescribeIpcsResponseBodyData) SetPageSize(v int64) *DescribeIpcsResponseBodyData + func (s *DescribeIpcsResponseBodyData) SetRecords(v []*DescribeIpcsResponseBodyDataRecords) *DescribeIpcsResponseBodyData + func (s *DescribeIpcsResponseBodyData) SetTotalCount(v int64) *DescribeIpcsResponseBodyData + func (s *DescribeIpcsResponseBodyData) SetTotalPage(v int64) *DescribeIpcsResponseBodyData + func (s DescribeIpcsResponseBodyData) GoString() string + func (s DescribeIpcsResponseBodyData) String() string + type DescribeIpcsResponseBodyDataRecords struct + AudioEnable *string + CorpId *string + CreateTime *string + DatasourceType *string + DeviceAddress *string + DeviceDirection *string + DeviceId *string + DeviceIp *string + DeviceModel *string + DeviceName *string + DeviceRate *string + DeviceResolution *string + DeviceSite *string + DeviceSn *string + DeviceStatus *string + DeviceSubType *string + DeviceType *string + EncodeFormat *string + FrameRate *string + GovLength *string + InProtocol *string + Latitude *string + Longitude *string + ModifyTime *string + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + ParentDeviceId *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + ServerRealm *string + StreamAction *string + StreamStatus *string + Vap *string + Vendor *string + func (s *DescribeIpcsResponseBodyDataRecords) SetAudioEnable(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetCorpId(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetCreateTime(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDatasourceType(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceAddress(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceDirection(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceId(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceIp(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceModel(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceName(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceRate(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceResolution(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceSite(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceSn(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceStatus(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceSubType(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetDeviceType(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetEncodeFormat(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetFrameRate(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetGovLength(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetInProtocol(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetLatitude(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetLongitude(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetModifyTime(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetOSDTimeEnable(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetOSDTimeType(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetOSDTimeX(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetOSDTimeY(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetParentDeviceId(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetPassword(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetServerId(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetServerIp(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetServerPort(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetServerRealm(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetStreamAction(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetStreamStatus(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetVap(v string) *DescribeIpcsResponseBodyDataRecords + func (s *DescribeIpcsResponseBodyDataRecords) SetVendor(v string) *DescribeIpcsResponseBodyDataRecords + func (s DescribeIpcsResponseBodyDataRecords) GoString() string + func (s DescribeIpcsResponseBodyDataRecords) String() string + type DescribeModelServiceListRequest struct + AlgorithmCode *string + IncludeDeleted *bool + ModelServiceName *string + PageNum *int32 + PageSize *int32 + func (s *DescribeModelServiceListRequest) SetAlgorithmCode(v string) *DescribeModelServiceListRequest + func (s *DescribeModelServiceListRequest) SetIncludeDeleted(v bool) *DescribeModelServiceListRequest + func (s *DescribeModelServiceListRequest) SetModelServiceName(v string) *DescribeModelServiceListRequest + func (s *DescribeModelServiceListRequest) SetPageNum(v int32) *DescribeModelServiceListRequest + func (s *DescribeModelServiceListRequest) SetPageSize(v int32) *DescribeModelServiceListRequest + func (s DescribeModelServiceListRequest) GoString() string + func (s DescribeModelServiceListRequest) String() string + type DescribeModelServiceListResponse struct + Body *DescribeModelServiceListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeModelServiceListResponse) SetBody(v *DescribeModelServiceListResponseBody) *DescribeModelServiceListResponse + func (s *DescribeModelServiceListResponse) SetHeaders(v map[string]*string) *DescribeModelServiceListResponse + func (s *DescribeModelServiceListResponse) SetStatusCode(v int32) *DescribeModelServiceListResponse + func (s DescribeModelServiceListResponse) GoString() string + func (s DescribeModelServiceListResponse) String() string + type DescribeModelServiceListResponseBody struct + Code *string + Data *DescribeModelServiceListResponseBodyData + Message *string + RequestId *string + func (s *DescribeModelServiceListResponseBody) SetCode(v string) *DescribeModelServiceListResponseBody + func (s *DescribeModelServiceListResponseBody) SetData(v *DescribeModelServiceListResponseBodyData) *DescribeModelServiceListResponseBody + func (s *DescribeModelServiceListResponseBody) SetMessage(v string) *DescribeModelServiceListResponseBody + func (s *DescribeModelServiceListResponseBody) SetRequestId(v string) *DescribeModelServiceListResponseBody + func (s DescribeModelServiceListResponseBody) GoString() string + func (s DescribeModelServiceListResponseBody) String() string + type DescribeModelServiceListResponseBodyData struct + ModelList []*DescribeModelServiceListResponseBodyDataModelList + Total *string + func (s *DescribeModelServiceListResponseBodyData) SetModelList(v []*DescribeModelServiceListResponseBodyDataModelList) *DescribeModelServiceListResponseBodyData + func (s *DescribeModelServiceListResponseBodyData) SetTotal(v string) *DescribeModelServiceListResponseBodyData + func (s DescribeModelServiceListResponseBodyData) GoString() string + func (s DescribeModelServiceListResponseBodyData) String() string + type DescribeModelServiceListResponseBodyDataModelList struct + AlgorithmCode *string + AppCode *string + CreateTime *string + ModelServiceInstanceId *string + ModelServiceName *string + ModelServiceStatus *string + QpsRequired *int32 + func (s *DescribeModelServiceListResponseBodyDataModelList) SetAlgorithmCode(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetAppCode(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetCreateTime(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetModelServiceInstanceId(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetModelServiceName(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetModelServiceStatus(v string) *DescribeModelServiceListResponseBodyDataModelList + func (s *DescribeModelServiceListResponseBodyDataModelList) SetQpsRequired(v int32) *DescribeModelServiceListResponseBodyDataModelList + func (s DescribeModelServiceListResponseBodyDataModelList) GoString() string + func (s DescribeModelServiceListResponseBodyDataModelList) String() string + type DescribeModelServiceRequest struct + ModelServiceId *string + func (s *DescribeModelServiceRequest) SetModelServiceId(v string) *DescribeModelServiceRequest + func (s DescribeModelServiceRequest) GoString() string + func (s DescribeModelServiceRequest) String() string + type DescribeModelServiceResponse struct + Body *DescribeModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeModelServiceResponse) SetBody(v *DescribeModelServiceResponseBody) *DescribeModelServiceResponse + func (s *DescribeModelServiceResponse) SetHeaders(v map[string]*string) *DescribeModelServiceResponse + func (s *DescribeModelServiceResponse) SetStatusCode(v int32) *DescribeModelServiceResponse + func (s DescribeModelServiceResponse) GoString() string + func (s DescribeModelServiceResponse) String() string + type DescribeModelServiceResponseBody struct + Code *string + Data *DescribeModelServiceResponseBodyData + Message *string + RequestId *string + func (s *DescribeModelServiceResponseBody) SetCode(v string) *DescribeModelServiceResponseBody + func (s *DescribeModelServiceResponseBody) SetData(v *DescribeModelServiceResponseBodyData) *DescribeModelServiceResponseBody + func (s *DescribeModelServiceResponseBody) SetMessage(v string) *DescribeModelServiceResponseBody + func (s *DescribeModelServiceResponseBody) SetRequestId(v string) *DescribeModelServiceResponseBody + func (s DescribeModelServiceResponseBody) GoString() string + func (s DescribeModelServiceResponseBody) String() string + type DescribeModelServiceResponseBodyData struct + AlgorithmCode *string + AppCode *string + CreateTime *string + ModelApiList []*DescribeModelServiceResponseBodyDataModelApiList + ModelServiceInstanceId *string + ModelServiceInstanceName *string + ModelServiceStatus *string + Qps *int64 + func (s *DescribeModelServiceResponseBodyData) SetAlgorithmCode(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetAppCode(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetCreateTime(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetModelApiList(v []*DescribeModelServiceResponseBodyDataModelApiList) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetModelServiceInstanceName(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetModelServiceStatus(v string) *DescribeModelServiceResponseBodyData + func (s *DescribeModelServiceResponseBodyData) SetQps(v int64) *DescribeModelServiceResponseBodyData + func (s DescribeModelServiceResponseBodyData) GoString() string + func (s DescribeModelServiceResponseBodyData) String() string + type DescribeModelServiceResponseBodyDataModelApiList struct + AlgorithmApiCode *string + ApiId *string + ApiName *string + ApiPath *string + CreateTime *string + func (s *DescribeModelServiceResponseBodyDataModelApiList) SetAlgorithmApiCode(v string) *DescribeModelServiceResponseBodyDataModelApiList + func (s *DescribeModelServiceResponseBodyDataModelApiList) SetApiId(v string) *DescribeModelServiceResponseBodyDataModelApiList + func (s *DescribeModelServiceResponseBodyDataModelApiList) SetApiName(v string) *DescribeModelServiceResponseBodyDataModelApiList + func (s *DescribeModelServiceResponseBodyDataModelApiList) SetApiPath(v string) *DescribeModelServiceResponseBodyDataModelApiList + func (s *DescribeModelServiceResponseBodyDataModelApiList) SetCreateTime(v string) *DescribeModelServiceResponseBodyDataModelApiList + func (s DescribeModelServiceResponseBodyDataModelApiList) GoString() string + func (s DescribeModelServiceResponseBodyDataModelApiList) String() string + type DescribeNvrDevicesRequest struct + CorpIdList *string + DeviceFilter *string + NvrDeviceIdList *string + PageNum *int64 + PageSize *int64 + func (s *DescribeNvrDevicesRequest) SetCorpIdList(v string) *DescribeNvrDevicesRequest + func (s *DescribeNvrDevicesRequest) SetDeviceFilter(v string) *DescribeNvrDevicesRequest + func (s *DescribeNvrDevicesRequest) SetNvrDeviceIdList(v string) *DescribeNvrDevicesRequest + func (s *DescribeNvrDevicesRequest) SetPageNum(v int64) *DescribeNvrDevicesRequest + func (s *DescribeNvrDevicesRequest) SetPageSize(v int64) *DescribeNvrDevicesRequest + func (s DescribeNvrDevicesRequest) GoString() string + func (s DescribeNvrDevicesRequest) String() string + type DescribeNvrDevicesResponse struct + Body *DescribeNvrDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeNvrDevicesResponse) SetBody(v *DescribeNvrDevicesResponseBody) *DescribeNvrDevicesResponse + func (s *DescribeNvrDevicesResponse) SetHeaders(v map[string]*string) *DescribeNvrDevicesResponse + func (s *DescribeNvrDevicesResponse) SetStatusCode(v int32) *DescribeNvrDevicesResponse + func (s DescribeNvrDevicesResponse) GoString() string + func (s DescribeNvrDevicesResponse) String() string + type DescribeNvrDevicesResponseBody struct + Code *string + Data *DescribeNvrDevicesResponseBodyData + Message *string + RequestId *string + func (s *DescribeNvrDevicesResponseBody) SetCode(v string) *DescribeNvrDevicesResponseBody + func (s *DescribeNvrDevicesResponseBody) SetData(v *DescribeNvrDevicesResponseBodyData) *DescribeNvrDevicesResponseBody + func (s *DescribeNvrDevicesResponseBody) SetMessage(v string) *DescribeNvrDevicesResponseBody + func (s *DescribeNvrDevicesResponseBody) SetRequestId(v string) *DescribeNvrDevicesResponseBody + func (s DescribeNvrDevicesResponseBody) GoString() string + func (s DescribeNvrDevicesResponseBody) String() string + type DescribeNvrDevicesResponseBodyData struct + PageNum *int64 + PageSize *int64 + Records []*DescribeNvrDevicesResponseBodyDataRecords + TotalCount *int64 + TotalPage *int64 + func (s *DescribeNvrDevicesResponseBodyData) SetPageNum(v int64) *DescribeNvrDevicesResponseBodyData + func (s *DescribeNvrDevicesResponseBodyData) SetPageSize(v int64) *DescribeNvrDevicesResponseBodyData + func (s *DescribeNvrDevicesResponseBodyData) SetRecords(v []*DescribeNvrDevicesResponseBodyDataRecords) *DescribeNvrDevicesResponseBodyData + func (s *DescribeNvrDevicesResponseBodyData) SetTotalCount(v int64) *DescribeNvrDevicesResponseBodyData + func (s *DescribeNvrDevicesResponseBodyData) SetTotalPage(v int64) *DescribeNvrDevicesResponseBodyData + func (s DescribeNvrDevicesResponseBodyData) GoString() string + func (s DescribeNvrDevicesResponseBodyData) String() string + type DescribeNvrDevicesResponseBodyDataRecords struct + Channel *string + CorpId *string + CreateTime *string + DatasourceType *string + DeviceId *string + DeviceModel *string + DeviceName *string + DeviceSn *string + DeviceStatus *string + DeviceType *string + ModifyTime *string + ProjectName *string + RegionName *string + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetChannel(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetCorpId(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetCreateTime(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDatasourceType(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceId(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceModel(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceName(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceSn(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceStatus(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetDeviceType(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetModifyTime(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetProjectName(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s *DescribeNvrDevicesResponseBodyDataRecords) SetRegionName(v string) *DescribeNvrDevicesResponseBodyDataRecords + func (s DescribeNvrDevicesResponseBodyDataRecords) GoString() string + func (s DescribeNvrDevicesResponseBodyDataRecords) String() string + type DescribeNvrsRequest struct + CorpIdList *string + DeviceFilter *string + NvrDeviceIdList *string + PageNum *int64 + PageSize *int64 + func (s *DescribeNvrsRequest) SetCorpIdList(v string) *DescribeNvrsRequest + func (s *DescribeNvrsRequest) SetDeviceFilter(v string) *DescribeNvrsRequest + func (s *DescribeNvrsRequest) SetNvrDeviceIdList(v string) *DescribeNvrsRequest + func (s *DescribeNvrsRequest) SetPageNum(v int64) *DescribeNvrsRequest + func (s *DescribeNvrsRequest) SetPageSize(v int64) *DescribeNvrsRequest + func (s DescribeNvrsRequest) GoString() string + func (s DescribeNvrsRequest) String() string + type DescribeNvrsResponse struct + Body *DescribeNvrsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeNvrsResponse) SetBody(v *DescribeNvrsResponseBody) *DescribeNvrsResponse + func (s *DescribeNvrsResponse) SetHeaders(v map[string]*string) *DescribeNvrsResponse + func (s *DescribeNvrsResponse) SetStatusCode(v int32) *DescribeNvrsResponse + func (s DescribeNvrsResponse) GoString() string + func (s DescribeNvrsResponse) String() string + type DescribeNvrsResponseBody struct + Code *string + Data *DescribeNvrsResponseBodyData + Message *string + RequestId *string + func (s *DescribeNvrsResponseBody) SetCode(v string) *DescribeNvrsResponseBody + func (s *DescribeNvrsResponseBody) SetData(v *DescribeNvrsResponseBodyData) *DescribeNvrsResponseBody + func (s *DescribeNvrsResponseBody) SetMessage(v string) *DescribeNvrsResponseBody + func (s *DescribeNvrsResponseBody) SetRequestId(v string) *DescribeNvrsResponseBody + func (s DescribeNvrsResponseBody) GoString() string + func (s DescribeNvrsResponseBody) String() string + type DescribeNvrsResponseBodyData struct + PageNum *int64 + PageSize *int64 + Records []*DescribeNvrsResponseBodyDataRecords + TotalCount *int64 + TotalPage *int64 + func (s *DescribeNvrsResponseBodyData) SetPageNum(v int64) *DescribeNvrsResponseBodyData + func (s *DescribeNvrsResponseBodyData) SetPageSize(v int64) *DescribeNvrsResponseBodyData + func (s *DescribeNvrsResponseBodyData) SetRecords(v []*DescribeNvrsResponseBodyDataRecords) *DescribeNvrsResponseBodyData + func (s *DescribeNvrsResponseBodyData) SetTotalCount(v int64) *DescribeNvrsResponseBodyData + func (s *DescribeNvrsResponseBodyData) SetTotalPage(v int64) *DescribeNvrsResponseBodyData + func (s DescribeNvrsResponseBodyData) GoString() string + func (s DescribeNvrsResponseBodyData) String() string + type DescribeNvrsResponseBodyDataRecords struct + CorpId *string + CreateTime *string + DatasourceType *string + DeviceAddress *string + DeviceId *string + DeviceModel *string + DeviceName *string + DeviceSn *string + DeviceStatus *string + DeviceType *string + InProtocol *string + Latitude *string + Longitude *string + ModifyTime *string + Password *string + ServerId *string + ServerIp *string + ServerPort *string + ServerRealm *string + SubDeviceCount *string + SubDeviceInfo []*DescribeNvrsResponseBodyDataRecordsSubDeviceInfo + Vendor *string + func (s *DescribeNvrsResponseBodyDataRecords) SetCorpId(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetCreateTime(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDatasourceType(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceAddress(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceId(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceModel(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceName(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceSn(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceStatus(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetDeviceType(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetInProtocol(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetLatitude(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetLongitude(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetModifyTime(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetPassword(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetServerId(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetServerIp(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetServerPort(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetServerRealm(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetSubDeviceCount(v string) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetSubDeviceInfo(v []*DescribeNvrsResponseBodyDataRecordsSubDeviceInfo) *DescribeNvrsResponseBodyDataRecords + func (s *DescribeNvrsResponseBodyDataRecords) SetVendor(v string) *DescribeNvrsResponseBodyDataRecords + func (s DescribeNvrsResponseBodyDataRecords) GoString() string + func (s DescribeNvrsResponseBodyDataRecords) String() string + type DescribeNvrsResponseBodyDataRecordsSubDeviceInfo struct + SubDeviceId *string + func (s *DescribeNvrsResponseBodyDataRecordsSubDeviceInfo) SetSubDeviceId(v string) *DescribeNvrsResponseBodyDataRecordsSubDeviceInfo + func (s DescribeNvrsResponseBodyDataRecordsSubDeviceInfo) GoString() string + func (s DescribeNvrsResponseBodyDataRecordsSubDeviceInfo) String() string + type DescribeSearchItemsRequest struct + PageNumber *string + PageSize *string + SearchItemIds *string + SearchTableId *string + func (s *DescribeSearchItemsRequest) SetPageNumber(v string) *DescribeSearchItemsRequest + func (s *DescribeSearchItemsRequest) SetPageSize(v string) *DescribeSearchItemsRequest + func (s *DescribeSearchItemsRequest) SetSearchItemIds(v string) *DescribeSearchItemsRequest + func (s *DescribeSearchItemsRequest) SetSearchTableId(v string) *DescribeSearchItemsRequest + func (s DescribeSearchItemsRequest) GoString() string + func (s DescribeSearchItemsRequest) String() string + type DescribeSearchItemsResponse struct + Body *DescribeSearchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeSearchItemsResponse) SetBody(v *DescribeSearchItemsResponseBody) *DescribeSearchItemsResponse + func (s *DescribeSearchItemsResponse) SetHeaders(v map[string]*string) *DescribeSearchItemsResponse + func (s *DescribeSearchItemsResponse) SetStatusCode(v int32) *DescribeSearchItemsResponse + func (s DescribeSearchItemsResponse) GoString() string + func (s DescribeSearchItemsResponse) String() string + type DescribeSearchItemsResponseBody struct + Code *string + Data *DescribeSearchItemsResponseBodyData + Message *string + RequestId *string + Success *string + func (s *DescribeSearchItemsResponseBody) SetCode(v string) *DescribeSearchItemsResponseBody + func (s *DescribeSearchItemsResponseBody) SetData(v *DescribeSearchItemsResponseBodyData) *DescribeSearchItemsResponseBody + func (s *DescribeSearchItemsResponseBody) SetMessage(v string) *DescribeSearchItemsResponseBody + func (s *DescribeSearchItemsResponseBody) SetRequestId(v string) *DescribeSearchItemsResponseBody + func (s *DescribeSearchItemsResponseBody) SetSuccess(v string) *DescribeSearchItemsResponseBody + func (s DescribeSearchItemsResponseBody) GoString() string + func (s DescribeSearchItemsResponseBody) String() string + type DescribeSearchItemsResponseBodyData struct + PageNumber *string + PageSize *string + Records []*DescribeSearchItemsResponseBodyDataRecords + TotalCount *string + func (s *DescribeSearchItemsResponseBodyData) SetPageNumber(v string) *DescribeSearchItemsResponseBodyData + func (s *DescribeSearchItemsResponseBodyData) SetPageSize(v string) *DescribeSearchItemsResponseBodyData + func (s *DescribeSearchItemsResponseBodyData) SetRecords(v []*DescribeSearchItemsResponseBodyDataRecords) *DescribeSearchItemsResponseBodyData + func (s *DescribeSearchItemsResponseBodyData) SetTotalCount(v string) *DescribeSearchItemsResponseBodyData + func (s DescribeSearchItemsResponseBodyData) GoString() string + func (s DescribeSearchItemsResponseBodyData) String() string + type DescribeSearchItemsResponseBodyDataRecords struct + ItemImageUrl *string + SearchItemId *string + SearchItemName *string + func (s *DescribeSearchItemsResponseBodyDataRecords) SetItemImageUrl(v string) *DescribeSearchItemsResponseBodyDataRecords + func (s *DescribeSearchItemsResponseBodyDataRecords) SetSearchItemId(v string) *DescribeSearchItemsResponseBodyDataRecords + func (s *DescribeSearchItemsResponseBodyDataRecords) SetSearchItemName(v string) *DescribeSearchItemsResponseBodyDataRecords + func (s DescribeSearchItemsResponseBodyDataRecords) GoString() string + func (s DescribeSearchItemsResponseBodyDataRecords) String() string + type DescribeSearchTablesRequest struct + PageNumber *int64 + PageSize *int64 + SearchTableIds *string + func (s *DescribeSearchTablesRequest) SetPageNumber(v int64) *DescribeSearchTablesRequest + func (s *DescribeSearchTablesRequest) SetPageSize(v int64) *DescribeSearchTablesRequest + func (s *DescribeSearchTablesRequest) SetSearchTableIds(v string) *DescribeSearchTablesRequest + func (s DescribeSearchTablesRequest) GoString() string + func (s DescribeSearchTablesRequest) String() string + type DescribeSearchTablesResponse struct + Body *DescribeSearchTablesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeSearchTablesResponse) SetBody(v *DescribeSearchTablesResponseBody) *DescribeSearchTablesResponse + func (s *DescribeSearchTablesResponse) SetHeaders(v map[string]*string) *DescribeSearchTablesResponse + func (s *DescribeSearchTablesResponse) SetStatusCode(v int32) *DescribeSearchTablesResponse + func (s DescribeSearchTablesResponse) GoString() string + func (s DescribeSearchTablesResponse) String() string + type DescribeSearchTablesResponseBody struct + Code *string + Data *DescribeSearchTablesResponseBodyData + Message *string + RequestId *string + Success *string + func (s *DescribeSearchTablesResponseBody) SetCode(v string) *DescribeSearchTablesResponseBody + func (s *DescribeSearchTablesResponseBody) SetData(v *DescribeSearchTablesResponseBodyData) *DescribeSearchTablesResponseBody + func (s *DescribeSearchTablesResponseBody) SetMessage(v string) *DescribeSearchTablesResponseBody + func (s *DescribeSearchTablesResponseBody) SetRequestId(v string) *DescribeSearchTablesResponseBody + func (s *DescribeSearchTablesResponseBody) SetSuccess(v string) *DescribeSearchTablesResponseBody + func (s DescribeSearchTablesResponseBody) GoString() string + func (s DescribeSearchTablesResponseBody) String() string + type DescribeSearchTablesResponseBodyData struct + PageNumbei *int64 + PageSize *int64 + Records []*DescribeSearchTablesResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeSearchTablesResponseBodyData) SetPageNumbei(v int64) *DescribeSearchTablesResponseBodyData + func (s *DescribeSearchTablesResponseBodyData) SetPageSize(v int64) *DescribeSearchTablesResponseBodyData + func (s *DescribeSearchTablesResponseBodyData) SetRecords(v []*DescribeSearchTablesResponseBodyDataRecords) *DescribeSearchTablesResponseBodyData + func (s *DescribeSearchTablesResponseBodyData) SetTotalCount(v int64) *DescribeSearchTablesResponseBodyData + func (s DescribeSearchTablesResponseBodyData) GoString() string + func (s DescribeSearchTablesResponseBodyData) String() string + type DescribeSearchTablesResponseBodyDataRecords struct + AlgorithmId *string + SearchTableId *string + SearchTableName *string + TargetType *string + func (s *DescribeSearchTablesResponseBodyDataRecords) SetAlgorithmId(v string) *DescribeSearchTablesResponseBodyDataRecords + func (s *DescribeSearchTablesResponseBodyDataRecords) SetSearchTableId(v string) *DescribeSearchTablesResponseBodyDataRecords + func (s *DescribeSearchTablesResponseBodyDataRecords) SetSearchTableName(v string) *DescribeSearchTablesResponseBodyDataRecords + func (s *DescribeSearchTablesResponseBodyDataRecords) SetTargetType(v string) *DescribeSearchTablesResponseBodyDataRecords + func (s DescribeSearchTablesResponseBodyDataRecords) GoString() string + func (s DescribeSearchTablesResponseBodyDataRecords) String() string + type DescribeWatchItemsRequest struct + PageNumber *int64 + PageSize *int64 + WatchItemIds *string + WatchPolicyId *string + func (s *DescribeWatchItemsRequest) SetPageNumber(v int64) *DescribeWatchItemsRequest + func (s *DescribeWatchItemsRequest) SetPageSize(v int64) *DescribeWatchItemsRequest + func (s *DescribeWatchItemsRequest) SetWatchItemIds(v string) *DescribeWatchItemsRequest + func (s *DescribeWatchItemsRequest) SetWatchPolicyId(v string) *DescribeWatchItemsRequest + func (s DescribeWatchItemsRequest) GoString() string + func (s DescribeWatchItemsRequest) String() string + type DescribeWatchItemsResponse struct + Body *DescribeWatchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeWatchItemsResponse) SetBody(v *DescribeWatchItemsResponseBody) *DescribeWatchItemsResponse + func (s *DescribeWatchItemsResponse) SetHeaders(v map[string]*string) *DescribeWatchItemsResponse + func (s *DescribeWatchItemsResponse) SetStatusCode(v int32) *DescribeWatchItemsResponse + func (s DescribeWatchItemsResponse) GoString() string + func (s DescribeWatchItemsResponse) String() string + type DescribeWatchItemsResponseBody struct + Code *string + Data *DescribeWatchItemsResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *DescribeWatchItemsResponseBody) SetCode(v string) *DescribeWatchItemsResponseBody + func (s *DescribeWatchItemsResponseBody) SetData(v *DescribeWatchItemsResponseBodyData) *DescribeWatchItemsResponseBody + func (s *DescribeWatchItemsResponseBody) SetMessage(v string) *DescribeWatchItemsResponseBody + func (s *DescribeWatchItemsResponseBody) SetRequestId(v string) *DescribeWatchItemsResponseBody + func (s *DescribeWatchItemsResponseBody) SetSuccess(v bool) *DescribeWatchItemsResponseBody + func (s DescribeWatchItemsResponseBody) GoString() string + func (s DescribeWatchItemsResponseBody) String() string + type DescribeWatchItemsResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*DescribeWatchItemsResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeWatchItemsResponseBodyData) SetPageNumber(v int64) *DescribeWatchItemsResponseBodyData + func (s *DescribeWatchItemsResponseBodyData) SetPageSize(v int64) *DescribeWatchItemsResponseBodyData + func (s *DescribeWatchItemsResponseBodyData) SetRecords(v []*DescribeWatchItemsResponseBodyDataRecords) *DescribeWatchItemsResponseBodyData + func (s *DescribeWatchItemsResponseBodyData) SetTotalCount(v int64) *DescribeWatchItemsResponseBodyData + func (s DescribeWatchItemsResponseBodyData) GoString() string + func (s DescribeWatchItemsResponseBodyData) String() string + type DescribeWatchItemsResponseBodyDataRecords struct + ItemAttributes *string + ItemImageUrl *string + WatchItemId *string + WatchItemName *string + func (s *DescribeWatchItemsResponseBodyDataRecords) SetItemAttributes(v string) *DescribeWatchItemsResponseBodyDataRecords + func (s *DescribeWatchItemsResponseBodyDataRecords) SetItemImageUrl(v string) *DescribeWatchItemsResponseBodyDataRecords + func (s *DescribeWatchItemsResponseBodyDataRecords) SetWatchItemId(v string) *DescribeWatchItemsResponseBodyDataRecords + func (s *DescribeWatchItemsResponseBodyDataRecords) SetWatchItemName(v string) *DescribeWatchItemsResponseBodyDataRecords + func (s DescribeWatchItemsResponseBodyDataRecords) GoString() string + func (s DescribeWatchItemsResponseBodyDataRecords) String() string + type DescribeWatchPoliciesRequest struct + PageNumber *int64 + PageSize *int64 + WatchPolicyIds *string + func (s *DescribeWatchPoliciesRequest) SetPageNumber(v int64) *DescribeWatchPoliciesRequest + func (s *DescribeWatchPoliciesRequest) SetPageSize(v int64) *DescribeWatchPoliciesRequest + func (s *DescribeWatchPoliciesRequest) SetWatchPolicyIds(v string) *DescribeWatchPoliciesRequest + func (s DescribeWatchPoliciesRequest) GoString() string + func (s DescribeWatchPoliciesRequest) String() string + type DescribeWatchPoliciesResponse struct + Body *DescribeWatchPoliciesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeWatchPoliciesResponse) SetBody(v *DescribeWatchPoliciesResponseBody) *DescribeWatchPoliciesResponse + func (s *DescribeWatchPoliciesResponse) SetHeaders(v map[string]*string) *DescribeWatchPoliciesResponse + func (s *DescribeWatchPoliciesResponse) SetStatusCode(v int32) *DescribeWatchPoliciesResponse + func (s DescribeWatchPoliciesResponse) GoString() string + func (s DescribeWatchPoliciesResponse) String() string + type DescribeWatchPoliciesResponseBody struct + Code *string + Data *DescribeWatchPoliciesResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *DescribeWatchPoliciesResponseBody) SetCode(v string) *DescribeWatchPoliciesResponseBody + func (s *DescribeWatchPoliciesResponseBody) SetData(v *DescribeWatchPoliciesResponseBodyData) *DescribeWatchPoliciesResponseBody + func (s *DescribeWatchPoliciesResponseBody) SetMessage(v string) *DescribeWatchPoliciesResponseBody + func (s *DescribeWatchPoliciesResponseBody) SetRequestId(v string) *DescribeWatchPoliciesResponseBody + func (s *DescribeWatchPoliciesResponseBody) SetSuccess(v bool) *DescribeWatchPoliciesResponseBody + func (s DescribeWatchPoliciesResponseBody) GoString() string + func (s DescribeWatchPoliciesResponseBody) String() string + type DescribeWatchPoliciesResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*DescribeWatchPoliciesResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeWatchPoliciesResponseBodyData) SetPageNumber(v int64) *DescribeWatchPoliciesResponseBodyData + func (s *DescribeWatchPoliciesResponseBodyData) SetPageSize(v int64) *DescribeWatchPoliciesResponseBodyData + func (s *DescribeWatchPoliciesResponseBodyData) SetRecords(v []*DescribeWatchPoliciesResponseBodyDataRecords) *DescribeWatchPoliciesResponseBodyData + func (s *DescribeWatchPoliciesResponseBodyData) SetTotalCount(v int64) *DescribeWatchPoliciesResponseBodyData + func (s DescribeWatchPoliciesResponseBodyData) GoString() string + func (s DescribeWatchPoliciesResponseBodyData) String() string + type DescribeWatchPoliciesResponseBodyDataRecords struct + ItemMatchType *string + SimilarityThreshold *float64 + TargetType *string + WatchMode *string + WatchPolicyId *string + WatchPolicyName *string + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetItemMatchType(v string) *DescribeWatchPoliciesResponseBodyDataRecords + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetSimilarityThreshold(v float64) *DescribeWatchPoliciesResponseBodyDataRecords + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetTargetType(v string) *DescribeWatchPoliciesResponseBodyDataRecords + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetWatchMode(v string) *DescribeWatchPoliciesResponseBodyDataRecords + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetWatchPolicyId(v string) *DescribeWatchPoliciesResponseBodyDataRecords + func (s *DescribeWatchPoliciesResponseBodyDataRecords) SetWatchPolicyName(v string) *DescribeWatchPoliciesResponseBodyDataRecords + func (s DescribeWatchPoliciesResponseBodyDataRecords) GoString() string + func (s DescribeWatchPoliciesResponseBodyDataRecords) String() string + type DescribeWatchTasksRequest struct + PageNumber *int64 + PageSize *int64 + WatchTaskIds *string + func (s *DescribeWatchTasksRequest) SetPageNumber(v int64) *DescribeWatchTasksRequest + func (s *DescribeWatchTasksRequest) SetPageSize(v int64) *DescribeWatchTasksRequest + func (s *DescribeWatchTasksRequest) SetWatchTaskIds(v string) *DescribeWatchTasksRequest + func (s DescribeWatchTasksRequest) GoString() string + func (s DescribeWatchTasksRequest) String() string + type DescribeWatchTasksResponse struct + Body *DescribeWatchTasksResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeWatchTasksResponse) SetBody(v *DescribeWatchTasksResponseBody) *DescribeWatchTasksResponse + func (s *DescribeWatchTasksResponse) SetHeaders(v map[string]*string) *DescribeWatchTasksResponse + func (s *DescribeWatchTasksResponse) SetStatusCode(v int32) *DescribeWatchTasksResponse + func (s DescribeWatchTasksResponse) GoString() string + func (s DescribeWatchTasksResponse) String() string + type DescribeWatchTasksResponseBody struct + Code *string + Data *DescribeWatchTasksResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *DescribeWatchTasksResponseBody) SetCode(v string) *DescribeWatchTasksResponseBody + func (s *DescribeWatchTasksResponseBody) SetData(v *DescribeWatchTasksResponseBodyData) *DescribeWatchTasksResponseBody + func (s *DescribeWatchTasksResponseBody) SetMessage(v string) *DescribeWatchTasksResponseBody + func (s *DescribeWatchTasksResponseBody) SetRequestId(v string) *DescribeWatchTasksResponseBody + func (s *DescribeWatchTasksResponseBody) SetSuccess(v bool) *DescribeWatchTasksResponseBody + func (s DescribeWatchTasksResponseBody) GoString() string + func (s DescribeWatchTasksResponseBody) String() string + type DescribeWatchTasksResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*DescribeWatchTasksResponseBodyDataRecords + TotalCount *int64 + func (s *DescribeWatchTasksResponseBodyData) SetPageNumber(v int64) *DescribeWatchTasksResponseBodyData + func (s *DescribeWatchTasksResponseBodyData) SetPageSize(v int64) *DescribeWatchTasksResponseBodyData + func (s *DescribeWatchTasksResponseBodyData) SetRecords(v []*DescribeWatchTasksResponseBodyDataRecords) *DescribeWatchTasksResponseBodyData + func (s *DescribeWatchTasksResponseBodyData) SetTotalCount(v int64) *DescribeWatchTasksResponseBodyData + func (s DescribeWatchTasksResponseBodyData) GoString() string + func (s DescribeWatchTasksResponseBodyData) String() string + type DescribeWatchTasksResponseBodyDataRecords struct + CorpId *string + Description *string + DeviceList *string + MessageReceiver *string + ScheduleCycleDates *string + ScheduleTimes *string + ScheduleType *string + TaskName *string + WatchPolicyIds *string + WatchTaskId *string + func (s *DescribeWatchTasksResponseBodyDataRecords) SetCorpId(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetDescription(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetDeviceList(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetMessageReceiver(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetScheduleCycleDates(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetScheduleTimes(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetScheduleType(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetTaskName(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetWatchPolicyIds(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s *DescribeWatchTasksResponseBodyDataRecords) SetWatchTaskId(v string) *DescribeWatchTasksResponseBodyDataRecords + func (s DescribeWatchTasksResponseBodyDataRecords) GoString() string + func (s DescribeWatchTasksResponseBodyDataRecords) String() string + type DescribesDoubleVerificationGroupsRequest struct + DoubleVerificationGroupIds *string + Id *string + PageNum *int64 + PageSize *int64 + func (s *DescribesDoubleVerificationGroupsRequest) SetDoubleVerificationGroupIds(v string) *DescribesDoubleVerificationGroupsRequest + func (s *DescribesDoubleVerificationGroupsRequest) SetId(v string) *DescribesDoubleVerificationGroupsRequest + func (s *DescribesDoubleVerificationGroupsRequest) SetPageNum(v int64) *DescribesDoubleVerificationGroupsRequest + func (s *DescribesDoubleVerificationGroupsRequest) SetPageSize(v int64) *DescribesDoubleVerificationGroupsRequest + func (s DescribesDoubleVerificationGroupsRequest) GoString() string + func (s DescribesDoubleVerificationGroupsRequest) String() string + type DescribesDoubleVerificationGroupsResponse struct + Body *DescribesDoubleVerificationGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribesDoubleVerificationGroupsResponse) SetBody(v *DescribesDoubleVerificationGroupsResponseBody) *DescribesDoubleVerificationGroupsResponse + func (s *DescribesDoubleVerificationGroupsResponse) SetHeaders(v map[string]*string) *DescribesDoubleVerificationGroupsResponse + func (s *DescribesDoubleVerificationGroupsResponse) SetStatusCode(v int32) *DescribesDoubleVerificationGroupsResponse + func (s DescribesDoubleVerificationGroupsResponse) GoString() string + func (s DescribesDoubleVerificationGroupsResponse) String() string + type DescribesDoubleVerificationGroupsResponseBody struct + Code *string + DoubleVerificationGroups *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups + Message *string + RequestId *string + func (s *DescribesDoubleVerificationGroupsResponseBody) SetCode(v string) *DescribesDoubleVerificationGroupsResponseBody + func (s *DescribesDoubleVerificationGroupsResponseBody) SetDoubleVerificationGroups(v *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) *DescribesDoubleVerificationGroupsResponseBody + func (s *DescribesDoubleVerificationGroupsResponseBody) SetMessage(v string) *DescribesDoubleVerificationGroupsResponseBody + func (s *DescribesDoubleVerificationGroupsResponseBody) SetRequestId(v string) *DescribesDoubleVerificationGroupsResponseBody + func (s DescribesDoubleVerificationGroupsResponseBody) GoString() string + func (s DescribesDoubleVerificationGroupsResponseBody) String() string + type DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups struct + DoubleVerificationGroupList []*DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList + PageNum *int64 + PageSize *int64 + TotalNum *int64 + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) SetDoubleVerificationGroupList(...) *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) SetPageNum(v int64) *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) SetPageSize(v int64) *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) SetTotalNum(v int64) *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) GoString() string + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroups) String() string + type DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList struct + DeviceId *string + Enabled *string + GroupId *string + Interval *int64 + LastChange *string + MemberNumber *int64 + PersonIdList []*DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetDeviceId(v string) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetEnabled(v string) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetGroupId(v string) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetInterval(v int64) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetLastChange(v string) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetMemberNumber(v int64) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) SetPersonIdList(...) ... + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) GoString() string + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupList) String() string + type DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList struct + PersonId *string + PersonTableId *string + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList) SetPersonId(v string) ... + func (s *DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList) SetPersonTableId(v string) ... + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList) GoString() string + func (s DescribesDoubleVerificationGroupsResponseBodyDoubleVerificationGroupsDoubleVerificationGroupListPersonIdList) String() string + type GetAiotStorageInfoResponse struct + Body *GetAiotStorageInfoResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetAiotStorageInfoResponse) SetBody(v *GetAiotStorageInfoResponseBody) *GetAiotStorageInfoResponse + func (s *GetAiotStorageInfoResponse) SetHeaders(v map[string]*string) *GetAiotStorageInfoResponse + func (s *GetAiotStorageInfoResponse) SetStatusCode(v int32) *GetAiotStorageInfoResponse + func (s GetAiotStorageInfoResponse) GoString() string + func (s GetAiotStorageInfoResponse) String() string + type GetAiotStorageInfoResponseBody struct + AiotStorageInfo *GetAiotStorageInfoResponseBodyAiotStorageInfo + Code *string + Message *string + RequestId *string + func (s *GetAiotStorageInfoResponseBody) SetAiotStorageInfo(v *GetAiotStorageInfoResponseBodyAiotStorageInfo) *GetAiotStorageInfoResponseBody + func (s *GetAiotStorageInfoResponseBody) SetCode(v string) *GetAiotStorageInfoResponseBody + func (s *GetAiotStorageInfoResponseBody) SetMessage(v string) *GetAiotStorageInfoResponseBody + func (s *GetAiotStorageInfoResponseBody) SetRequestId(v string) *GetAiotStorageInfoResponseBody + func (s GetAiotStorageInfoResponseBody) GoString() string + func (s GetAiotStorageInfoResponseBody) String() string + type GetAiotStorageInfoResponseBodyAiotStorageInfo struct + EventAlarmMq *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + EventAlarmPictureStorage *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfo) SetEventAlarmMq(v *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) *GetAiotStorageInfoResponseBodyAiotStorageInfo + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfo) SetEventAlarmPictureStorage(v *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) *GetAiotStorageInfoResponseBodyAiotStorageInfo + func (s GetAiotStorageInfoResponseBodyAiotStorageInfo) GoString() string + func (s GetAiotStorageInfoResponseBodyAiotStorageInfo) String() string + type GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq struct + AlarmTopic *string + EventTopic *string + InstanceId *string + MqType *string + RamArnRole *string + RegionId *string + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetAlarmTopic(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetEventTopic(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetInstanceId(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetMqType(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetRamArnRole(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) SetRegionId(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq + func (s GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) GoString() string + func (s GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmMq) String() string + type GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage struct + Bucket *string + Endpoint *string + Path *string + Proxy *string + RamArnRole *string + StorageType *string + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetBucket(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetEndpoint(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetPath(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetProxy(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetRamArnRole(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) SetStorageType(v string) *GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage + func (s GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) GoString() string + func (s GetAiotStorageInfoResponseBodyAiotStorageInfoEventAlarmPictureStorage) String() string + type GetBodyOptionsRequest struct + CorpId *string + func (s *GetBodyOptionsRequest) SetCorpId(v string) *GetBodyOptionsRequest + func (s GetBodyOptionsRequest) GoString() string + func (s GetBodyOptionsRequest) String() string + type GetBodyOptionsResponse struct + Body *GetBodyOptionsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetBodyOptionsResponse) SetBody(v *GetBodyOptionsResponseBody) *GetBodyOptionsResponse + func (s *GetBodyOptionsResponse) SetHeaders(v map[string]*string) *GetBodyOptionsResponse + func (s *GetBodyOptionsResponse) SetStatusCode(v int32) *GetBodyOptionsResponse + func (s GetBodyOptionsResponse) GoString() string + func (s GetBodyOptionsResponse) String() string + type GetBodyOptionsResponseBody struct + Code *string + Data []*GetBodyOptionsResponseBodyData + Message *string + RequestId *string + func (s *GetBodyOptionsResponseBody) SetCode(v string) *GetBodyOptionsResponseBody + func (s *GetBodyOptionsResponseBody) SetData(v []*GetBodyOptionsResponseBodyData) *GetBodyOptionsResponseBody + func (s *GetBodyOptionsResponseBody) SetMessage(v string) *GetBodyOptionsResponseBody + func (s *GetBodyOptionsResponseBody) SetRequestId(v string) *GetBodyOptionsResponseBody + func (s GetBodyOptionsResponseBody) GoString() string + func (s GetBodyOptionsResponseBody) String() string + type GetBodyOptionsResponseBodyData struct + Key *string + Name *string + OptionList []*GetBodyOptionsResponseBodyDataOptionList + func (s *GetBodyOptionsResponseBodyData) SetKey(v string) *GetBodyOptionsResponseBodyData + func (s *GetBodyOptionsResponseBodyData) SetName(v string) *GetBodyOptionsResponseBodyData + func (s *GetBodyOptionsResponseBodyData) SetOptionList(v []*GetBodyOptionsResponseBodyDataOptionList) *GetBodyOptionsResponseBodyData + func (s GetBodyOptionsResponseBodyData) GoString() string + func (s GetBodyOptionsResponseBodyData) String() string + type GetBodyOptionsResponseBodyDataOptionList struct + Key *string + Name *string + func (s *GetBodyOptionsResponseBodyDataOptionList) SetKey(v string) *GetBodyOptionsResponseBodyDataOptionList + func (s *GetBodyOptionsResponseBodyDataOptionList) SetName(v string) *GetBodyOptionsResponseBodyDataOptionList + func (s GetBodyOptionsResponseBodyDataOptionList) GoString() string + func (s GetBodyOptionsResponseBodyDataOptionList) String() string + type GetCatalogListRequest struct + CorpId *string + IsvSubId *string + func (s *GetCatalogListRequest) SetCorpId(v string) *GetCatalogListRequest + func (s *GetCatalogListRequest) SetIsvSubId(v string) *GetCatalogListRequest + func (s GetCatalogListRequest) GoString() string + func (s GetCatalogListRequest) String() string + type GetCatalogListResponse struct + Body *GetCatalogListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetCatalogListResponse) SetBody(v *GetCatalogListResponseBody) *GetCatalogListResponse + func (s *GetCatalogListResponse) SetHeaders(v map[string]*string) *GetCatalogListResponse + func (s *GetCatalogListResponse) SetStatusCode(v int32) *GetCatalogListResponse + func (s GetCatalogListResponse) GoString() string + func (s GetCatalogListResponse) String() string + type GetCatalogListResponseBody struct + Code *string + Data []*GetCatalogListResponseBodyData + Message *string + RequestId *string + func (s *GetCatalogListResponseBody) SetCode(v string) *GetCatalogListResponseBody + func (s *GetCatalogListResponseBody) SetData(v []*GetCatalogListResponseBodyData) *GetCatalogListResponseBody + func (s *GetCatalogListResponseBody) SetMessage(v string) *GetCatalogListResponseBody + func (s *GetCatalogListResponseBody) SetRequestId(v string) *GetCatalogListResponseBody + func (s GetCatalogListResponseBody) GoString() string + func (s GetCatalogListResponseBody) String() string + type GetCatalogListResponseBodyData struct + CatalogId *int64 + CatalogName *string + IsvSubId *string + ParentCatalogId *int64 + ProfileCount *int64 + func (s *GetCatalogListResponseBodyData) SetCatalogId(v int64) *GetCatalogListResponseBodyData + func (s *GetCatalogListResponseBodyData) SetCatalogName(v string) *GetCatalogListResponseBodyData + func (s *GetCatalogListResponseBodyData) SetIsvSubId(v string) *GetCatalogListResponseBodyData + func (s *GetCatalogListResponseBodyData) SetParentCatalogId(v int64) *GetCatalogListResponseBodyData + func (s *GetCatalogListResponseBodyData) SetProfileCount(v int64) *GetCatalogListResponseBodyData + func (s GetCatalogListResponseBodyData) GoString() string + func (s GetCatalogListResponseBodyData) String() string + type GetCityCodeResponse struct + Body *GetCityCodeResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetCityCodeResponse) SetBody(v *GetCityCodeResponseBody) *GetCityCodeResponse + func (s *GetCityCodeResponse) SetHeaders(v map[string]*string) *GetCityCodeResponse + func (s *GetCityCodeResponse) SetStatusCode(v int32) *GetCityCodeResponse + func (s GetCityCodeResponse) GoString() string + func (s GetCityCodeResponse) String() string + type GetCityCodeResponseBody struct + Code *string + Data []*GetCityCodeResponseBodyData + Message *string + RequestId *string + func (s *GetCityCodeResponseBody) SetCode(v string) *GetCityCodeResponseBody + func (s *GetCityCodeResponseBody) SetData(v []*GetCityCodeResponseBodyData) *GetCityCodeResponseBody + func (s *GetCityCodeResponseBody) SetMessage(v string) *GetCityCodeResponseBody + func (s *GetCityCodeResponseBody) SetRequestId(v string) *GetCityCodeResponseBody + func (s GetCityCodeResponseBody) GoString() string + func (s GetCityCodeResponseBody) String() string + type GetCityCodeResponseBodyData struct + CityAddress *string + CityCode *string + func (s *GetCityCodeResponseBodyData) SetCityAddress(v string) *GetCityCodeResponseBodyData + func (s *GetCityCodeResponseBodyData) SetCityCode(v string) *GetCityCodeResponseBodyData + func (s GetCityCodeResponseBodyData) GoString() string + func (s GetCityCodeResponseBodyData) String() string + type GetDataSourceStatsRequest struct + CorpIdList *string + DataSourceType *string + func (s *GetDataSourceStatsRequest) SetCorpIdList(v string) *GetDataSourceStatsRequest + func (s *GetDataSourceStatsRequest) SetDataSourceType(v string) *GetDataSourceStatsRequest + func (s GetDataSourceStatsRequest) GoString() string + func (s GetDataSourceStatsRequest) String() string + type GetDataSourceStatsResponse struct + Body *GetDataSourceStatsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDataSourceStatsResponse) SetBody(v *GetDataSourceStatsResponseBody) *GetDataSourceStatsResponse + func (s *GetDataSourceStatsResponse) SetHeaders(v map[string]*string) *GetDataSourceStatsResponse + func (s *GetDataSourceStatsResponse) SetStatusCode(v int32) *GetDataSourceStatsResponse + func (s GetDataSourceStatsResponse) GoString() string + func (s GetDataSourceStatsResponse) String() string + type GetDataSourceStatsResponseBody struct + Code *string + Data []*GetDataSourceStatsResponseBodyData + Message *string + RequestId *string + func (s *GetDataSourceStatsResponseBody) SetCode(v string) *GetDataSourceStatsResponseBody + func (s *GetDataSourceStatsResponseBody) SetData(v []*GetDataSourceStatsResponseBodyData) *GetDataSourceStatsResponseBody + func (s *GetDataSourceStatsResponseBody) SetMessage(v string) *GetDataSourceStatsResponseBody + func (s *GetDataSourceStatsResponseBody) SetRequestId(v string) *GetDataSourceStatsResponseBody + func (s GetDataSourceStatsResponseBody) GoString() string + func (s GetDataSourceStatsResponseBody) String() string + type GetDataSourceStatsResponseBodyData struct + DataSourceType *string + Items map[string]interface{} + Total *int64 + func (s *GetDataSourceStatsResponseBodyData) SetDataSourceType(v string) *GetDataSourceStatsResponseBodyData + func (s *GetDataSourceStatsResponseBodyData) SetItems(v map[string]interface{}) *GetDataSourceStatsResponseBodyData + func (s *GetDataSourceStatsResponseBodyData) SetTotal(v int64) *GetDataSourceStatsResponseBodyData + func (s GetDataSourceStatsResponseBodyData) GoString() string + func (s GetDataSourceStatsResponseBodyData) String() string + type GetDeviceCaptureStrategyRequest struct + DeviceCode *string + DeviceType *string + func (s *GetDeviceCaptureStrategyRequest) SetDeviceCode(v string) *GetDeviceCaptureStrategyRequest + func (s *GetDeviceCaptureStrategyRequest) SetDeviceType(v string) *GetDeviceCaptureStrategyRequest + func (s GetDeviceCaptureStrategyRequest) GoString() string + func (s GetDeviceCaptureStrategyRequest) String() string + type GetDeviceCaptureStrategyResponse struct + Body *GetDeviceCaptureStrategyResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDeviceCaptureStrategyResponse) SetBody(v *GetDeviceCaptureStrategyResponseBody) *GetDeviceCaptureStrategyResponse + func (s *GetDeviceCaptureStrategyResponse) SetHeaders(v map[string]*string) *GetDeviceCaptureStrategyResponse + func (s *GetDeviceCaptureStrategyResponse) SetStatusCode(v int32) *GetDeviceCaptureStrategyResponse + func (s GetDeviceCaptureStrategyResponse) GoString() string + func (s GetDeviceCaptureStrategyResponse) String() string + type GetDeviceCaptureStrategyResponseBody struct + Code *string + Data *GetDeviceCaptureStrategyResponseBodyData + Message *string + RequestId *string + func (s *GetDeviceCaptureStrategyResponseBody) SetCode(v string) *GetDeviceCaptureStrategyResponseBody + func (s *GetDeviceCaptureStrategyResponseBody) SetData(v *GetDeviceCaptureStrategyResponseBodyData) *GetDeviceCaptureStrategyResponseBody + func (s *GetDeviceCaptureStrategyResponseBody) SetMessage(v string) *GetDeviceCaptureStrategyResponseBody + func (s *GetDeviceCaptureStrategyResponseBody) SetRequestId(v string) *GetDeviceCaptureStrategyResponseBody + func (s GetDeviceCaptureStrategyResponseBody) GoString() string + func (s GetDeviceCaptureStrategyResponseBody) String() string + type GetDeviceCaptureStrategyResponseBodyData struct + DeviceCode *string + DeviceType *string + FridayCaptureStrategy *string + MondayCaptureStrategy *string + SaturdayCaptureStrategy *string + SundayCaptureStrategy *string + ThursdayCaptureStrategy *string + TuesdayCaptureStrategy *string + WednesdayCaptureStrategy *string + func (s *GetDeviceCaptureStrategyResponseBodyData) SetDeviceCode(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetDeviceType(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetFridayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetMondayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetSaturdayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetSundayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetThursdayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetTuesdayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s *GetDeviceCaptureStrategyResponseBodyData) SetWednesdayCaptureStrategy(v string) *GetDeviceCaptureStrategyResponseBodyData + func (s GetDeviceCaptureStrategyResponseBodyData) GoString() string + func (s GetDeviceCaptureStrategyResponseBodyData) String() string + type GetDeviceConfigRequest struct + DeviceSn *string + DeviceTimeStamp *string + func (s *GetDeviceConfigRequest) SetDeviceSn(v string) *GetDeviceConfigRequest + func (s *GetDeviceConfigRequest) SetDeviceTimeStamp(v string) *GetDeviceConfigRequest + func (s GetDeviceConfigRequest) GoString() string + func (s GetDeviceConfigRequest) String() string + type GetDeviceConfigResponse struct + Body *GetDeviceConfigResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDeviceConfigResponse) SetBody(v *GetDeviceConfigResponseBody) *GetDeviceConfigResponse + func (s *GetDeviceConfigResponse) SetHeaders(v map[string]*string) *GetDeviceConfigResponse + func (s *GetDeviceConfigResponse) SetStatusCode(v int32) *GetDeviceConfigResponse + func (s GetDeviceConfigResponse) GoString() string + func (s GetDeviceConfigResponse) String() string + type GetDeviceConfigResponseBody struct + AudioEnable *string + AudioFormat *string + BitRate *string + ChannelList []*GetDeviceConfigResponseBodyChannelList + Code *string + DeviceAddress *string + DeviceId *string + DeviceName *string + EncodeFormat *string + FrameRate *string + GovLength *int64 + Latitude *string + Longitude *string + Message *string + OSDList []*GetDeviceConfigResponseBodyOSDList + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + PassWord *string + Protocol *string + RequestId *string + Resolution *string + RetryInterval *string + ServerId *string + ServerIp *string + ServerPort *string + UserName *string + func (s *GetDeviceConfigResponseBody) SetAudioEnable(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetAudioFormat(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetBitRate(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetChannelList(v []*GetDeviceConfigResponseBodyChannelList) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetCode(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetDeviceAddress(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetDeviceId(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetDeviceName(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetEncodeFormat(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetFrameRate(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetGovLength(v int64) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetLatitude(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetLongitude(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetMessage(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetOSDList(v []*GetDeviceConfigResponseBodyOSDList) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetOSDTimeEnable(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetOSDTimeType(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetOSDTimeX(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetOSDTimeY(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetPassWord(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetProtocol(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetRequestId(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetResolution(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetRetryInterval(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetServerId(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetServerIp(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetServerPort(v string) *GetDeviceConfigResponseBody + func (s *GetDeviceConfigResponseBody) SetUserName(v string) *GetDeviceConfigResponseBody + func (s GetDeviceConfigResponseBody) GoString() string + func (s GetDeviceConfigResponseBody) String() string + type GetDeviceConfigResponseBodyChannelList struct + ChannelGbId *string + FridayCaptureStrategy *string + MondayCaptureStrategy *string + SaturdayCaptureStrategy *string + SundayCaptureStrategy *string + ThursdayCaptureStrategy *string + TuesdayCaptureStrategy *string + WednesdayCaptureStrategy *string + func (s *GetDeviceConfigResponseBodyChannelList) SetChannelGbId(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetFridayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetMondayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetSaturdayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetSundayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetThursdayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetTuesdayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s *GetDeviceConfigResponseBodyChannelList) SetWednesdayCaptureStrategy(v string) *GetDeviceConfigResponseBodyChannelList + func (s GetDeviceConfigResponseBodyChannelList) GoString() string + func (s GetDeviceConfigResponseBodyChannelList) String() string + type GetDeviceConfigResponseBodyOSDList struct + LeftTopX *string + LeftTopY *string + Text *string + func (s *GetDeviceConfigResponseBodyOSDList) SetLeftTopX(v string) *GetDeviceConfigResponseBodyOSDList + func (s *GetDeviceConfigResponseBodyOSDList) SetLeftTopY(v string) *GetDeviceConfigResponseBodyOSDList + func (s *GetDeviceConfigResponseBodyOSDList) SetText(v string) *GetDeviceConfigResponseBodyOSDList + func (s GetDeviceConfigResponseBodyOSDList) GoString() string + func (s GetDeviceConfigResponseBodyOSDList) String() string + type GetDeviceLiveUrlRequest struct + CorpId *string + DeviceId *string + GbId *string + OutProtocol *string + StreamType *string + func (s *GetDeviceLiveUrlRequest) SetCorpId(v string) *GetDeviceLiveUrlRequest + func (s *GetDeviceLiveUrlRequest) SetDeviceId(v string) *GetDeviceLiveUrlRequest + func (s *GetDeviceLiveUrlRequest) SetGbId(v string) *GetDeviceLiveUrlRequest + func (s *GetDeviceLiveUrlRequest) SetOutProtocol(v string) *GetDeviceLiveUrlRequest + func (s *GetDeviceLiveUrlRequest) SetStreamType(v string) *GetDeviceLiveUrlRequest + func (s GetDeviceLiveUrlRequest) GoString() string + func (s GetDeviceLiveUrlRequest) String() string + type GetDeviceLiveUrlResponse struct + Body *GetDeviceLiveUrlResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDeviceLiveUrlResponse) SetBody(v *GetDeviceLiveUrlResponseBody) *GetDeviceLiveUrlResponse + func (s *GetDeviceLiveUrlResponse) SetHeaders(v map[string]*string) *GetDeviceLiveUrlResponse + func (s *GetDeviceLiveUrlResponse) SetStatusCode(v int32) *GetDeviceLiveUrlResponse + func (s GetDeviceLiveUrlResponse) GoString() string + func (s GetDeviceLiveUrlResponse) String() string + type GetDeviceLiveUrlResponseBody struct + Code *string + Message *string + OutProtocol *string + RequestId *string + StreamType *int64 + Url *string + func (s *GetDeviceLiveUrlResponseBody) SetCode(v string) *GetDeviceLiveUrlResponseBody + func (s *GetDeviceLiveUrlResponseBody) SetMessage(v string) *GetDeviceLiveUrlResponseBody + func (s *GetDeviceLiveUrlResponseBody) SetOutProtocol(v string) *GetDeviceLiveUrlResponseBody + func (s *GetDeviceLiveUrlResponseBody) SetRequestId(v string) *GetDeviceLiveUrlResponseBody + func (s *GetDeviceLiveUrlResponseBody) SetStreamType(v int64) *GetDeviceLiveUrlResponseBody + func (s *GetDeviceLiveUrlResponseBody) SetUrl(v string) *GetDeviceLiveUrlResponseBody + func (s GetDeviceLiveUrlResponseBody) GoString() string + func (s GetDeviceLiveUrlResponseBody) String() string + type GetDevicePictureRequest struct + DeviceId *string + func (s *GetDevicePictureRequest) SetDeviceId(v string) *GetDevicePictureRequest + func (s GetDevicePictureRequest) GoString() string + func (s GetDevicePictureRequest) String() string + type GetDevicePictureResponse struct + Body *GetDevicePictureResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDevicePictureResponse) SetBody(v *GetDevicePictureResponseBody) *GetDevicePictureResponse + func (s *GetDevicePictureResponse) SetHeaders(v map[string]*string) *GetDevicePictureResponse + func (s *GetDevicePictureResponse) SetStatusCode(v int32) *GetDevicePictureResponse + func (s GetDevicePictureResponse) GoString() string + func (s GetDevicePictureResponse) String() string + type GetDevicePictureResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *GetDevicePictureResponseBody) SetCode(v string) *GetDevicePictureResponseBody + func (s *GetDevicePictureResponseBody) SetData(v string) *GetDevicePictureResponseBody + func (s *GetDevicePictureResponseBody) SetMessage(v string) *GetDevicePictureResponseBody + func (s *GetDevicePictureResponseBody) SetRequestId(v string) *GetDevicePictureResponseBody + func (s GetDevicePictureResponseBody) GoString() string + func (s GetDevicePictureResponseBody) String() string + type GetDeviceStatsRequest struct + CorpIdList *string + DeviceStatus *string + DeviceType *string + func (s *GetDeviceStatsRequest) SetCorpIdList(v string) *GetDeviceStatsRequest + func (s *GetDeviceStatsRequest) SetDeviceStatus(v string) *GetDeviceStatsRequest + func (s *GetDeviceStatsRequest) SetDeviceType(v string) *GetDeviceStatsRequest + func (s GetDeviceStatsRequest) GoString() string + func (s GetDeviceStatsRequest) String() string + type GetDeviceStatsResponse struct + Body *GetDeviceStatsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDeviceStatsResponse) SetBody(v *GetDeviceStatsResponseBody) *GetDeviceStatsResponse + func (s *GetDeviceStatsResponse) SetHeaders(v map[string]*string) *GetDeviceStatsResponse + func (s *GetDeviceStatsResponse) SetStatusCode(v int32) *GetDeviceStatsResponse + func (s GetDeviceStatsResponse) GoString() string + func (s GetDeviceStatsResponse) String() string + type GetDeviceStatsResponseBody struct + Code *string + Data []*GetDeviceStatsResponseBodyData + Message *string + RequestId *string + func (s *GetDeviceStatsResponseBody) SetCode(v string) *GetDeviceStatsResponseBody + func (s *GetDeviceStatsResponseBody) SetData(v []*GetDeviceStatsResponseBodyData) *GetDeviceStatsResponseBody + func (s *GetDeviceStatsResponseBody) SetMessage(v string) *GetDeviceStatsResponseBody + func (s *GetDeviceStatsResponseBody) SetRequestId(v string) *GetDeviceStatsResponseBody + func (s GetDeviceStatsResponseBody) GoString() string + func (s GetDeviceStatsResponseBody) String() string + type GetDeviceStatsResponseBodyData struct + Count *int64 + DeviceStatus *string + DeviceType *string + func (s *GetDeviceStatsResponseBodyData) SetCount(v int64) *GetDeviceStatsResponseBodyData + func (s *GetDeviceStatsResponseBodyData) SetDeviceStatus(v string) *GetDeviceStatsResponseBodyData + func (s *GetDeviceStatsResponseBodyData) SetDeviceType(v string) *GetDeviceStatsResponseBodyData + func (s GetDeviceStatsResponseBodyData) GoString() string + func (s GetDeviceStatsResponseBodyData) String() string + type GetDeviceVideoUrlRequest struct + CorpId *string + DeviceId *string + EndTime *int64 + GbId *string + OutProtocol *string + StartTime *int64 + StorageType *string + func (s *GetDeviceVideoUrlRequest) SetCorpId(v string) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetDeviceId(v string) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetEndTime(v int64) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetGbId(v string) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetOutProtocol(v string) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetStartTime(v int64) *GetDeviceVideoUrlRequest + func (s *GetDeviceVideoUrlRequest) SetStorageType(v string) *GetDeviceVideoUrlRequest + func (s GetDeviceVideoUrlRequest) GoString() string + func (s GetDeviceVideoUrlRequest) String() string + type GetDeviceVideoUrlResponse struct + Body *GetDeviceVideoUrlResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetDeviceVideoUrlResponse) SetBody(v *GetDeviceVideoUrlResponseBody) *GetDeviceVideoUrlResponse + func (s *GetDeviceVideoUrlResponse) SetHeaders(v map[string]*string) *GetDeviceVideoUrlResponse + func (s *GetDeviceVideoUrlResponse) SetStatusCode(v int32) *GetDeviceVideoUrlResponse + func (s GetDeviceVideoUrlResponse) GoString() string + func (s GetDeviceVideoUrlResponse) String() string + type GetDeviceVideoUrlResponseBody struct + Code *string + Message *string + OutProtocol *string + RequestId *string + Url *string + func (s *GetDeviceVideoUrlResponseBody) SetCode(v string) *GetDeviceVideoUrlResponseBody + func (s *GetDeviceVideoUrlResponseBody) SetMessage(v string) *GetDeviceVideoUrlResponseBody + func (s *GetDeviceVideoUrlResponseBody) SetOutProtocol(v string) *GetDeviceVideoUrlResponseBody + func (s *GetDeviceVideoUrlResponseBody) SetRequestId(v string) *GetDeviceVideoUrlResponseBody + func (s *GetDeviceVideoUrlResponseBody) SetUrl(v string) *GetDeviceVideoUrlResponseBody + func (s GetDeviceVideoUrlResponseBody) GoString() string + func (s GetDeviceVideoUrlResponseBody) String() string + type GetFaceModelResultRequest struct + PictureContent *string + PictureId *string + PictureUrl *string + func (s *GetFaceModelResultRequest) SetPictureContent(v string) *GetFaceModelResultRequest + func (s *GetFaceModelResultRequest) SetPictureId(v string) *GetFaceModelResultRequest + func (s *GetFaceModelResultRequest) SetPictureUrl(v string) *GetFaceModelResultRequest + func (s GetFaceModelResultRequest) GoString() string + func (s GetFaceModelResultRequest) String() string + type GetFaceModelResultResponse struct + Body *GetFaceModelResultResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetFaceModelResultResponse) SetBody(v *GetFaceModelResultResponseBody) *GetFaceModelResultResponse + func (s *GetFaceModelResultResponse) SetHeaders(v map[string]*string) *GetFaceModelResultResponse + func (s *GetFaceModelResultResponse) SetStatusCode(v int32) *GetFaceModelResultResponse + func (s GetFaceModelResultResponse) GoString() string + func (s GetFaceModelResultResponse) String() string + type GetFaceModelResultResponseBody struct + Code *string + Data *GetFaceModelResultResponseBodyData + Message *string + RequestId *string + func (s *GetFaceModelResultResponseBody) SetCode(v string) *GetFaceModelResultResponseBody + func (s *GetFaceModelResultResponseBody) SetData(v *GetFaceModelResultResponseBodyData) *GetFaceModelResultResponseBody + func (s *GetFaceModelResultResponseBody) SetMessage(v string) *GetFaceModelResultResponseBody + func (s *GetFaceModelResultResponseBody) SetRequestId(v string) *GetFaceModelResultResponseBody + func (s GetFaceModelResultResponseBody) GoString() string + func (s GetFaceModelResultResponseBody) String() string + type GetFaceModelResultResponseBodyData struct + Records []*GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyData) SetRecords(v []*GetFaceModelResultResponseBodyDataRecords) *GetFaceModelResultResponseBodyData + func (s GetFaceModelResultResponseBodyData) GoString() string + func (s GetFaceModelResultResponseBodyData) String() string + type GetFaceModelResultResponseBodyDataRecords struct + AgeLowerLimit *int32 + AgeLowerLimitReliability *string + AgeUpLimit *int32 + AgeUpLimitReliability *string + CapColor *int32 + CapColorReliability *string + CapStyle *int32 + CapStyleReliability *string + EthicCode *int32 + EthicCodeReliability *string + FaceStyle *string + FaceStyleReliability *string + FeatureData []*float32 + GenderCode *int32 + GenderCodeReliability *string + GlassColor *int32 + GlassColorReliability *string + GlassStyle *int32 + GlassStyleReliability *string + HairColor *int32 + HairColorReliability *string + HairStyle *int32 + HairStyleReliability *string + LeftTopX *float32 + LeftTopY *float32 + MustacheStyle *string + MustacheStyleReliability *string + RespiratorColor *int32 + RespiratorColorReliability *string + RightBottomX *float32 + RightBottomY *float32 + SkinColor *int32 + SkinColorReliability *string + func (s *GetFaceModelResultResponseBodyDataRecords) SetAgeLowerLimit(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetAgeLowerLimitReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetAgeUpLimit(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetAgeUpLimitReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetCapColor(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetCapColorReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetCapStyle(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetCapStyleReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetEthicCode(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetEthicCodeReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetFaceStyle(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetFaceStyleReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetFeatureData(v []*float32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGenderCode(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGenderCodeReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGlassColor(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGlassColorReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGlassStyle(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetGlassStyleReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetHairColor(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetHairColorReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetHairStyle(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetHairStyleReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetLeftTopX(v float32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetLeftTopY(v float32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetMustacheStyle(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetMustacheStyleReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetRespiratorColor(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetRespiratorColorReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetRightBottomX(v float32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetRightBottomY(v float32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetSkinColor(v int32) *GetFaceModelResultResponseBodyDataRecords + func (s *GetFaceModelResultResponseBodyDataRecords) SetSkinColorReliability(v string) *GetFaceModelResultResponseBodyDataRecords + func (s GetFaceModelResultResponseBodyDataRecords) GoString() string + func (s GetFaceModelResultResponseBodyDataRecords) String() string + type GetFaceOptionsRequest struct + CorpId *string + func (s *GetFaceOptionsRequest) SetCorpId(v string) *GetFaceOptionsRequest + func (s GetFaceOptionsRequest) GoString() string + func (s GetFaceOptionsRequest) String() string + type GetFaceOptionsResponse struct + Body *GetFaceOptionsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetFaceOptionsResponse) SetBody(v *GetFaceOptionsResponseBody) *GetFaceOptionsResponse + func (s *GetFaceOptionsResponse) SetHeaders(v map[string]*string) *GetFaceOptionsResponse + func (s *GetFaceOptionsResponse) SetStatusCode(v int32) *GetFaceOptionsResponse + func (s GetFaceOptionsResponse) GoString() string + func (s GetFaceOptionsResponse) String() string + type GetFaceOptionsResponseBody struct + Code *string + Data []*GetFaceOptionsResponseBodyData + Message *string + RequestId *string + func (s *GetFaceOptionsResponseBody) SetCode(v string) *GetFaceOptionsResponseBody + func (s *GetFaceOptionsResponseBody) SetData(v []*GetFaceOptionsResponseBodyData) *GetFaceOptionsResponseBody + func (s *GetFaceOptionsResponseBody) SetMessage(v string) *GetFaceOptionsResponseBody + func (s *GetFaceOptionsResponseBody) SetRequestId(v string) *GetFaceOptionsResponseBody + func (s GetFaceOptionsResponseBody) GoString() string + func (s GetFaceOptionsResponseBody) String() string + type GetFaceOptionsResponseBodyData struct + Key *string + Name *string + OptionList []*GetFaceOptionsResponseBodyDataOptionList + func (s *GetFaceOptionsResponseBodyData) SetKey(v string) *GetFaceOptionsResponseBodyData + func (s *GetFaceOptionsResponseBodyData) SetName(v string) *GetFaceOptionsResponseBodyData + func (s *GetFaceOptionsResponseBodyData) SetOptionList(v []*GetFaceOptionsResponseBodyDataOptionList) *GetFaceOptionsResponseBodyData + func (s GetFaceOptionsResponseBodyData) GoString() string + func (s GetFaceOptionsResponseBodyData) String() string + type GetFaceOptionsResponseBodyDataOptionList struct + Key *string + Name *string + func (s *GetFaceOptionsResponseBodyDataOptionList) SetKey(v string) *GetFaceOptionsResponseBodyDataOptionList + func (s *GetFaceOptionsResponseBodyDataOptionList) SetName(v string) *GetFaceOptionsResponseBodyDataOptionList + func (s GetFaceOptionsResponseBodyDataOptionList) GoString() string + func (s GetFaceOptionsResponseBodyDataOptionList) String() string + type GetInventoryRequest struct + CommodityCode *string + func (s *GetInventoryRequest) SetCommodityCode(v string) *GetInventoryRequest + func (s GetInventoryRequest) GoString() string + func (s GetInventoryRequest) String() string + type GetInventoryResponse struct + Body *GetInventoryResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetInventoryResponse) SetBody(v *GetInventoryResponseBody) *GetInventoryResponse + func (s *GetInventoryResponse) SetHeaders(v map[string]*string) *GetInventoryResponse + func (s *GetInventoryResponse) SetStatusCode(v int32) *GetInventoryResponse + func (s GetInventoryResponse) GoString() string + func (s GetInventoryResponse) String() string + type GetInventoryResponseBody struct + Data *GetInventoryResponseBodyData + Success *bool + func (s *GetInventoryResponseBody) SetData(v *GetInventoryResponseBodyData) *GetInventoryResponseBody + func (s *GetInventoryResponseBody) SetSuccess(v bool) *GetInventoryResponseBody + func (s GetInventoryResponseBody) GoString() string + func (s GetInventoryResponseBody) String() string + type GetInventoryResponseBodyData struct + ResultObject []*GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyData) SetResultObject(v []*GetInventoryResponseBodyDataResultObject) *GetInventoryResponseBodyData + func (s GetInventoryResponseBodyData) GoString() string + func (s GetInventoryResponseBodyData) String() string + type GetInventoryResponseBodyDataResultObject struct + BuyerId *string + CommodityCode *string + CurrentInventory *string + InstanceId *string + InventoryId *string + ValidEndTime *string + ValidStartTime *string + func (s *GetInventoryResponseBodyDataResultObject) SetBuyerId(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetCommodityCode(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetCurrentInventory(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetInstanceId(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetInventoryId(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetValidEndTime(v string) *GetInventoryResponseBodyDataResultObject + func (s *GetInventoryResponseBodyDataResultObject) SetValidStartTime(v string) *GetInventoryResponseBodyDataResultObject + func (s GetInventoryResponseBodyDataResultObject) GoString() string + func (s GetInventoryResponseBodyDataResultObject) String() string + type GetMonitorListRequest struct + CorpId *string + PageNumber *int32 + PageSize *int32 + func (s *GetMonitorListRequest) SetCorpId(v string) *GetMonitorListRequest + func (s *GetMonitorListRequest) SetPageNumber(v int32) *GetMonitorListRequest + func (s *GetMonitorListRequest) SetPageSize(v int32) *GetMonitorListRequest + func (s GetMonitorListRequest) GoString() string + func (s GetMonitorListRequest) String() string + type GetMonitorListResponse struct + Body *GetMonitorListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetMonitorListResponse) SetBody(v *GetMonitorListResponseBody) *GetMonitorListResponse + func (s *GetMonitorListResponse) SetHeaders(v map[string]*string) *GetMonitorListResponse + func (s *GetMonitorListResponse) SetStatusCode(v int32) *GetMonitorListResponse + func (s GetMonitorListResponse) GoString() string + func (s GetMonitorListResponse) String() string + type GetMonitorListResponseBody struct + Code *string + Data *GetMonitorListResponseBodyData + Message *string + RequestId *string + func (s *GetMonitorListResponseBody) SetCode(v string) *GetMonitorListResponseBody + func (s *GetMonitorListResponseBody) SetData(v *GetMonitorListResponseBodyData) *GetMonitorListResponseBody + func (s *GetMonitorListResponseBody) SetMessage(v string) *GetMonitorListResponseBody + func (s *GetMonitorListResponseBody) SetRequestId(v string) *GetMonitorListResponseBody + func (s GetMonitorListResponseBody) GoString() string + func (s GetMonitorListResponseBody) String() string + type GetMonitorListResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*GetMonitorListResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *GetMonitorListResponseBodyData) SetPageNumber(v int32) *GetMonitorListResponseBodyData + func (s *GetMonitorListResponseBodyData) SetPageSize(v int32) *GetMonitorListResponseBodyData + func (s *GetMonitorListResponseBodyData) SetRecords(v []*GetMonitorListResponseBodyDataRecords) *GetMonitorListResponseBodyData + func (s *GetMonitorListResponseBodyData) SetTotalCount(v int32) *GetMonitorListResponseBodyData + func (s *GetMonitorListResponseBodyData) SetTotalPage(v int32) *GetMonitorListResponseBodyData + func (s GetMonitorListResponseBodyData) GoString() string + func (s GetMonitorListResponseBodyData) String() string + type GetMonitorListResponseBodyDataRecords struct + AlgorithmVendor *string + Attributes *string + CreateDate *string + Description *string + DeviceList *string + Expression *string + ImageMatch *string + ModifiedDate *string + MonitorType *string + NotifierExtendValues *string + NotifierType *string + RuleExpression *string + RuleName *string + Status *string + TaskId *string + func (s *GetMonitorListResponseBodyDataRecords) SetAlgorithmVendor(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetAttributes(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetCreateDate(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetDescription(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetDeviceList(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetExpression(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetImageMatch(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetModifiedDate(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetMonitorType(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetNotifierExtendValues(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetNotifierType(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetRuleExpression(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetRuleName(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetStatus(v string) *GetMonitorListResponseBodyDataRecords + func (s *GetMonitorListResponseBodyDataRecords) SetTaskId(v string) *GetMonitorListResponseBodyDataRecords + func (s GetMonitorListResponseBodyDataRecords) GoString() string + func (s GetMonitorListResponseBodyDataRecords) String() string + type GetMonitorResultRequest struct + AlgorithmVendor *string + CorpId *string + EndTime *int64 + MinRecordId *string + StartTime *int64 + TaskId *string + func (s *GetMonitorResultRequest) SetAlgorithmVendor(v string) *GetMonitorResultRequest + func (s *GetMonitorResultRequest) SetCorpId(v string) *GetMonitorResultRequest + func (s *GetMonitorResultRequest) SetEndTime(v int64) *GetMonitorResultRequest + func (s *GetMonitorResultRequest) SetMinRecordId(v string) *GetMonitorResultRequest + func (s *GetMonitorResultRequest) SetStartTime(v int64) *GetMonitorResultRequest + func (s *GetMonitorResultRequest) SetTaskId(v string) *GetMonitorResultRequest + func (s GetMonitorResultRequest) GoString() string + func (s GetMonitorResultRequest) String() string + type GetMonitorResultResponse struct + Body *GetMonitorResultResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetMonitorResultResponse) SetBody(v *GetMonitorResultResponseBody) *GetMonitorResultResponse + func (s *GetMonitorResultResponse) SetHeaders(v map[string]*string) *GetMonitorResultResponse + func (s *GetMonitorResultResponse) SetStatusCode(v int32) *GetMonitorResultResponse + func (s GetMonitorResultResponse) GoString() string + func (s GetMonitorResultResponse) String() string + type GetMonitorResultResponseBody struct + Code *string + Data *GetMonitorResultResponseBodyData + Message *string + RequestId *string + func (s *GetMonitorResultResponseBody) SetCode(v string) *GetMonitorResultResponseBody + func (s *GetMonitorResultResponseBody) SetData(v *GetMonitorResultResponseBodyData) *GetMonitorResultResponseBody + func (s *GetMonitorResultResponseBody) SetMessage(v string) *GetMonitorResultResponseBody + func (s *GetMonitorResultResponseBody) SetRequestId(v string) *GetMonitorResultResponseBody + func (s GetMonitorResultResponseBody) GoString() string + func (s GetMonitorResultResponseBody) String() string + type GetMonitorResultResponseBodyData struct + MaxId *string + Records []*GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyData) SetMaxId(v string) *GetMonitorResultResponseBodyData + func (s *GetMonitorResultResponseBodyData) SetRecords(v []*GetMonitorResultResponseBodyDataRecords) *GetMonitorResultResponseBodyData + func (s GetMonitorResultResponseBodyData) GoString() string + func (s GetMonitorResultResponseBodyData) String() string + type GetMonitorResultResponseBodyDataRecords struct + ExtendInfo *GetMonitorResultResponseBodyDataRecordsExtendInfo + GbId *string + LeftUpX *string + LeftUpY *string + MonitorPicUrl *string + PicUrl *string + RightBottomX *string + RightBottomY *string + Score *string + ShotTime *string + TargetPicUrl *string + TaskId *string + func (s *GetMonitorResultResponseBodyDataRecords) SetExtendInfo(v *GetMonitorResultResponseBodyDataRecordsExtendInfo) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetGbId(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetLeftUpX(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetLeftUpY(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetMonitorPicUrl(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetPicUrl(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetRightBottomX(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetRightBottomY(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetScore(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetShotTime(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetTargetPicUrl(v string) *GetMonitorResultResponseBodyDataRecords + func (s *GetMonitorResultResponseBodyDataRecords) SetTaskId(v string) *GetMonitorResultResponseBodyDataRecords + func (s GetMonitorResultResponseBodyDataRecords) GoString() string + func (s GetMonitorResultResponseBodyDataRecords) String() string + type GetMonitorResultResponseBodyDataRecordsExtendInfo struct + PlateNo *string + func (s *GetMonitorResultResponseBodyDataRecordsExtendInfo) SetPlateNo(v string) *GetMonitorResultResponseBodyDataRecordsExtendInfo + func (s GetMonitorResultResponseBodyDataRecordsExtendInfo) GoString() string + func (s GetMonitorResultResponseBodyDataRecordsExtendInfo) String() string + type GetPersonDetailRequest struct + AlgorithmType *string + CorpId *string + PersonID *string + func (s *GetPersonDetailRequest) SetAlgorithmType(v string) *GetPersonDetailRequest + func (s *GetPersonDetailRequest) SetCorpId(v string) *GetPersonDetailRequest + func (s *GetPersonDetailRequest) SetPersonID(v string) *GetPersonDetailRequest + func (s GetPersonDetailRequest) GoString() string + func (s GetPersonDetailRequest) String() string + type GetPersonDetailResponse struct + Body *GetPersonDetailResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetPersonDetailResponse) SetBody(v *GetPersonDetailResponseBody) *GetPersonDetailResponse + func (s *GetPersonDetailResponse) SetHeaders(v map[string]*string) *GetPersonDetailResponse + func (s *GetPersonDetailResponse) SetStatusCode(v int32) *GetPersonDetailResponse + func (s GetPersonDetailResponse) GoString() string + func (s GetPersonDetailResponse) String() string + type GetPersonDetailResponseBody struct + Code *string + Data *GetPersonDetailResponseBodyData + Message *string + RequestId *string + func (s *GetPersonDetailResponseBody) SetCode(v string) *GetPersonDetailResponseBody + func (s *GetPersonDetailResponseBody) SetData(v *GetPersonDetailResponseBodyData) *GetPersonDetailResponseBody + func (s *GetPersonDetailResponseBody) SetMessage(v string) *GetPersonDetailResponseBody + func (s *GetPersonDetailResponseBody) SetRequestId(v string) *GetPersonDetailResponseBody + func (s GetPersonDetailResponseBody) GoString() string + func (s GetPersonDetailResponseBody) String() string + type GetPersonDetailResponseBodyData struct + PersonId *string + PicUrl *string + TagList []*GetPersonDetailResponseBodyDataTagList + func (s *GetPersonDetailResponseBodyData) SetPersonId(v string) *GetPersonDetailResponseBodyData + func (s *GetPersonDetailResponseBodyData) SetPicUrl(v string) *GetPersonDetailResponseBodyData + func (s *GetPersonDetailResponseBodyData) SetTagList(v []*GetPersonDetailResponseBodyDataTagList) *GetPersonDetailResponseBodyData + func (s GetPersonDetailResponseBodyData) GoString() string + func (s GetPersonDetailResponseBodyData) String() string + type GetPersonDetailResponseBodyDataTagList struct + TagCode *string + TagName *string + TagValue *string + TagValueId *string + func (s *GetPersonDetailResponseBodyDataTagList) SetTagCode(v string) *GetPersonDetailResponseBodyDataTagList + func (s *GetPersonDetailResponseBodyDataTagList) SetTagName(v string) *GetPersonDetailResponseBodyDataTagList + func (s *GetPersonDetailResponseBodyDataTagList) SetTagValue(v string) *GetPersonDetailResponseBodyDataTagList + func (s *GetPersonDetailResponseBodyDataTagList) SetTagValueId(v string) *GetPersonDetailResponseBodyDataTagList + func (s GetPersonDetailResponseBodyDataTagList) GoString() string + func (s GetPersonDetailResponseBodyDataTagList) String() string + type GetPersonListRequest struct + CorpId *string + CorpIdList map[string]interface{} + FaceMatchingRateThreshold *string + FaceUrl *string + PageNumber *int64 + PageSize *int64 + PersonIdList map[string]interface{} + func (s *GetPersonListRequest) SetCorpId(v string) *GetPersonListRequest + func (s *GetPersonListRequest) SetCorpIdList(v map[string]interface{}) *GetPersonListRequest + func (s *GetPersonListRequest) SetFaceMatchingRateThreshold(v string) *GetPersonListRequest + func (s *GetPersonListRequest) SetFaceUrl(v string) *GetPersonListRequest + func (s *GetPersonListRequest) SetPageNumber(v int64) *GetPersonListRequest + func (s *GetPersonListRequest) SetPageSize(v int64) *GetPersonListRequest + func (s *GetPersonListRequest) SetPersonIdList(v map[string]interface{}) *GetPersonListRequest + func (s GetPersonListRequest) GoString() string + func (s GetPersonListRequest) String() string + type GetPersonListResponse struct + Body *GetPersonListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetPersonListResponse) SetBody(v *GetPersonListResponseBody) *GetPersonListResponse + func (s *GetPersonListResponse) SetHeaders(v map[string]*string) *GetPersonListResponse + func (s *GetPersonListResponse) SetStatusCode(v int32) *GetPersonListResponse + func (s GetPersonListResponse) GoString() string + func (s GetPersonListResponse) String() string + type GetPersonListResponseBody struct + Code *string + Data *GetPersonListResponseBodyData + Message *string + RequestId *string + func (s *GetPersonListResponseBody) SetCode(v string) *GetPersonListResponseBody + func (s *GetPersonListResponseBody) SetData(v *GetPersonListResponseBodyData) *GetPersonListResponseBody + func (s *GetPersonListResponseBody) SetMessage(v string) *GetPersonListResponseBody + func (s *GetPersonListResponseBody) SetRequestId(v string) *GetPersonListResponseBody + func (s GetPersonListResponseBody) GoString() string + func (s GetPersonListResponseBody) String() string + type GetPersonListResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*GetPersonListResponseBodyDataRecords + TotalCount *int64 + func (s *GetPersonListResponseBodyData) SetPageNumber(v int64) *GetPersonListResponseBodyData + func (s *GetPersonListResponseBodyData) SetPageSize(v int64) *GetPersonListResponseBodyData + func (s *GetPersonListResponseBodyData) SetRecords(v []*GetPersonListResponseBodyDataRecords) *GetPersonListResponseBodyData + func (s *GetPersonListResponseBodyData) SetTotalCount(v int64) *GetPersonListResponseBodyData + func (s GetPersonListResponseBodyData) GoString() string + func (s GetPersonListResponseBodyData) String() string + type GetPersonListResponseBodyDataRecords struct + FaceUrl *string + FirstShotTime *int64 + LastShotTime *int64 + PersonId *string + PropertyTagList []*GetPersonListResponseBodyDataRecordsPropertyTagList + SearchMatchingRate *string + func (s *GetPersonListResponseBodyDataRecords) SetFaceUrl(v string) *GetPersonListResponseBodyDataRecords + func (s *GetPersonListResponseBodyDataRecords) SetFirstShotTime(v int64) *GetPersonListResponseBodyDataRecords + func (s *GetPersonListResponseBodyDataRecords) SetLastShotTime(v int64) *GetPersonListResponseBodyDataRecords + func (s *GetPersonListResponseBodyDataRecords) SetPersonId(v string) *GetPersonListResponseBodyDataRecords + func (s *GetPersonListResponseBodyDataRecords) SetPropertyTagList(v []*GetPersonListResponseBodyDataRecordsPropertyTagList) *GetPersonListResponseBodyDataRecords + func (s *GetPersonListResponseBodyDataRecords) SetSearchMatchingRate(v string) *GetPersonListResponseBodyDataRecords + func (s GetPersonListResponseBodyDataRecords) GoString() string + func (s GetPersonListResponseBodyDataRecords) String() string + type GetPersonListResponseBodyDataRecordsPropertyTagList struct + Code *string + TagCodeName *string + TagName *string + Value *string + func (s *GetPersonListResponseBodyDataRecordsPropertyTagList) SetCode(v string) *GetPersonListResponseBodyDataRecordsPropertyTagList + func (s *GetPersonListResponseBodyDataRecordsPropertyTagList) SetTagCodeName(v string) *GetPersonListResponseBodyDataRecordsPropertyTagList + func (s *GetPersonListResponseBodyDataRecordsPropertyTagList) SetTagName(v string) *GetPersonListResponseBodyDataRecordsPropertyTagList + func (s *GetPersonListResponseBodyDataRecordsPropertyTagList) SetValue(v string) *GetPersonListResponseBodyDataRecordsPropertyTagList + func (s GetPersonListResponseBodyDataRecordsPropertyTagList) GoString() string + func (s GetPersonListResponseBodyDataRecordsPropertyTagList) String() string + type GetPersonListShrinkRequest struct + CorpId *string + CorpIdListShrink *string + FaceMatchingRateThreshold *string + FaceUrl *string + PageNumber *int64 + PageSize *int64 + PersonIdListShrink *string + func (s *GetPersonListShrinkRequest) SetCorpId(v string) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetCorpIdListShrink(v string) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetFaceMatchingRateThreshold(v string) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetFaceUrl(v string) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetPageNumber(v int64) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetPageSize(v int64) *GetPersonListShrinkRequest + func (s *GetPersonListShrinkRequest) SetPersonIdListShrink(v string) *GetPersonListShrinkRequest + func (s GetPersonListShrinkRequest) GoString() string + func (s GetPersonListShrinkRequest) String() string + type GetPictureUrlRequest struct + ExpireTime *string + OriginUrl *string + Protocol *string + func (s *GetPictureUrlRequest) SetExpireTime(v string) *GetPictureUrlRequest + func (s *GetPictureUrlRequest) SetOriginUrl(v string) *GetPictureUrlRequest + func (s *GetPictureUrlRequest) SetProtocol(v string) *GetPictureUrlRequest + func (s GetPictureUrlRequest) GoString() string + func (s GetPictureUrlRequest) String() string + type GetPictureUrlResponse struct + Body *GetPictureUrlResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetPictureUrlResponse) SetBody(v *GetPictureUrlResponseBody) *GetPictureUrlResponse + func (s *GetPictureUrlResponse) SetHeaders(v map[string]*string) *GetPictureUrlResponse + func (s *GetPictureUrlResponse) SetStatusCode(v int32) *GetPictureUrlResponse + func (s GetPictureUrlResponse) GoString() string + func (s GetPictureUrlResponse) String() string + type GetPictureUrlResponseBody struct + Code *string + Message *string + RequestId *string + Url *string + func (s *GetPictureUrlResponseBody) SetCode(v string) *GetPictureUrlResponseBody + func (s *GetPictureUrlResponseBody) SetMessage(v string) *GetPictureUrlResponseBody + func (s *GetPictureUrlResponseBody) SetRequestId(v string) *GetPictureUrlResponseBody + func (s *GetPictureUrlResponseBody) SetUrl(v string) *GetPictureUrlResponseBody + func (s GetPictureUrlResponseBody) GoString() string + func (s GetPictureUrlResponseBody) String() string + type GetProfileDetailRequest struct + CorpId *string + IsvSubId *string + ProfileId *int64 + func (s *GetProfileDetailRequest) SetCorpId(v string) *GetProfileDetailRequest + func (s *GetProfileDetailRequest) SetIsvSubId(v string) *GetProfileDetailRequest + func (s *GetProfileDetailRequest) SetProfileId(v int64) *GetProfileDetailRequest + func (s GetProfileDetailRequest) GoString() string + func (s GetProfileDetailRequest) String() string + type GetProfileDetailResponse struct + Body *GetProfileDetailResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetProfileDetailResponse) SetBody(v *GetProfileDetailResponseBody) *GetProfileDetailResponse + func (s *GetProfileDetailResponse) SetHeaders(v map[string]*string) *GetProfileDetailResponse + func (s *GetProfileDetailResponse) SetStatusCode(v int32) *GetProfileDetailResponse + func (s GetProfileDetailResponse) GoString() string + func (s GetProfileDetailResponse) String() string + type GetProfileDetailResponseBody struct + Code *string + Data *GetProfileDetailResponseBodyData + Message *string + RequestId *string + func (s *GetProfileDetailResponseBody) SetCode(v string) *GetProfileDetailResponseBody + func (s *GetProfileDetailResponseBody) SetData(v *GetProfileDetailResponseBodyData) *GetProfileDetailResponseBody + func (s *GetProfileDetailResponseBody) SetMessage(v string) *GetProfileDetailResponseBody + func (s *GetProfileDetailResponseBody) SetRequestId(v string) *GetProfileDetailResponseBody + func (s GetProfileDetailResponseBody) GoString() string + func (s GetProfileDetailResponseBody) String() string + type GetProfileDetailResponseBodyData struct + BizId *string + CatalogId *int32 + FaceUrl *string + Gender *string + IdNumber *string + IsvSubId *string + LiveAddress *string + Name *string + PersonId *string + PhoneNo *string + PlateNo *string + ProfileId *int32 + SceneType *string + func (s *GetProfileDetailResponseBodyData) SetBizId(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetCatalogId(v int32) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetFaceUrl(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetGender(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetIdNumber(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetIsvSubId(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetLiveAddress(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetName(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetPersonId(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetPhoneNo(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetPlateNo(v string) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetProfileId(v int32) *GetProfileDetailResponseBodyData + func (s *GetProfileDetailResponseBodyData) SetSceneType(v string) *GetProfileDetailResponseBodyData + func (s GetProfileDetailResponseBodyData) GoString() string + func (s GetProfileDetailResponseBodyData) String() string + type GetProfileListRequest struct + BizId *string + CatalogId *int64 + CorpId *string + FaceImageId *string + FaceUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + LiveAddress *string + MatchingRateThreshold *string + Name *string + PageNumber *int64 + PageSize *int64 + PersonIdList map[string]interface{} + PhoneNo *string + PlateNo *string + ProfileIdList map[string]interface{} + SceneType *string + func (s *GetProfileListRequest) SetBizId(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetCatalogId(v int64) *GetProfileListRequest + func (s *GetProfileListRequest) SetCorpId(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetFaceImageId(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetFaceUrl(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetGender(v int32) *GetProfileListRequest + func (s *GetProfileListRequest) SetIdNumber(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetIsvSubId(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetLiveAddress(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetMatchingRateThreshold(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetName(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetPageNumber(v int64) *GetProfileListRequest + func (s *GetProfileListRequest) SetPageSize(v int64) *GetProfileListRequest + func (s *GetProfileListRequest) SetPersonIdList(v map[string]interface{}) *GetProfileListRequest + func (s *GetProfileListRequest) SetPhoneNo(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetPlateNo(v string) *GetProfileListRequest + func (s *GetProfileListRequest) SetProfileIdList(v map[string]interface{}) *GetProfileListRequest + func (s *GetProfileListRequest) SetSceneType(v string) *GetProfileListRequest + func (s GetProfileListRequest) GoString() string + func (s GetProfileListRequest) String() string + type GetProfileListResponse struct + Body *GetProfileListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetProfileListResponse) SetBody(v *GetProfileListResponseBody) *GetProfileListResponse + func (s *GetProfileListResponse) SetHeaders(v map[string]*string) *GetProfileListResponse + func (s *GetProfileListResponse) SetStatusCode(v int32) *GetProfileListResponse + func (s GetProfileListResponse) GoString() string + func (s GetProfileListResponse) String() string + type GetProfileListResponseBody struct + Code *string + Data *GetProfileListResponseBodyData + Message *string + RequestId *string + func (s *GetProfileListResponseBody) SetCode(v string) *GetProfileListResponseBody + func (s *GetProfileListResponseBody) SetData(v *GetProfileListResponseBodyData) *GetProfileListResponseBody + func (s *GetProfileListResponseBody) SetMessage(v string) *GetProfileListResponseBody + func (s *GetProfileListResponseBody) SetRequestId(v string) *GetProfileListResponseBody + func (s GetProfileListResponseBody) GoString() string + func (s GetProfileListResponseBody) String() string + type GetProfileListResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*GetProfileListResponseBodyDataRecords + Success *bool + Total *int64 + func (s *GetProfileListResponseBodyData) SetPageNumber(v int64) *GetProfileListResponseBodyData + func (s *GetProfileListResponseBodyData) SetPageSize(v int64) *GetProfileListResponseBodyData + func (s *GetProfileListResponseBodyData) SetRecords(v []*GetProfileListResponseBodyDataRecords) *GetProfileListResponseBodyData + func (s *GetProfileListResponseBodyData) SetSuccess(v bool) *GetProfileListResponseBodyData + func (s *GetProfileListResponseBodyData) SetTotal(v int64) *GetProfileListResponseBodyData + func (s GetProfileListResponseBodyData) GoString() string + func (s GetProfileListResponseBodyData) String() string + type GetProfileListResponseBodyDataRecords struct + BizId *string + CatalogId *int32 + FaceUrl *string + Gender *string + IdNumber *string + IsvSubId *string + Name *string + PersonId *string + ProfileId *int32 + SceneType *string + SearchMatchingRate *string + func (s *GetProfileListResponseBodyDataRecords) SetBizId(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetCatalogId(v int32) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetFaceUrl(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetGender(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetIdNumber(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetIsvSubId(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetName(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetPersonId(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetProfileId(v int32) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetSceneType(v string) *GetProfileListResponseBodyDataRecords + func (s *GetProfileListResponseBodyDataRecords) SetSearchMatchingRate(v string) *GetProfileListResponseBodyDataRecords + func (s GetProfileListResponseBodyDataRecords) GoString() string + func (s GetProfileListResponseBodyDataRecords) String() string + type GetProfileListShrinkRequest struct + BizId *string + CatalogId *int64 + CorpId *string + FaceImageId *string + FaceUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + LiveAddress *string + MatchingRateThreshold *string + Name *string + PageNumber *int64 + PageSize *int64 + PersonIdListShrink *string + PhoneNo *string + PlateNo *string + ProfileIdListShrink *string + SceneType *string + func (s *GetProfileListShrinkRequest) SetBizId(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetCatalogId(v int64) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetCorpId(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetFaceImageId(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetFaceUrl(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetGender(v int32) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetIdNumber(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetIsvSubId(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetLiveAddress(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetMatchingRateThreshold(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetName(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetPageNumber(v int64) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetPageSize(v int64) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetPersonIdListShrink(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetPhoneNo(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetPlateNo(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetProfileIdListShrink(v string) *GetProfileListShrinkRequest + func (s *GetProfileListShrinkRequest) SetSceneType(v string) *GetProfileListShrinkRequest + func (s GetProfileListShrinkRequest) GoString() string + func (s GetProfileListShrinkRequest) String() string + type GetScanSubDevicesRequest struct + CorpId *string + DeviceId *string + func (s *GetScanSubDevicesRequest) SetCorpId(v string) *GetScanSubDevicesRequest + func (s *GetScanSubDevicesRequest) SetDeviceId(v string) *GetScanSubDevicesRequest + func (s GetScanSubDevicesRequest) GoString() string + func (s GetScanSubDevicesRequest) String() string + type GetScanSubDevicesResponse struct + Body *GetScanSubDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetScanSubDevicesResponse) SetBody(v *GetScanSubDevicesResponseBody) *GetScanSubDevicesResponse + func (s *GetScanSubDevicesResponse) SetHeaders(v map[string]*string) *GetScanSubDevicesResponse + func (s *GetScanSubDevicesResponse) SetStatusCode(v int32) *GetScanSubDevicesResponse + func (s GetScanSubDevicesResponse) GoString() string + func (s GetScanSubDevicesResponse) String() string + type GetScanSubDevicesResponseBody struct + Code *string + Data *GetScanSubDevicesResponseBodyData + Message *string + RequestId *string + func (s *GetScanSubDevicesResponseBody) SetCode(v string) *GetScanSubDevicesResponseBody + func (s *GetScanSubDevicesResponseBody) SetData(v *GetScanSubDevicesResponseBodyData) *GetScanSubDevicesResponseBody + func (s *GetScanSubDevicesResponseBody) SetMessage(v string) *GetScanSubDevicesResponseBody + func (s *GetScanSubDevicesResponseBody) SetRequestId(v string) *GetScanSubDevicesResponseBody + func (s GetScanSubDevicesResponseBody) GoString() string + func (s GetScanSubDevicesResponseBody) String() string + type GetScanSubDevicesResponseBodyData struct + SubDeviceList []*GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyData) SetSubDeviceList(v []*GetScanSubDevicesResponseBodyDataSubDeviceList) *GetScanSubDevicesResponseBodyData + func (s GetScanSubDevicesResponseBodyData) GoString() string + func (s GetScanSubDevicesResponseBodyData) String() string + type GetScanSubDevicesResponseBodyDataSubDeviceList struct + AssociatedNvr *string + DeviceMac *string + DeviceModel *string + DeviceSn *string + FirmwareVersion *string + Manufacturer *string + SubDeviceIp *string + SubDevicePort *string + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetAssociatedNvr(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetDeviceMac(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetDeviceModel(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetDeviceSn(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetFirmwareVersion(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetManufacturer(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetSubDeviceIp(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s *GetScanSubDevicesResponseBodyDataSubDeviceList) SetSubDevicePort(v string) *GetScanSubDevicesResponseBodyDataSubDeviceList + func (s GetScanSubDevicesResponseBodyDataSubDeviceList) GoString() string + func (s GetScanSubDevicesResponseBodyDataSubDeviceList) String() string + type GetUserDetailRequest struct + CorpId *string + IsvSubId *string + NeedFaceDetail *bool + UserId *int64 + func (s *GetUserDetailRequest) SetCorpId(v string) *GetUserDetailRequest + func (s *GetUserDetailRequest) SetIsvSubId(v string) *GetUserDetailRequest + func (s *GetUserDetailRequest) SetNeedFaceDetail(v bool) *GetUserDetailRequest + func (s *GetUserDetailRequest) SetUserId(v int64) *GetUserDetailRequest + func (s GetUserDetailRequest) GoString() string + func (s GetUserDetailRequest) String() string + type GetUserDetailResponse struct + Body *GetUserDetailResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetUserDetailResponse) SetBody(v *GetUserDetailResponseBody) *GetUserDetailResponse + func (s *GetUserDetailResponse) SetHeaders(v map[string]*string) *GetUserDetailResponse + func (s *GetUserDetailResponse) SetStatusCode(v int32) *GetUserDetailResponse + func (s GetUserDetailResponse) GoString() string + func (s GetUserDetailResponse) String() string + type GetUserDetailResponseBody struct + Code *string + Data *GetUserDetailResponseBodyData + Message *string + RequestId *string + func (s *GetUserDetailResponseBody) SetCode(v string) *GetUserDetailResponseBody + func (s *GetUserDetailResponseBody) SetData(v *GetUserDetailResponseBodyData) *GetUserDetailResponseBody + func (s *GetUserDetailResponseBody) SetMessage(v string) *GetUserDetailResponseBody + func (s *GetUserDetailResponseBody) SetRequestId(v string) *GetUserDetailResponseBody + func (s GetUserDetailResponseBody) GoString() string + func (s GetUserDetailResponseBody) String() string + type GetUserDetailResponseBodyData struct + Address *string + Age *string + Attachment *string + BizId *string + FaceImageUrl *string + Gender *string + IdNumber *string + IsvSubId *string + PhoneNo *string + PlateNo *string + UserGroupId *int32 + UserId *int32 + UserName *string + func (s *GetUserDetailResponseBodyData) SetAddress(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetAge(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetAttachment(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetBizId(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetFaceImageUrl(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetGender(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetIdNumber(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetIsvSubId(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetPhoneNo(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetPlateNo(v string) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetUserGroupId(v int32) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetUserId(v int32) *GetUserDetailResponseBodyData + func (s *GetUserDetailResponseBodyData) SetUserName(v string) *GetUserDetailResponseBodyData + func (s GetUserDetailResponseBodyData) GoString() string + func (s GetUserDetailResponseBodyData) String() string + type GetVideoComposeResultRequest struct + CorpId *string + TaskRequestId *string + func (s *GetVideoComposeResultRequest) SetCorpId(v string) *GetVideoComposeResultRequest + func (s *GetVideoComposeResultRequest) SetTaskRequestId(v string) *GetVideoComposeResultRequest + func (s GetVideoComposeResultRequest) GoString() string + func (s GetVideoComposeResultRequest) String() string + type GetVideoComposeResultResponse struct + Body *GetVideoComposeResultResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetVideoComposeResultResponse) SetBody(v *GetVideoComposeResultResponseBody) *GetVideoComposeResultResponse + func (s *GetVideoComposeResultResponse) SetHeaders(v map[string]*string) *GetVideoComposeResultResponse + func (s *GetVideoComposeResultResponse) SetStatusCode(v int32) *GetVideoComposeResultResponse + func (s GetVideoComposeResultResponse) GoString() string + func (s GetVideoComposeResultResponse) String() string + type GetVideoComposeResultResponseBody struct + Code *string + Message *string + RequestId *string + Status *string + VideoUrl *string + func (s *GetVideoComposeResultResponseBody) SetCode(v string) *GetVideoComposeResultResponseBody + func (s *GetVideoComposeResultResponseBody) SetMessage(v string) *GetVideoComposeResultResponseBody + func (s *GetVideoComposeResultResponseBody) SetRequestId(v string) *GetVideoComposeResultResponseBody + func (s *GetVideoComposeResultResponseBody) SetStatus(v string) *GetVideoComposeResultResponseBody + func (s *GetVideoComposeResultResponseBody) SetVideoUrl(v string) *GetVideoComposeResultResponseBody + func (s GetVideoComposeResultResponseBody) GoString() string + func (s GetVideoComposeResultResponseBody) String() string + type GetVideoSummaryTaskResultRequest struct + CorpId *string + TaskId *string + func (s *GetVideoSummaryTaskResultRequest) SetCorpId(v string) *GetVideoSummaryTaskResultRequest + func (s *GetVideoSummaryTaskResultRequest) SetTaskId(v string) *GetVideoSummaryTaskResultRequest + func (s GetVideoSummaryTaskResultRequest) GoString() string + func (s GetVideoSummaryTaskResultRequest) String() string + type GetVideoSummaryTaskResultResponse struct + Body *GetVideoSummaryTaskResultResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetVideoSummaryTaskResultResponse) SetBody(v *GetVideoSummaryTaskResultResponseBody) *GetVideoSummaryTaskResultResponse + func (s *GetVideoSummaryTaskResultResponse) SetHeaders(v map[string]*string) *GetVideoSummaryTaskResultResponse + func (s *GetVideoSummaryTaskResultResponse) SetStatusCode(v int32) *GetVideoSummaryTaskResultResponse + func (s GetVideoSummaryTaskResultResponse) GoString() string + func (s GetVideoSummaryTaskResultResponse) String() string + type GetVideoSummaryTaskResultResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *GetVideoSummaryTaskResultResponseBody) SetCode(v string) *GetVideoSummaryTaskResultResponseBody + func (s *GetVideoSummaryTaskResultResponseBody) SetData(v string) *GetVideoSummaryTaskResultResponseBody + func (s *GetVideoSummaryTaskResultResponseBody) SetMessage(v string) *GetVideoSummaryTaskResultResponseBody + func (s *GetVideoSummaryTaskResultResponseBody) SetRequestId(v string) *GetVideoSummaryTaskResultResponseBody + func (s GetVideoSummaryTaskResultResponseBody) GoString() string + func (s GetVideoSummaryTaskResultResponseBody) String() string + type InvokeMotorModelRequest struct + CorpId *string + PicId *string + PicPath *string + PicUrl *string + func (s *InvokeMotorModelRequest) SetCorpId(v string) *InvokeMotorModelRequest + func (s *InvokeMotorModelRequest) SetPicId(v string) *InvokeMotorModelRequest + func (s *InvokeMotorModelRequest) SetPicPath(v string) *InvokeMotorModelRequest + func (s *InvokeMotorModelRequest) SetPicUrl(v string) *InvokeMotorModelRequest + func (s InvokeMotorModelRequest) GoString() string + func (s InvokeMotorModelRequest) String() string + type InvokeMotorModelResponse struct + Body *InvokeMotorModelResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *InvokeMotorModelResponse) SetBody(v *InvokeMotorModelResponseBody) *InvokeMotorModelResponse + func (s *InvokeMotorModelResponse) SetHeaders(v map[string]*string) *InvokeMotorModelResponse + func (s *InvokeMotorModelResponse) SetStatusCode(v int32) *InvokeMotorModelResponse + func (s InvokeMotorModelResponse) GoString() string + func (s InvokeMotorModelResponse) String() string + type InvokeMotorModelResponseBody struct + Code *string + Data *InvokeMotorModelResponseBodyData + Message *string + RequestId *string + func (s *InvokeMotorModelResponseBody) SetCode(v string) *InvokeMotorModelResponseBody + func (s *InvokeMotorModelResponseBody) SetData(v *InvokeMotorModelResponseBodyData) *InvokeMotorModelResponseBody + func (s *InvokeMotorModelResponseBody) SetMessage(v string) *InvokeMotorModelResponseBody + func (s *InvokeMotorModelResponseBody) SetRequestId(v string) *InvokeMotorModelResponseBody + func (s InvokeMotorModelResponseBody) GoString() string + func (s InvokeMotorModelResponseBody) String() string + type InvokeMotorModelResponseBodyData struct + StructList *string + func (s *InvokeMotorModelResponseBodyData) SetStructList(v string) *InvokeMotorModelResponseBodyData + func (s InvokeMotorModelResponseBodyData) GoString() string + func (s InvokeMotorModelResponseBodyData) String() string + type ListAccessNumberRequest struct + CorpIdList *string + func (s *ListAccessNumberRequest) SetCorpIdList(v string) *ListAccessNumberRequest + func (s ListAccessNumberRequest) GoString() string + func (s ListAccessNumberRequest) String() string + type ListAccessNumberResponse struct + Body *ListAccessNumberResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListAccessNumberResponse) SetBody(v *ListAccessNumberResponseBody) *ListAccessNumberResponse + func (s *ListAccessNumberResponse) SetHeaders(v map[string]*string) *ListAccessNumberResponse + func (s *ListAccessNumberResponse) SetStatusCode(v int32) *ListAccessNumberResponse + func (s ListAccessNumberResponse) GoString() string + func (s ListAccessNumberResponse) String() string + type ListAccessNumberResponseBody struct + Code *string + Data []*ListAccessNumberResponseBodyData + Message *string + RequestId *string + func (s *ListAccessNumberResponseBody) SetCode(v string) *ListAccessNumberResponseBody + func (s *ListAccessNumberResponseBody) SetData(v []*ListAccessNumberResponseBodyData) *ListAccessNumberResponseBody + func (s *ListAccessNumberResponseBody) SetMessage(v string) *ListAccessNumberResponseBody + func (s *ListAccessNumberResponseBody) SetRequestId(v string) *ListAccessNumberResponseBody + func (s ListAccessNumberResponseBody) GoString() string + func (s ListAccessNumberResponseBody) String() string + type ListAccessNumberResponseBodyData struct + Count *string + Item *string + Percent *string + func (s *ListAccessNumberResponseBodyData) SetCount(v string) *ListAccessNumberResponseBodyData + func (s *ListAccessNumberResponseBodyData) SetItem(v string) *ListAccessNumberResponseBodyData + func (s *ListAccessNumberResponseBodyData) SetPercent(v string) *ListAccessNumberResponseBodyData + func (s ListAccessNumberResponseBodyData) GoString() string + func (s ListAccessNumberResponseBodyData) String() string + type ListAlgorithmNamesByDeviceIdsRequest struct + GbIds *string + func (s *ListAlgorithmNamesByDeviceIdsRequest) SetGbIds(v string) *ListAlgorithmNamesByDeviceIdsRequest + func (s ListAlgorithmNamesByDeviceIdsRequest) GoString() string + func (s ListAlgorithmNamesByDeviceIdsRequest) String() string + type ListAlgorithmNamesByDeviceIdsResponse struct + Body *ListAlgorithmNamesByDeviceIdsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListAlgorithmNamesByDeviceIdsResponse) SetBody(v *ListAlgorithmNamesByDeviceIdsResponseBody) *ListAlgorithmNamesByDeviceIdsResponse + func (s *ListAlgorithmNamesByDeviceIdsResponse) SetHeaders(v map[string]*string) *ListAlgorithmNamesByDeviceIdsResponse + func (s *ListAlgorithmNamesByDeviceIdsResponse) SetStatusCode(v int32) *ListAlgorithmNamesByDeviceIdsResponse + func (s ListAlgorithmNamesByDeviceIdsResponse) GoString() string + func (s ListAlgorithmNamesByDeviceIdsResponse) String() string + type ListAlgorithmNamesByDeviceIdsResponseBody struct + Code *string + Data []*ListAlgorithmNamesByDeviceIdsResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *ListAlgorithmNamesByDeviceIdsResponseBody) SetCode(v string) *ListAlgorithmNamesByDeviceIdsResponseBody + func (s *ListAlgorithmNamesByDeviceIdsResponseBody) SetData(v []*ListAlgorithmNamesByDeviceIdsResponseBodyData) *ListAlgorithmNamesByDeviceIdsResponseBody + func (s *ListAlgorithmNamesByDeviceIdsResponseBody) SetMessage(v string) *ListAlgorithmNamesByDeviceIdsResponseBody + func (s *ListAlgorithmNamesByDeviceIdsResponseBody) SetRequestId(v string) *ListAlgorithmNamesByDeviceIdsResponseBody + func (s *ListAlgorithmNamesByDeviceIdsResponseBody) SetSuccess(v bool) *ListAlgorithmNamesByDeviceIdsResponseBody + func (s ListAlgorithmNamesByDeviceIdsResponseBody) GoString() string + func (s ListAlgorithmNamesByDeviceIdsResponseBody) String() string + type ListAlgorithmNamesByDeviceIdsResponseBodyData struct + AlgorithmNames []*string + GbId *string + func (s *ListAlgorithmNamesByDeviceIdsResponseBodyData) SetAlgorithmNames(v []*string) *ListAlgorithmNamesByDeviceIdsResponseBodyData + func (s *ListAlgorithmNamesByDeviceIdsResponseBodyData) SetGbId(v string) *ListAlgorithmNamesByDeviceIdsResponseBodyData + func (s ListAlgorithmNamesByDeviceIdsResponseBodyData) GoString() string + func (s ListAlgorithmNamesByDeviceIdsResponseBodyData) String() string + type ListBodyAlgorithmResultsRequest struct + AlgorithmType *string + CapStyle *string + CorpId *string + DataSourceId *string + EndTime *string + PageNumber *string + PageSize *string + StartTime *string + func (s *ListBodyAlgorithmResultsRequest) SetAlgorithmType(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetCapStyle(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetCorpId(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetDataSourceId(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetEndTime(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetPageNumber(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetPageSize(v string) *ListBodyAlgorithmResultsRequest + func (s *ListBodyAlgorithmResultsRequest) SetStartTime(v string) *ListBodyAlgorithmResultsRequest + func (s ListBodyAlgorithmResultsRequest) GoString() string + func (s ListBodyAlgorithmResultsRequest) String() string + type ListBodyAlgorithmResultsResponse struct + Body *ListBodyAlgorithmResultsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListBodyAlgorithmResultsResponse) SetBody(v *ListBodyAlgorithmResultsResponseBody) *ListBodyAlgorithmResultsResponse + func (s *ListBodyAlgorithmResultsResponse) SetHeaders(v map[string]*string) *ListBodyAlgorithmResultsResponse + func (s *ListBodyAlgorithmResultsResponse) SetStatusCode(v int32) *ListBodyAlgorithmResultsResponse + func (s ListBodyAlgorithmResultsResponse) GoString() string + func (s ListBodyAlgorithmResultsResponse) String() string + type ListBodyAlgorithmResultsResponseBody struct + Code *string + Data *ListBodyAlgorithmResultsResponseBodyData + Message *string + RequestId *string + func (s *ListBodyAlgorithmResultsResponseBody) SetCode(v string) *ListBodyAlgorithmResultsResponseBody + func (s *ListBodyAlgorithmResultsResponseBody) SetData(v *ListBodyAlgorithmResultsResponseBodyData) *ListBodyAlgorithmResultsResponseBody + func (s *ListBodyAlgorithmResultsResponseBody) SetMessage(v string) *ListBodyAlgorithmResultsResponseBody + func (s *ListBodyAlgorithmResultsResponseBody) SetRequestId(v string) *ListBodyAlgorithmResultsResponseBody + func (s ListBodyAlgorithmResultsResponseBody) GoString() string + func (s ListBodyAlgorithmResultsResponseBody) String() string + type ListBodyAlgorithmResultsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListBodyAlgorithmResultsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListBodyAlgorithmResultsResponseBodyData) SetPageNumber(v int32) *ListBodyAlgorithmResultsResponseBodyData + func (s *ListBodyAlgorithmResultsResponseBodyData) SetPageSize(v int32) *ListBodyAlgorithmResultsResponseBodyData + func (s *ListBodyAlgorithmResultsResponseBodyData) SetRecords(v []*ListBodyAlgorithmResultsResponseBodyDataRecords) *ListBodyAlgorithmResultsResponseBodyData + func (s *ListBodyAlgorithmResultsResponseBodyData) SetTotalCount(v int32) *ListBodyAlgorithmResultsResponseBodyData + func (s *ListBodyAlgorithmResultsResponseBodyData) SetTotalPage(v int32) *ListBodyAlgorithmResultsResponseBodyData + func (s ListBodyAlgorithmResultsResponseBodyData) GoString() string + func (s ListBodyAlgorithmResultsResponseBodyData) String() string + type ListBodyAlgorithmResultsResponseBodyDataRecords struct + CapStyle *string + CoatColor *string + CoatLength *string + CoatStyle *string + CorpId *string + DataSourceId *string + GenderCode *string + HairStyle *string + LeftTopX *float32 + LeftTopY *float32 + MaxAge *string + MinAge *string + PersonId *string + PicUrlPath *string + RightBottomX *float32 + RightBottomY *float32 + ShotTime *string + SourceId *string + TargetPicUrlPath *string + TrousersColor *string + TrousersLength *string + TrousersStyle *string + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetCapStyle(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetCoatColor(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetCoatLength(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetCoatStyle(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetCorpId(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetDataSourceId(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetGenderCode(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetHairStyle(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetLeftTopX(v float32) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetLeftTopY(v float32) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetMaxAge(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetMinAge(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetPersonId(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetPicUrlPath(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetRightBottomX(v float32) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetRightBottomY(v float32) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetShotTime(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetSourceId(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetTargetPicUrlPath(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetTrousersColor(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetTrousersLength(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s *ListBodyAlgorithmResultsResponseBodyDataRecords) SetTrousersStyle(v string) *ListBodyAlgorithmResultsResponseBodyDataRecords + func (s ListBodyAlgorithmResultsResponseBodyDataRecords) GoString() string + func (s ListBodyAlgorithmResultsResponseBodyDataRecords) String() string + type ListCorpGroupMetricsRequest struct + CorpId *string + DeviceGroup *string + DeviceId *string + EndTime *string + GroupId *string + PageNumber *string + PageSize *string + StartTime *string + TagCode *string + UserGroup *string + func (s *ListCorpGroupMetricsRequest) SetCorpId(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetDeviceGroup(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetDeviceId(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetEndTime(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetGroupId(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetPageNumber(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetPageSize(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetStartTime(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetTagCode(v string) *ListCorpGroupMetricsRequest + func (s *ListCorpGroupMetricsRequest) SetUserGroup(v string) *ListCorpGroupMetricsRequest + func (s ListCorpGroupMetricsRequest) GoString() string + func (s ListCorpGroupMetricsRequest) String() string + type ListCorpGroupMetricsResponse struct + Body *ListCorpGroupMetricsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListCorpGroupMetricsResponse) SetBody(v *ListCorpGroupMetricsResponseBody) *ListCorpGroupMetricsResponse + func (s *ListCorpGroupMetricsResponse) SetHeaders(v map[string]*string) *ListCorpGroupMetricsResponse + func (s *ListCorpGroupMetricsResponse) SetStatusCode(v int32) *ListCorpGroupMetricsResponse + func (s ListCorpGroupMetricsResponse) GoString() string + func (s ListCorpGroupMetricsResponse) String() string + type ListCorpGroupMetricsResponseBody struct + Code *string + Data []*ListCorpGroupMetricsResponseBodyData + Message *string + PageNumber *int32 + PageSize *int32 + RequestId *string + Success *string + TotalCount *int32 + func (s *ListCorpGroupMetricsResponseBody) SetCode(v string) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetData(v []*ListCorpGroupMetricsResponseBodyData) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetMessage(v string) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetPageNumber(v int32) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetPageSize(v int32) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetRequestId(v string) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetSuccess(v string) *ListCorpGroupMetricsResponseBody + func (s *ListCorpGroupMetricsResponseBody) SetTotalCount(v int32) *ListCorpGroupMetricsResponseBody + func (s ListCorpGroupMetricsResponseBody) GoString() string + func (s ListCorpGroupMetricsResponseBody) String() string + type ListCorpGroupMetricsResponseBodyData struct + CorpGroupId *string + CorpId *string + DateId *string + DeviceGroupId *string + DeviceId *string + PersonID *string + TagCode *string + TagMetrics *string + TagValue *string + UserGroupId *string + func (s *ListCorpGroupMetricsResponseBodyData) SetCorpGroupId(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetCorpId(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetDateId(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetDeviceGroupId(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetDeviceId(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetPersonID(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetTagCode(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetTagMetrics(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetTagValue(v string) *ListCorpGroupMetricsResponseBodyData + func (s *ListCorpGroupMetricsResponseBodyData) SetUserGroupId(v string) *ListCorpGroupMetricsResponseBodyData + func (s ListCorpGroupMetricsResponseBodyData) GoString() string + func (s ListCorpGroupMetricsResponseBodyData) String() string + type ListCorpGroupsRequest struct + CorpId *string + PageNumber *int64 + PageSize *int64 + func (s *ListCorpGroupsRequest) SetCorpId(v string) *ListCorpGroupsRequest + func (s *ListCorpGroupsRequest) SetPageNumber(v int64) *ListCorpGroupsRequest + func (s *ListCorpGroupsRequest) SetPageSize(v int64) *ListCorpGroupsRequest + func (s ListCorpGroupsRequest) GoString() string + func (s ListCorpGroupsRequest) String() string + type ListCorpGroupsResponse struct + Body *ListCorpGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListCorpGroupsResponse) SetBody(v *ListCorpGroupsResponseBody) *ListCorpGroupsResponse + func (s *ListCorpGroupsResponse) SetHeaders(v map[string]*string) *ListCorpGroupsResponse + func (s *ListCorpGroupsResponse) SetStatusCode(v int32) *ListCorpGroupsResponse + func (s ListCorpGroupsResponse) GoString() string + func (s ListCorpGroupsResponse) String() string + type ListCorpGroupsResponseBody struct + Code *string + Data *ListCorpGroupsResponseBodyData + Message *string + RequestId *string + func (s *ListCorpGroupsResponseBody) SetCode(v string) *ListCorpGroupsResponseBody + func (s *ListCorpGroupsResponseBody) SetData(v *ListCorpGroupsResponseBodyData) *ListCorpGroupsResponseBody + func (s *ListCorpGroupsResponseBody) SetMessage(v string) *ListCorpGroupsResponseBody + func (s *ListCorpGroupsResponseBody) SetRequestId(v string) *ListCorpGroupsResponseBody + func (s ListCorpGroupsResponseBody) GoString() string + func (s ListCorpGroupsResponseBody) String() string + type ListCorpGroupsResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*string + TotalCount *int64 + TotalPage *int64 + func (s *ListCorpGroupsResponseBodyData) SetPageNumber(v int64) *ListCorpGroupsResponseBodyData + func (s *ListCorpGroupsResponseBodyData) SetPageSize(v int64) *ListCorpGroupsResponseBodyData + func (s *ListCorpGroupsResponseBodyData) SetRecords(v []*string) *ListCorpGroupsResponseBodyData + func (s *ListCorpGroupsResponseBodyData) SetTotalCount(v int64) *ListCorpGroupsResponseBodyData + func (s *ListCorpGroupsResponseBodyData) SetTotalPage(v int64) *ListCorpGroupsResponseBodyData + func (s ListCorpGroupsResponseBodyData) GoString() string + func (s ListCorpGroupsResponseBodyData) String() string + type ListCorpMetricsRequest struct + CorpId *string + DeviceGroupList *string + DeviceIdList *string + EndTime *string + PageNumber *string + PageSize *string + StartTime *string + TagCode *string + UserGroupList *string + func (s *ListCorpMetricsRequest) SetCorpId(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetDeviceGroupList(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetDeviceIdList(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetEndTime(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetPageNumber(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetPageSize(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetStartTime(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetTagCode(v string) *ListCorpMetricsRequest + func (s *ListCorpMetricsRequest) SetUserGroupList(v string) *ListCorpMetricsRequest + func (s ListCorpMetricsRequest) GoString() string + func (s ListCorpMetricsRequest) String() string + type ListCorpMetricsResponse struct + Body *ListCorpMetricsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListCorpMetricsResponse) SetBody(v *ListCorpMetricsResponseBody) *ListCorpMetricsResponse + func (s *ListCorpMetricsResponse) SetHeaders(v map[string]*string) *ListCorpMetricsResponse + func (s *ListCorpMetricsResponse) SetStatusCode(v int32) *ListCorpMetricsResponse + func (s ListCorpMetricsResponse) GoString() string + func (s ListCorpMetricsResponse) String() string + type ListCorpMetricsResponseBody struct + Code *string + Data []*ListCorpMetricsResponseBodyData + Message *string + PageNumber *int32 + PageSize *int32 + RequestId *string + Success *string + TotalCount *int32 + func (s *ListCorpMetricsResponseBody) SetCode(v string) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetData(v []*ListCorpMetricsResponseBodyData) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetMessage(v string) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetPageNumber(v int32) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetPageSize(v int32) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetRequestId(v string) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetSuccess(v string) *ListCorpMetricsResponseBody + func (s *ListCorpMetricsResponseBody) SetTotalCount(v int32) *ListCorpMetricsResponseBody + func (s ListCorpMetricsResponseBody) GoString() string + func (s ListCorpMetricsResponseBody) String() string + type ListCorpMetricsResponseBodyData struct + CorpId *string + DateId *string + DeviceGroupId *string + DeviceId *string + PersonId *string + TagCode *string + TagMetrics *string + TagValue *string + UserGroupId *string + func (s *ListCorpMetricsResponseBodyData) SetCorpId(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetDateId(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetDeviceGroupId(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetDeviceId(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetPersonId(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetTagCode(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetTagMetrics(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetTagValue(v string) *ListCorpMetricsResponseBodyData + func (s *ListCorpMetricsResponseBodyData) SetUserGroupId(v string) *ListCorpMetricsResponseBodyData + func (s ListCorpMetricsResponseBodyData) GoString() string + func (s ListCorpMetricsResponseBodyData) String() string + type ListCorpsRequest struct + CorpName *string + PageNumber *int32 + PageSize *int32 + func (s *ListCorpsRequest) SetCorpName(v string) *ListCorpsRequest + func (s *ListCorpsRequest) SetPageNumber(v int32) *ListCorpsRequest + func (s *ListCorpsRequest) SetPageSize(v int32) *ListCorpsRequest + func (s ListCorpsRequest) GoString() string + func (s ListCorpsRequest) String() string + type ListCorpsResponse struct + Body *ListCorpsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListCorpsResponse) SetBody(v *ListCorpsResponseBody) *ListCorpsResponse + func (s *ListCorpsResponse) SetHeaders(v map[string]*string) *ListCorpsResponse + func (s *ListCorpsResponse) SetStatusCode(v int32) *ListCorpsResponse + func (s ListCorpsResponse) GoString() string + func (s ListCorpsResponse) String() string + type ListCorpsResponseBody struct + Code *string + Data *ListCorpsResponseBodyData + Message *string + RequestId *string + func (s *ListCorpsResponseBody) SetCode(v string) *ListCorpsResponseBody + func (s *ListCorpsResponseBody) SetData(v *ListCorpsResponseBodyData) *ListCorpsResponseBody + func (s *ListCorpsResponseBody) SetMessage(v string) *ListCorpsResponseBody + func (s *ListCorpsResponseBody) SetRequestId(v string) *ListCorpsResponseBody + func (s ListCorpsResponseBody) GoString() string + func (s ListCorpsResponseBody) String() string + type ListCorpsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListCorpsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListCorpsResponseBodyData) SetPageNumber(v int32) *ListCorpsResponseBodyData + func (s *ListCorpsResponseBodyData) SetPageSize(v int32) *ListCorpsResponseBodyData + func (s *ListCorpsResponseBodyData) SetRecords(v []*ListCorpsResponseBodyDataRecords) *ListCorpsResponseBodyData + func (s *ListCorpsResponseBodyData) SetTotalCount(v int32) *ListCorpsResponseBodyData + func (s *ListCorpsResponseBodyData) SetTotalPage(v int32) *ListCorpsResponseBodyData + func (s ListCorpsResponseBodyData) GoString() string + func (s ListCorpsResponseBodyData) String() string + type ListCorpsResponseBodyDataRecords struct + AcuUsed *int32 + AppName *string + CorpId *string + CorpName *string + CreateDate *string + Description *string + DeviceCount *int32 + IconPath *string + IsvSubId *string + ParentCorpId *string + YOfflineAcuUsed *float64 + func (s *ListCorpsResponseBodyDataRecords) SetAcuUsed(v int32) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetAppName(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetCorpId(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetCorpName(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetCreateDate(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetDescription(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetDeviceCount(v int32) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetIconPath(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetIsvSubId(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetParentCorpId(v string) *ListCorpsResponseBodyDataRecords + func (s *ListCorpsResponseBodyDataRecords) SetYOfflineAcuUsed(v float64) *ListCorpsResponseBodyDataRecords + func (s ListCorpsResponseBodyDataRecords) GoString() string + func (s ListCorpsResponseBodyDataRecords) String() string + type ListDeviceGroupsRequest struct + CorpIdList *string + DataSourceType *string + DeviceCodeList *string + Group *string + IsPage *int32 + Name *string + PageNum *int32 + PageSize *int32 + func (s *ListDeviceGroupsRequest) SetCorpIdList(v string) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetDataSourceType(v string) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetDeviceCodeList(v string) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetGroup(v string) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetIsPage(v int32) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetName(v string) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetPageNum(v int32) *ListDeviceGroupsRequest + func (s *ListDeviceGroupsRequest) SetPageSize(v int32) *ListDeviceGroupsRequest + func (s ListDeviceGroupsRequest) GoString() string + func (s ListDeviceGroupsRequest) String() string + type ListDeviceGroupsResponse struct + Body *ListDeviceGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListDeviceGroupsResponse) SetBody(v *ListDeviceGroupsResponseBody) *ListDeviceGroupsResponse + func (s *ListDeviceGroupsResponse) SetHeaders(v map[string]*string) *ListDeviceGroupsResponse + func (s *ListDeviceGroupsResponse) SetStatusCode(v int32) *ListDeviceGroupsResponse + func (s ListDeviceGroupsResponse) GoString() string + func (s ListDeviceGroupsResponse) String() string + type ListDeviceGroupsResponseBody struct + Code *string + Data []*ListDeviceGroupsResponseBodyData + Message *string + RequestId *string + func (s *ListDeviceGroupsResponseBody) SetCode(v string) *ListDeviceGroupsResponseBody + func (s *ListDeviceGroupsResponseBody) SetData(v []*ListDeviceGroupsResponseBodyData) *ListDeviceGroupsResponseBody + func (s *ListDeviceGroupsResponseBody) SetMessage(v string) *ListDeviceGroupsResponseBody + func (s *ListDeviceGroupsResponseBody) SetRequestId(v string) *ListDeviceGroupsResponseBody + func (s ListDeviceGroupsResponseBody) GoString() string + func (s ListDeviceGroupsResponseBody) String() string + type ListDeviceGroupsResponseBodyData struct + List []*ListDeviceGroupsResponseBodyDataList + TotalCount *string + func (s *ListDeviceGroupsResponseBodyData) SetList(v []*ListDeviceGroupsResponseBodyDataList) *ListDeviceGroupsResponseBodyData + func (s *ListDeviceGroupsResponseBodyData) SetTotalCount(v string) *ListDeviceGroupsResponseBodyData + func (s ListDeviceGroupsResponseBodyData) GoString() string + func (s ListDeviceGroupsResponseBodyData) String() string + type ListDeviceGroupsResponseBodyDataList struct + BitRate *string + CodingFormat *string + DataSourceType *string + DeviceCode *string + DeviceComputeStatus *string + DeviceGroup *string + DeviceName *string + DeviceSn *string + DeviceStatus *string + DeviceStreamStatus *string + InstallAddress *string + RegionId *string + RegionName *string + ResolvingPower *string + Type *string + func (s *ListDeviceGroupsResponseBodyDataList) SetBitRate(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetCodingFormat(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDataSourceType(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceCode(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceComputeStatus(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceGroup(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceName(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceSn(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceStatus(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetDeviceStreamStatus(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetInstallAddress(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetRegionId(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetRegionName(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetResolvingPower(v string) *ListDeviceGroupsResponseBodyDataList + func (s *ListDeviceGroupsResponseBodyDataList) SetType(v string) *ListDeviceGroupsResponseBodyDataList + func (s ListDeviceGroupsResponseBodyDataList) GoString() string + func (s ListDeviceGroupsResponseBodyDataList) String() string + type ListDevicesRequest struct + CorpId *string + DeviceName *string + GbId *string + PageNumber *int32 + PageSize *int32 + func (s *ListDevicesRequest) SetCorpId(v string) *ListDevicesRequest + func (s *ListDevicesRequest) SetDeviceName(v string) *ListDevicesRequest + func (s *ListDevicesRequest) SetGbId(v string) *ListDevicesRequest + func (s *ListDevicesRequest) SetPageNumber(v int32) *ListDevicesRequest + func (s *ListDevicesRequest) SetPageSize(v int32) *ListDevicesRequest + func (s ListDevicesRequest) GoString() string + func (s ListDevicesRequest) String() string + type ListDevicesResponse struct + Body *ListDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListDevicesResponse) SetBody(v *ListDevicesResponseBody) *ListDevicesResponse + func (s *ListDevicesResponse) SetHeaders(v map[string]*string) *ListDevicesResponse + func (s *ListDevicesResponse) SetStatusCode(v int32) *ListDevicesResponse + func (s ListDevicesResponse) GoString() string + func (s ListDevicesResponse) String() string + type ListDevicesResponseBody struct + Code *string + Data *ListDevicesResponseBodyData + Message *string + RequestId *string + func (s *ListDevicesResponseBody) SetCode(v string) *ListDevicesResponseBody + func (s *ListDevicesResponseBody) SetData(v *ListDevicesResponseBodyData) *ListDevicesResponseBody + func (s *ListDevicesResponseBody) SetMessage(v string) *ListDevicesResponseBody + func (s *ListDevicesResponseBody) SetRequestId(v string) *ListDevicesResponseBody + func (s ListDevicesResponseBody) GoString() string + func (s ListDevicesResponseBody) String() string + type ListDevicesResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListDevicesResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListDevicesResponseBodyData) SetPageNumber(v int32) *ListDevicesResponseBodyData + func (s *ListDevicesResponseBodyData) SetPageSize(v int32) *ListDevicesResponseBodyData + func (s *ListDevicesResponseBodyData) SetRecords(v []*ListDevicesResponseBodyDataRecords) *ListDevicesResponseBodyData + func (s *ListDevicesResponseBodyData) SetTotalCount(v int32) *ListDevicesResponseBodyData + func (s *ListDevicesResponseBodyData) SetTotalPage(v int32) *ListDevicesResponseBodyData + func (s ListDevicesResponseBodyData) GoString() string + func (s ListDevicesResponseBodyData) String() string + type ListDevicesResponseBodyDataRecords struct + AccessProtocolType *string + BitRate *string + CoverImageUrl *string + CreateTime *string + DeviceAddress *string + DeviceDirection *string + DeviceName *string + DeviceSite *string + DeviceType *string + GbId *string + Latitude *string + Longitude *string + Resolution *string + SipGBId *string + SipPassword *string + SipServerIp *string + SipServerPort *string + Status *int32 + Vendor *string + func (s *ListDevicesResponseBodyDataRecords) SetAccessProtocolType(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetBitRate(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetCoverImageUrl(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetCreateTime(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetDeviceAddress(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetDeviceDirection(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetDeviceName(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetDeviceSite(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetDeviceType(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetGbId(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetLatitude(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetLongitude(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetResolution(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetSipGBId(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetSipPassword(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetSipServerIp(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetSipServerPort(v string) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetStatus(v int32) *ListDevicesResponseBodyDataRecords + func (s *ListDevicesResponseBodyDataRecords) SetVendor(v string) *ListDevicesResponseBodyDataRecords + func (s ListDevicesResponseBodyDataRecords) GoString() string + func (s ListDevicesResponseBodyDataRecords) String() string + type ListEventAlgorithmDetailsRequest struct + CorpId *string + DataSourceId *string + EndTime *string + EventType *string + EventValue *string + ExtendValue *string + PageNumber *int32 + PageSize *int32 + RecordId *string + SourceId *string + StartTime *string + func (s *ListEventAlgorithmDetailsRequest) SetCorpId(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetDataSourceId(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetEndTime(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetEventType(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetEventValue(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetExtendValue(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetPageNumber(v int32) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetPageSize(v int32) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetRecordId(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetSourceId(v string) *ListEventAlgorithmDetailsRequest + func (s *ListEventAlgorithmDetailsRequest) SetStartTime(v string) *ListEventAlgorithmDetailsRequest + func (s ListEventAlgorithmDetailsRequest) GoString() string + func (s ListEventAlgorithmDetailsRequest) String() string + type ListEventAlgorithmDetailsResponse struct + Body *ListEventAlgorithmDetailsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListEventAlgorithmDetailsResponse) SetBody(v *ListEventAlgorithmDetailsResponseBody) *ListEventAlgorithmDetailsResponse + func (s *ListEventAlgorithmDetailsResponse) SetHeaders(v map[string]*string) *ListEventAlgorithmDetailsResponse + func (s *ListEventAlgorithmDetailsResponse) SetStatusCode(v int32) *ListEventAlgorithmDetailsResponse + func (s ListEventAlgorithmDetailsResponse) GoString() string + func (s ListEventAlgorithmDetailsResponse) String() string + type ListEventAlgorithmDetailsResponseBody struct + Code *string + Data []*ListEventAlgorithmDetailsResponseBodyData + Message *string + PageNumber *int32 + PageSize *int32 + RequestId *string + Success *string + TotalCount *int32 + func (s *ListEventAlgorithmDetailsResponseBody) SetCode(v string) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetData(v []*ListEventAlgorithmDetailsResponseBodyData) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetMessage(v string) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetPageNumber(v int32) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetPageSize(v int32) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetRequestId(v string) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetSuccess(v string) *ListEventAlgorithmDetailsResponseBody + func (s *ListEventAlgorithmDetailsResponseBody) SetTotalCount(v int32) *ListEventAlgorithmDetailsResponseBody + func (s ListEventAlgorithmDetailsResponseBody) GoString() string + func (s ListEventAlgorithmDetailsResponseBody) String() string + type ListEventAlgorithmDetailsResponseBodyData struct + CorpId *string + DataSourceId *string + EventType *string + EventValue *string + ExtendValue *string + ExtraExtendValue *string + FaceCount *string + LeftTopX *string + LeftTopY *string + PicUrlPath *string + PointX *string + PointY *string + RecordId *string + RightBottomX *string + RightBottomY *string + ShotTime *string + SourceId *string + TagCode *string + TagCodeReliability *string + TargetPicUrlPath *string + UuidCode *string + func (s *ListEventAlgorithmDetailsResponseBodyData) SetCorpId(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetDataSourceId(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetEventType(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetEventValue(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetExtendValue(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetExtraExtendValue(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetFaceCount(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetLeftTopX(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetLeftTopY(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetPicUrlPath(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetPointX(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetPointY(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetRecordId(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetRightBottomX(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetRightBottomY(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetShotTime(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetSourceId(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetTagCode(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetTagCodeReliability(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetTargetPicUrlPath(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s *ListEventAlgorithmDetailsResponseBodyData) SetUuidCode(v string) *ListEventAlgorithmDetailsResponseBodyData + func (s ListEventAlgorithmDetailsResponseBodyData) GoString() string + func (s ListEventAlgorithmDetailsResponseBodyData) String() string + type ListEventAlgorithmResultsRequest struct + CorpId *string + DataSourceId *string + EndTime *string + EventType *string + ExtendValue *string + PageNumber *string + PageSize *string + StartTime *string + func (s *ListEventAlgorithmResultsRequest) SetCorpId(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetDataSourceId(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetEndTime(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetEventType(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetExtendValue(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetPageNumber(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetPageSize(v string) *ListEventAlgorithmResultsRequest + func (s *ListEventAlgorithmResultsRequest) SetStartTime(v string) *ListEventAlgorithmResultsRequest + func (s ListEventAlgorithmResultsRequest) GoString() string + func (s ListEventAlgorithmResultsRequest) String() string + type ListEventAlgorithmResultsResponse struct + Body *ListEventAlgorithmResultsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListEventAlgorithmResultsResponse) SetBody(v *ListEventAlgorithmResultsResponseBody) *ListEventAlgorithmResultsResponse + func (s *ListEventAlgorithmResultsResponse) SetHeaders(v map[string]*string) *ListEventAlgorithmResultsResponse + func (s *ListEventAlgorithmResultsResponse) SetStatusCode(v int32) *ListEventAlgorithmResultsResponse + func (s ListEventAlgorithmResultsResponse) GoString() string + func (s ListEventAlgorithmResultsResponse) String() string + type ListEventAlgorithmResultsResponseBody struct + Code *string + Data *ListEventAlgorithmResultsResponseBodyData + ExtendValue *string + Message *string + RequestId *string + func (s *ListEventAlgorithmResultsResponseBody) SetCode(v string) *ListEventAlgorithmResultsResponseBody + func (s *ListEventAlgorithmResultsResponseBody) SetData(v *ListEventAlgorithmResultsResponseBodyData) *ListEventAlgorithmResultsResponseBody + func (s *ListEventAlgorithmResultsResponseBody) SetExtendValue(v string) *ListEventAlgorithmResultsResponseBody + func (s *ListEventAlgorithmResultsResponseBody) SetMessage(v string) *ListEventAlgorithmResultsResponseBody + func (s *ListEventAlgorithmResultsResponseBody) SetRequestId(v string) *ListEventAlgorithmResultsResponseBody + func (s ListEventAlgorithmResultsResponseBody) GoString() string + func (s ListEventAlgorithmResultsResponseBody) String() string + type ListEventAlgorithmResultsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListEventAlgorithmResultsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListEventAlgorithmResultsResponseBodyData) SetPageNumber(v int32) *ListEventAlgorithmResultsResponseBodyData + func (s *ListEventAlgorithmResultsResponseBodyData) SetPageSize(v int32) *ListEventAlgorithmResultsResponseBodyData + func (s *ListEventAlgorithmResultsResponseBodyData) SetRecords(v []*ListEventAlgorithmResultsResponseBodyDataRecords) *ListEventAlgorithmResultsResponseBodyData + func (s *ListEventAlgorithmResultsResponseBodyData) SetTotalCount(v int32) *ListEventAlgorithmResultsResponseBodyData + func (s *ListEventAlgorithmResultsResponseBodyData) SetTotalPage(v int32) *ListEventAlgorithmResultsResponseBodyData + func (s ListEventAlgorithmResultsResponseBodyData) GoString() string + func (s ListEventAlgorithmResultsResponseBodyData) String() string + type ListEventAlgorithmResultsResponseBodyDataRecords struct + CapStyle *string + CorpId *string + DataSourceId *string + EventType *string + ExtendValue *string + ExtendValueThree *string + ExtendValueTwo *string + FaceCount *string + PicUrlPath *string + RecordId *string + ShotTime *string + TagCode *string + TagCodeReliability *string + TargetPicUrlPath *string + UuidCode *string + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetCapStyle(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetCorpId(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetDataSourceId(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetEventType(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetExtendValue(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetExtendValueThree(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetExtendValueTwo(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetFaceCount(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetPicUrlPath(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetRecordId(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetShotTime(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetTagCode(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetTagCodeReliability(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetTargetPicUrlPath(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s *ListEventAlgorithmResultsResponseBodyDataRecords) SetUuidCode(v string) *ListEventAlgorithmResultsResponseBodyDataRecords + func (s ListEventAlgorithmResultsResponseBodyDataRecords) GoString() string + func (s ListEventAlgorithmResultsResponseBodyDataRecords) String() string + type ListFaceAlgorithmResultsRequest struct + AlgorithmType *string + CorpId *string + DataSourceId *string + EndTime *string + PageNumber *string + PageSize *string + StartTime *string + func (s *ListFaceAlgorithmResultsRequest) SetAlgorithmType(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetCorpId(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetDataSourceId(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetEndTime(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetPageNumber(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetPageSize(v string) *ListFaceAlgorithmResultsRequest + func (s *ListFaceAlgorithmResultsRequest) SetStartTime(v string) *ListFaceAlgorithmResultsRequest + func (s ListFaceAlgorithmResultsRequest) GoString() string + func (s ListFaceAlgorithmResultsRequest) String() string + type ListFaceAlgorithmResultsResponse struct + Body *ListFaceAlgorithmResultsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListFaceAlgorithmResultsResponse) SetBody(v *ListFaceAlgorithmResultsResponseBody) *ListFaceAlgorithmResultsResponse + func (s *ListFaceAlgorithmResultsResponse) SetHeaders(v map[string]*string) *ListFaceAlgorithmResultsResponse + func (s *ListFaceAlgorithmResultsResponse) SetStatusCode(v int32) *ListFaceAlgorithmResultsResponse + func (s ListFaceAlgorithmResultsResponse) GoString() string + func (s ListFaceAlgorithmResultsResponse) String() string + type ListFaceAlgorithmResultsResponseBody struct + Code *string + Data *ListFaceAlgorithmResultsResponseBodyData + Message *string + RequestId *string + func (s *ListFaceAlgorithmResultsResponseBody) SetCode(v string) *ListFaceAlgorithmResultsResponseBody + func (s *ListFaceAlgorithmResultsResponseBody) SetData(v *ListFaceAlgorithmResultsResponseBodyData) *ListFaceAlgorithmResultsResponseBody + func (s *ListFaceAlgorithmResultsResponseBody) SetMessage(v string) *ListFaceAlgorithmResultsResponseBody + func (s *ListFaceAlgorithmResultsResponseBody) SetRequestId(v string) *ListFaceAlgorithmResultsResponseBody + func (s ListFaceAlgorithmResultsResponseBody) GoString() string + func (s ListFaceAlgorithmResultsResponseBody) String() string + type ListFaceAlgorithmResultsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListFaceAlgorithmResultsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListFaceAlgorithmResultsResponseBodyData) SetPageNumber(v int32) *ListFaceAlgorithmResultsResponseBodyData + func (s *ListFaceAlgorithmResultsResponseBodyData) SetPageSize(v int32) *ListFaceAlgorithmResultsResponseBodyData + func (s *ListFaceAlgorithmResultsResponseBodyData) SetRecords(v []*ListFaceAlgorithmResultsResponseBodyDataRecords) *ListFaceAlgorithmResultsResponseBodyData + func (s *ListFaceAlgorithmResultsResponseBodyData) SetTotalCount(v int32) *ListFaceAlgorithmResultsResponseBodyData + func (s *ListFaceAlgorithmResultsResponseBodyData) SetTotalPage(v int32) *ListFaceAlgorithmResultsResponseBodyData + func (s ListFaceAlgorithmResultsResponseBodyData) GoString() string + func (s ListFaceAlgorithmResultsResponseBodyData) String() string + type ListFaceAlgorithmResultsResponseBodyDataRecords struct + CapStyle *string + CorpId *string + DataSourceId *string + FaceId *string + GenderCode *string + HairStyle *string + LeftTopX *float32 + LeftTopY *float32 + MaxAge *string + MinAge *string + PicUrlPath *string + RightBottomX *float32 + RightBottomY *float32 + ShotTime *string + SourceId *string + TargetPicUrlPath *string + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetCapStyle(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetCorpId(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetDataSourceId(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetFaceId(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetGenderCode(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetHairStyle(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetLeftTopX(v float32) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetLeftTopY(v float32) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetMaxAge(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetMinAge(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetPicUrlPath(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetRightBottomX(v float32) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetRightBottomY(v float32) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetShotTime(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetSourceId(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s *ListFaceAlgorithmResultsResponseBodyDataRecords) SetTargetPicUrlPath(v string) *ListFaceAlgorithmResultsResponseBodyDataRecords + func (s ListFaceAlgorithmResultsResponseBodyDataRecords) GoString() string + func (s ListFaceAlgorithmResultsResponseBodyDataRecords) String() string + type ListInstancesRequest struct + CurrentPage *int32 + InstanceName *string + PageSize *int32 + ProjectId *string + func (s *ListInstancesRequest) SetCurrentPage(v int32) *ListInstancesRequest + func (s *ListInstancesRequest) SetInstanceName(v string) *ListInstancesRequest + func (s *ListInstancesRequest) SetPageSize(v int32) *ListInstancesRequest + func (s *ListInstancesRequest) SetProjectId(v string) *ListInstancesRequest + func (s ListInstancesRequest) GoString() string + func (s ListInstancesRequest) String() string + type ListInstancesResponse struct + Body *ListInstancesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListInstancesResponse) SetBody(v *ListInstancesResponseBody) *ListInstancesResponse + func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse + func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse + func (s ListInstancesResponse) GoString() string + func (s ListInstancesResponse) String() string + type ListInstancesResponseBody struct + Code *string + Data *ListInstancesResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *ListInstancesResponseBody) SetCode(v string) *ListInstancesResponseBody + func (s *ListInstancesResponseBody) SetData(v *ListInstancesResponseBodyData) *ListInstancesResponseBody + func (s *ListInstancesResponseBody) SetMessage(v string) *ListInstancesResponseBody + func (s *ListInstancesResponseBody) SetRequestId(v string) *ListInstancesResponseBody + func (s *ListInstancesResponseBody) SetSuccess(v bool) *ListInstancesResponseBody + func (s ListInstancesResponseBody) GoString() string + func (s ListInstancesResponseBody) String() string + type ListInstancesResponseBodyData struct + CurrentPage *int32 + Items []*ListInstancesResponseBodyDataItems + PageSize *int32 + TotalCount *int32 + func (s *ListInstancesResponseBodyData) SetCurrentPage(v int32) *ListInstancesResponseBodyData + func (s *ListInstancesResponseBodyData) SetItems(v []*ListInstancesResponseBodyDataItems) *ListInstancesResponseBodyData + func (s *ListInstancesResponseBodyData) SetPageSize(v int32) *ListInstancesResponseBodyData + func (s *ListInstancesResponseBodyData) SetTotalCount(v int32) *ListInstancesResponseBodyData + func (s ListInstancesResponseBodyData) GoString() string + func (s ListInstancesResponseBodyData) String() string + type ListInstancesResponseBodyDataItems struct + AcuUsed *int32 + Algorithms []*ListInstancesResponseBodyDataItemsAlgorithms + CreateTime *int64 + DeviceNumber *int32 + InstanceId *string + InstanceName *string + Status *string + func (s *ListInstancesResponseBodyDataItems) SetAcuUsed(v int32) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetAlgorithms(v []*ListInstancesResponseBodyDataItemsAlgorithms) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetCreateTime(v int64) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetDeviceNumber(v int32) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetInstanceId(v string) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetInstanceName(v string) *ListInstancesResponseBodyDataItems + func (s *ListInstancesResponseBodyDataItems) SetStatus(v string) *ListInstancesResponseBodyDataItems + func (s ListInstancesResponseBodyDataItems) GoString() string + func (s ListInstancesResponseBodyDataItems) String() string + type ListInstancesResponseBodyDataItemsAlgorithms struct + AlgorithmId *string + AlgorithmName *string + func (s *ListInstancesResponseBodyDataItemsAlgorithms) SetAlgorithmId(v string) *ListInstancesResponseBodyDataItemsAlgorithms + func (s *ListInstancesResponseBodyDataItemsAlgorithms) SetAlgorithmName(v string) *ListInstancesResponseBodyDataItemsAlgorithms + func (s ListInstancesResponseBodyDataItemsAlgorithms) GoString() string + func (s ListInstancesResponseBodyDataItemsAlgorithms) String() string + type ListMetricsRequest struct + AggregateType *string + CorpId *string + EndTime *string + PageNumber *string + PageSize *string + StartTime *string + TagCode *string + func (s *ListMetricsRequest) SetAggregateType(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetCorpId(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetEndTime(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetPageNumber(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetPageSize(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetStartTime(v string) *ListMetricsRequest + func (s *ListMetricsRequest) SetTagCode(v string) *ListMetricsRequest + func (s ListMetricsRequest) GoString() string + func (s ListMetricsRequest) String() string + type ListMetricsResponse struct + Body *ListMetricsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListMetricsResponse) SetBody(v *ListMetricsResponseBody) *ListMetricsResponse + func (s *ListMetricsResponse) SetHeaders(v map[string]*string) *ListMetricsResponse + func (s *ListMetricsResponse) SetStatusCode(v int32) *ListMetricsResponse + func (s ListMetricsResponse) GoString() string + func (s ListMetricsResponse) String() string + type ListMetricsResponseBody struct + Code *string + Data *ListMetricsResponseBodyData + Message *string + RequestId *string + func (s *ListMetricsResponseBody) SetCode(v string) *ListMetricsResponseBody + func (s *ListMetricsResponseBody) SetData(v *ListMetricsResponseBodyData) *ListMetricsResponseBody + func (s *ListMetricsResponseBody) SetMessage(v string) *ListMetricsResponseBody + func (s *ListMetricsResponseBody) SetRequestId(v string) *ListMetricsResponseBody + func (s ListMetricsResponseBody) GoString() string + func (s ListMetricsResponseBody) String() string + type ListMetricsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListMetricsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListMetricsResponseBodyData) SetPageNumber(v int32) *ListMetricsResponseBodyData + func (s *ListMetricsResponseBodyData) SetPageSize(v int32) *ListMetricsResponseBodyData + func (s *ListMetricsResponseBodyData) SetRecords(v []*ListMetricsResponseBodyDataRecords) *ListMetricsResponseBodyData + func (s *ListMetricsResponseBodyData) SetTotalCount(v int32) *ListMetricsResponseBodyData + func (s *ListMetricsResponseBodyData) SetTotalPage(v int32) *ListMetricsResponseBodyData + func (s ListMetricsResponseBodyData) GoString() string + func (s ListMetricsResponseBodyData) String() string + type ListMetricsResponseBodyDataRecords struct + DateTime *string + TagCode *string + TagMetric *string + TagValue *string + func (s *ListMetricsResponseBodyDataRecords) SetDateTime(v string) *ListMetricsResponseBodyDataRecords + func (s *ListMetricsResponseBodyDataRecords) SetTagCode(v string) *ListMetricsResponseBodyDataRecords + func (s *ListMetricsResponseBodyDataRecords) SetTagMetric(v string) *ListMetricsResponseBodyDataRecords + func (s *ListMetricsResponseBodyDataRecords) SetTagValue(v string) *ListMetricsResponseBodyDataRecords + func (s ListMetricsResponseBodyDataRecords) GoString() string + func (s ListMetricsResponseBodyDataRecords) String() string + type ListMotorAlgorithmResultsRequest struct + AlgorithmType *string + CorpId *string + DataSourceId *string + EndTime *string + PageNumber *string + PageSize *string + PlateNumber *string + StartTime *string + func (s *ListMotorAlgorithmResultsRequest) SetAlgorithmType(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetCorpId(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetDataSourceId(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetEndTime(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetPageNumber(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetPageSize(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetPlateNumber(v string) *ListMotorAlgorithmResultsRequest + func (s *ListMotorAlgorithmResultsRequest) SetStartTime(v string) *ListMotorAlgorithmResultsRequest + func (s ListMotorAlgorithmResultsRequest) GoString() string + func (s ListMotorAlgorithmResultsRequest) String() string + type ListMotorAlgorithmResultsResponse struct + Body *ListMotorAlgorithmResultsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListMotorAlgorithmResultsResponse) SetBody(v *ListMotorAlgorithmResultsResponseBody) *ListMotorAlgorithmResultsResponse + func (s *ListMotorAlgorithmResultsResponse) SetHeaders(v map[string]*string) *ListMotorAlgorithmResultsResponse + func (s *ListMotorAlgorithmResultsResponse) SetStatusCode(v int32) *ListMotorAlgorithmResultsResponse + func (s ListMotorAlgorithmResultsResponse) GoString() string + func (s ListMotorAlgorithmResultsResponse) String() string + type ListMotorAlgorithmResultsResponseBody struct + Code *string + Data *ListMotorAlgorithmResultsResponseBodyData + Message *string + RequestId *string + func (s *ListMotorAlgorithmResultsResponseBody) SetCode(v string) *ListMotorAlgorithmResultsResponseBody + func (s *ListMotorAlgorithmResultsResponseBody) SetData(v *ListMotorAlgorithmResultsResponseBodyData) *ListMotorAlgorithmResultsResponseBody + func (s *ListMotorAlgorithmResultsResponseBody) SetMessage(v string) *ListMotorAlgorithmResultsResponseBody + func (s *ListMotorAlgorithmResultsResponseBody) SetRequestId(v string) *ListMotorAlgorithmResultsResponseBody + func (s ListMotorAlgorithmResultsResponseBody) GoString() string + func (s ListMotorAlgorithmResultsResponseBody) String() string + type ListMotorAlgorithmResultsResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*ListMotorAlgorithmResultsResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *ListMotorAlgorithmResultsResponseBodyData) SetPageNumber(v int32) *ListMotorAlgorithmResultsResponseBodyData + func (s *ListMotorAlgorithmResultsResponseBodyData) SetPageSize(v int32) *ListMotorAlgorithmResultsResponseBodyData + func (s *ListMotorAlgorithmResultsResponseBodyData) SetRecords(v []*ListMotorAlgorithmResultsResponseBodyDataRecords) *ListMotorAlgorithmResultsResponseBodyData + func (s *ListMotorAlgorithmResultsResponseBodyData) SetTotalCount(v int32) *ListMotorAlgorithmResultsResponseBodyData + func (s *ListMotorAlgorithmResultsResponseBodyData) SetTotalPage(v int32) *ListMotorAlgorithmResultsResponseBodyData + func (s ListMotorAlgorithmResultsResponseBodyData) GoString() string + func (s ListMotorAlgorithmResultsResponseBodyData) String() string + type ListMotorAlgorithmResultsResponseBodyDataRecords struct + Calling *string + CorpId *string + DataSourceId *string + LeftTopX *float32 + LeftTopY *float32 + MotorBrand *string + MotorClass *string + MotorColor *string + MotorId *string + MotorModel *string + MotorStyle *string + PicUrlPath *string + PlateClass *string + PlateColor *string + PlateNumber *string + RightBottomX *float32 + RightBottomY *float32 + SafetyBelt *string + ShotTime *string + SourceId *string + TargetPicUrlPath *string + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetCalling(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetCorpId(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetDataSourceId(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetLeftTopX(v float32) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetLeftTopY(v float32) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorBrand(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorClass(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorColor(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorId(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorModel(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetMotorStyle(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetPicUrlPath(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetPlateClass(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetPlateColor(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetPlateNumber(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetRightBottomX(v float32) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetRightBottomY(v float32) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetSafetyBelt(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetShotTime(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetSourceId(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s *ListMotorAlgorithmResultsResponseBodyDataRecords) SetTargetPicUrlPath(v string) *ListMotorAlgorithmResultsResponseBodyDataRecords + func (s ListMotorAlgorithmResultsResponseBodyDataRecords) GoString() string + func (s ListMotorAlgorithmResultsResponseBodyDataRecords) String() string + type ListNVRChannelDeviceRequest struct + DeviceCode *string + IsPage *string + PageNum *string + PageSize *string + func (s *ListNVRChannelDeviceRequest) SetDeviceCode(v string) *ListNVRChannelDeviceRequest + func (s *ListNVRChannelDeviceRequest) SetIsPage(v string) *ListNVRChannelDeviceRequest + func (s *ListNVRChannelDeviceRequest) SetPageNum(v string) *ListNVRChannelDeviceRequest + func (s *ListNVRChannelDeviceRequest) SetPageSize(v string) *ListNVRChannelDeviceRequest + func (s ListNVRChannelDeviceRequest) GoString() string + func (s ListNVRChannelDeviceRequest) String() string + type ListNVRChannelDeviceResponse struct + Body *ListNVRChannelDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListNVRChannelDeviceResponse) SetBody(v *ListNVRChannelDeviceResponseBody) *ListNVRChannelDeviceResponse + func (s *ListNVRChannelDeviceResponse) SetHeaders(v map[string]*string) *ListNVRChannelDeviceResponse + func (s *ListNVRChannelDeviceResponse) SetStatusCode(v int32) *ListNVRChannelDeviceResponse + func (s ListNVRChannelDeviceResponse) GoString() string + func (s ListNVRChannelDeviceResponse) String() string + type ListNVRChannelDeviceResponseBody struct + Data []*ListNVRChannelDeviceResponseBodyData + Message *string + RequestId *string + Success *bool + Total *string + func (s *ListNVRChannelDeviceResponseBody) SetData(v []*ListNVRChannelDeviceResponseBodyData) *ListNVRChannelDeviceResponseBody + func (s *ListNVRChannelDeviceResponseBody) SetMessage(v string) *ListNVRChannelDeviceResponseBody + func (s *ListNVRChannelDeviceResponseBody) SetRequestId(v string) *ListNVRChannelDeviceResponseBody + func (s *ListNVRChannelDeviceResponseBody) SetSuccess(v bool) *ListNVRChannelDeviceResponseBody + func (s *ListNVRChannelDeviceResponseBody) SetTotal(v string) *ListNVRChannelDeviceResponseBody + func (s ListNVRChannelDeviceResponseBody) GoString() string + func (s ListNVRChannelDeviceResponseBody) String() string + type ListNVRChannelDeviceResponseBodyData struct + ComptureStatus *string + CorpId *string + DatasourceType *string + DeviceCode *string + DeviceName *string + DeviceSn *string + DeviceStatus *string + DeviceType *string + ProjectName *string + RegionName *string + SampleName *string + StreamStatus *string + Vap *string + func (s *ListNVRChannelDeviceResponseBodyData) SetComptureStatus(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetCorpId(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDatasourceType(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDeviceCode(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDeviceName(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDeviceSn(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDeviceStatus(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetDeviceType(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetProjectName(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetRegionName(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetSampleName(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetStreamStatus(v string) *ListNVRChannelDeviceResponseBodyData + func (s *ListNVRChannelDeviceResponseBodyData) SetVap(v string) *ListNVRChannelDeviceResponseBodyData + func (s ListNVRChannelDeviceResponseBodyData) GoString() string + func (s ListNVRChannelDeviceResponseBodyData) String() string + type ListNVRDeviceRequest struct + CorpIdList *string + DeviceCode *string + IsPage *int64 + PageNum *int64 + PageSize *int64 + func (s *ListNVRDeviceRequest) SetCorpIdList(v string) *ListNVRDeviceRequest + func (s *ListNVRDeviceRequest) SetDeviceCode(v string) *ListNVRDeviceRequest + func (s *ListNVRDeviceRequest) SetIsPage(v int64) *ListNVRDeviceRequest + func (s *ListNVRDeviceRequest) SetPageNum(v int64) *ListNVRDeviceRequest + func (s *ListNVRDeviceRequest) SetPageSize(v int64) *ListNVRDeviceRequest + func (s ListNVRDeviceRequest) GoString() string + func (s ListNVRDeviceRequest) String() string + type ListNVRDeviceResponse struct + Body *ListNVRDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListNVRDeviceResponse) SetBody(v *ListNVRDeviceResponseBody) *ListNVRDeviceResponse + func (s *ListNVRDeviceResponse) SetHeaders(v map[string]*string) *ListNVRDeviceResponse + func (s *ListNVRDeviceResponse) SetStatusCode(v int32) *ListNVRDeviceResponse + func (s ListNVRDeviceResponse) GoString() string + func (s ListNVRDeviceResponse) String() string + type ListNVRDeviceResponseBody struct + Data []*ListNVRDeviceResponseBodyData + RequestId *string + Success *bool + Total *string + func (s *ListNVRDeviceResponseBody) SetData(v []*ListNVRDeviceResponseBodyData) *ListNVRDeviceResponseBody + func (s *ListNVRDeviceResponseBody) SetRequestId(v string) *ListNVRDeviceResponseBody + func (s *ListNVRDeviceResponseBody) SetSuccess(v bool) *ListNVRDeviceResponseBody + func (s *ListNVRDeviceResponseBody) SetTotal(v string) *ListNVRDeviceResponseBody + func (s ListNVRDeviceResponseBody) GoString() string + func (s ListNVRDeviceResponseBody) String() string + type ListNVRDeviceResponseBodyData struct + AccessQuota *string + Channel *string + ComptureStatus *string + CorpId *string + DatasourceType *string + DeviceCode *string + DeviceName *string + DeviceSn *string + DeviceStatus *string + DeviceType *string + ProjectName *string + RegionName *string + RegistrationTime *string + StreamStatus *string + Type *string + func (s *ListNVRDeviceResponseBodyData) SetAccessQuota(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetChannel(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetComptureStatus(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetCorpId(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDatasourceType(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDeviceCode(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDeviceName(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDeviceSn(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDeviceStatus(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetDeviceType(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetProjectName(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetRegionName(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetRegistrationTime(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetStreamStatus(v string) *ListNVRDeviceResponseBodyData + func (s *ListNVRDeviceResponseBodyData) SetType(v string) *ListNVRDeviceResponseBodyData + func (s ListNVRDeviceResponseBodyData) GoString() string + func (s ListNVRDeviceResponseBodyData) String() string + type ListPersonTraceDetailsRequest struct + CorpId *string + DataSourceId *string + EndTime *string + PageNumber *int64 + PageSize *int64 + PersonId *string + StartTime *string + SubId *string + func (s *ListPersonTraceDetailsRequest) SetCorpId(v string) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetDataSourceId(v string) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetEndTime(v string) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetPageNumber(v int64) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetPageSize(v int64) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetPersonId(v string) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetStartTime(v string) *ListPersonTraceDetailsRequest + func (s *ListPersonTraceDetailsRequest) SetSubId(v string) *ListPersonTraceDetailsRequest + func (s ListPersonTraceDetailsRequest) GoString() string + func (s ListPersonTraceDetailsRequest) String() string + type ListPersonTraceDetailsResponse struct + Body *ListPersonTraceDetailsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListPersonTraceDetailsResponse) SetBody(v *ListPersonTraceDetailsResponseBody) *ListPersonTraceDetailsResponse + func (s *ListPersonTraceDetailsResponse) SetHeaders(v map[string]*string) *ListPersonTraceDetailsResponse + func (s *ListPersonTraceDetailsResponse) SetStatusCode(v int32) *ListPersonTraceDetailsResponse + func (s ListPersonTraceDetailsResponse) GoString() string + func (s ListPersonTraceDetailsResponse) String() string + type ListPersonTraceDetailsResponseBody struct + Code *string + Data []*ListPersonTraceDetailsResponseBodyData + Message *string + PageNumber *int64 + PageSize *int64 + RequestId *string + TotalCount *int64 + func (s *ListPersonTraceDetailsResponseBody) SetCode(v string) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetData(v []*ListPersonTraceDetailsResponseBodyData) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetMessage(v string) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetPageNumber(v int64) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetPageSize(v int64) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetRequestId(v string) *ListPersonTraceDetailsResponseBody + func (s *ListPersonTraceDetailsResponseBody) SetTotalCount(v int64) *ListPersonTraceDetailsResponseBody + func (s ListPersonTraceDetailsResponseBody) GoString() string + func (s ListPersonTraceDetailsResponseBody) String() string + type ListPersonTraceDetailsResponseBodyData struct + CorpId *string + DataSourceId *string + LeftTopX *string + LeftTopY *string + PersonId *string + PicUrlPath *string + RightBottomX *string + RightBottomY *string + ShotTime *string + SubId *string + TargetPicUrlPath *string + func (s *ListPersonTraceDetailsResponseBodyData) SetCorpId(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetDataSourceId(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetLeftTopX(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetLeftTopY(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetPersonId(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetPicUrlPath(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetRightBottomX(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetRightBottomY(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetShotTime(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetSubId(v string) *ListPersonTraceDetailsResponseBodyData + func (s *ListPersonTraceDetailsResponseBodyData) SetTargetPicUrlPath(v string) *ListPersonTraceDetailsResponseBodyData + func (s ListPersonTraceDetailsResponseBodyData) GoString() string + func (s ListPersonTraceDetailsResponseBodyData) String() string + type ListPersonTraceRequest struct + CorpId *string + DataSourceId *string + EndTime *string + GroupId *string + PageNumber *string + PageSize *string + PersonId *string + StartTime *string + func (s *ListPersonTraceRequest) SetCorpId(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetDataSourceId(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetEndTime(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetGroupId(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetPageNumber(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetPageSize(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetPersonId(v string) *ListPersonTraceRequest + func (s *ListPersonTraceRequest) SetStartTime(v string) *ListPersonTraceRequest + func (s ListPersonTraceRequest) GoString() string + func (s ListPersonTraceRequest) String() string + type ListPersonTraceResponse struct + Body *ListPersonTraceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListPersonTraceResponse) SetBody(v *ListPersonTraceResponseBody) *ListPersonTraceResponse + func (s *ListPersonTraceResponse) SetHeaders(v map[string]*string) *ListPersonTraceResponse + func (s *ListPersonTraceResponse) SetStatusCode(v int32) *ListPersonTraceResponse + func (s ListPersonTraceResponse) GoString() string + func (s ListPersonTraceResponse) String() string + type ListPersonTraceResponseBody struct + Code *string + Data []*ListPersonTraceResponseBodyData + Message *string + PageNumber *int32 + PageSize *int32 + RequestId *string + Success *string + TotalCount *int32 + func (s *ListPersonTraceResponseBody) SetCode(v string) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetData(v []*ListPersonTraceResponseBodyData) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetMessage(v string) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetPageNumber(v int32) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetPageSize(v int32) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetRequestId(v string) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetSuccess(v string) *ListPersonTraceResponseBody + func (s *ListPersonTraceResponseBody) SetTotalCount(v int32) *ListPersonTraceResponseBody + func (s ListPersonTraceResponseBody) GoString() string + func (s ListPersonTraceResponseBody) String() string + type ListPersonTraceResponseBodyData struct + CorpId *string + Date *string + DeviceId *string + EndSourceImage *string + EndTargetImage *string + GroupId *string + LastTime *string + PersonId *string + StartSourceImage *string + StartTargetImage *string + StartTime *string + func (s *ListPersonTraceResponseBodyData) SetCorpId(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetDate(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetDeviceId(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetEndSourceImage(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetEndTargetImage(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetGroupId(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetLastTime(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetPersonId(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetStartSourceImage(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetStartTargetImage(v string) *ListPersonTraceResponseBodyData + func (s *ListPersonTraceResponseBodyData) SetStartTime(v string) *ListPersonTraceResponseBodyData + func (s ListPersonTraceResponseBodyData) GoString() string + func (s ListPersonTraceResponseBodyData) String() string + type ListPersonVisitCountRequest struct + AggregateType *string + CorpId *string + CountType *string + EndTime *string + MaxVal *int32 + MinVal *int32 + PageNumber *int32 + PageSize *int32 + StartTime *string + TagCode *string + TimeAggregateType *string + func (s *ListPersonVisitCountRequest) SetAggregateType(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetCorpId(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetCountType(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetEndTime(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetMaxVal(v int32) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetMinVal(v int32) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetPageNumber(v int32) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetPageSize(v int32) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetStartTime(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetTagCode(v string) *ListPersonVisitCountRequest + func (s *ListPersonVisitCountRequest) SetTimeAggregateType(v string) *ListPersonVisitCountRequest + func (s ListPersonVisitCountRequest) GoString() string + func (s ListPersonVisitCountRequest) String() string + type ListPersonVisitCountResponse struct + Body *ListPersonVisitCountResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListPersonVisitCountResponse) SetBody(v *ListPersonVisitCountResponseBody) *ListPersonVisitCountResponse + func (s *ListPersonVisitCountResponse) SetHeaders(v map[string]*string) *ListPersonVisitCountResponse + func (s *ListPersonVisitCountResponse) SetStatusCode(v int32) *ListPersonVisitCountResponse + func (s ListPersonVisitCountResponse) GoString() string + func (s ListPersonVisitCountResponse) String() string + type ListPersonVisitCountResponseBody struct + Code *string + Data []*ListPersonVisitCountResponseBodyData + Message *string + PageNo *string + PageSize *string + RequestId *string + Success *string + TotalCount *string + func (s *ListPersonVisitCountResponseBody) SetCode(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetData(v []*ListPersonVisitCountResponseBodyData) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetMessage(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetPageNo(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetPageSize(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetRequestId(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetSuccess(v string) *ListPersonVisitCountResponseBody + func (s *ListPersonVisitCountResponseBody) SetTotalCount(v string) *ListPersonVisitCountResponseBody + func (s ListPersonVisitCountResponseBody) GoString() string + func (s ListPersonVisitCountResponseBody) String() string + type ListPersonVisitCountResponseBodyData struct + CorpId *string + DayId *string + DeviceId *string + GroupId *string + HourId *string + PersonId *string + TagCode *string + TagMetrics *string + func (s *ListPersonVisitCountResponseBodyData) SetCorpId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetDayId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetDeviceId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetGroupId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetHourId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetPersonId(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetTagCode(v string) *ListPersonVisitCountResponseBodyData + func (s *ListPersonVisitCountResponseBodyData) SetTagMetrics(v string) *ListPersonVisitCountResponseBodyData + func (s ListPersonVisitCountResponseBodyData) GoString() string + func (s ListPersonVisitCountResponseBodyData) String() string + type ListPersonsRequest struct + AlgorithmType *string + CorpId *string + EndTime *string + PageNo *string + PageSize *string + StartTime *string + func (s *ListPersonsRequest) SetAlgorithmType(v string) *ListPersonsRequest + func (s *ListPersonsRequest) SetCorpId(v string) *ListPersonsRequest + func (s *ListPersonsRequest) SetEndTime(v string) *ListPersonsRequest + func (s *ListPersonsRequest) SetPageNo(v string) *ListPersonsRequest + func (s *ListPersonsRequest) SetPageSize(v string) *ListPersonsRequest + func (s *ListPersonsRequest) SetStartTime(v string) *ListPersonsRequest + func (s ListPersonsRequest) GoString() string + func (s ListPersonsRequest) String() string + type ListPersonsResponse struct + Body *ListPersonsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListPersonsResponse) SetBody(v *ListPersonsResponseBody) *ListPersonsResponse + func (s *ListPersonsResponse) SetHeaders(v map[string]*string) *ListPersonsResponse + func (s *ListPersonsResponse) SetStatusCode(v int32) *ListPersonsResponse + func (s ListPersonsResponse) GoString() string + func (s ListPersonsResponse) String() string + type ListPersonsResponseBody struct + Code *string + Data *ListPersonsResponseBodyData + Message *string + RequestId *string + func (s *ListPersonsResponseBody) SetCode(v string) *ListPersonsResponseBody + func (s *ListPersonsResponseBody) SetData(v *ListPersonsResponseBodyData) *ListPersonsResponseBody + func (s *ListPersonsResponseBody) SetMessage(v string) *ListPersonsResponseBody + func (s *ListPersonsResponseBody) SetRequestId(v string) *ListPersonsResponseBody + func (s ListPersonsResponseBody) GoString() string + func (s ListPersonsResponseBody) String() string + type ListPersonsResponseBodyData struct + PageNo *string + PageSize *string + Records []*ListPersonsResponseBodyDataRecords + TotalCount *string + TotalPage *string + func (s *ListPersonsResponseBodyData) SetPageNo(v string) *ListPersonsResponseBodyData + func (s *ListPersonsResponseBodyData) SetPageSize(v string) *ListPersonsResponseBodyData + func (s *ListPersonsResponseBodyData) SetRecords(v []*ListPersonsResponseBodyDataRecords) *ListPersonsResponseBodyData + func (s *ListPersonsResponseBodyData) SetTotalCount(v string) *ListPersonsResponseBodyData + func (s *ListPersonsResponseBodyData) SetTotalPage(v string) *ListPersonsResponseBodyData + func (s ListPersonsResponseBodyData) GoString() string + func (s ListPersonsResponseBodyData) String() string + type ListPersonsResponseBodyDataRecords struct + FirstAppearTime *string + PersonId *string + PicUrl *string + TagList []*ListPersonsResponseBodyDataRecordsTagList + func (s *ListPersonsResponseBodyDataRecords) SetFirstAppearTime(v string) *ListPersonsResponseBodyDataRecords + func (s *ListPersonsResponseBodyDataRecords) SetPersonId(v string) *ListPersonsResponseBodyDataRecords + func (s *ListPersonsResponseBodyDataRecords) SetPicUrl(v string) *ListPersonsResponseBodyDataRecords + func (s *ListPersonsResponseBodyDataRecords) SetTagList(v []*ListPersonsResponseBodyDataRecordsTagList) *ListPersonsResponseBodyDataRecords + func (s ListPersonsResponseBodyDataRecords) GoString() string + func (s ListPersonsResponseBodyDataRecords) String() string + type ListPersonsResponseBodyDataRecordsTagList struct + TagCode *string + TagName *string + TagValue *string + TagValueId *string + func (s *ListPersonsResponseBodyDataRecordsTagList) SetTagCode(v string) *ListPersonsResponseBodyDataRecordsTagList + func (s *ListPersonsResponseBodyDataRecordsTagList) SetTagName(v string) *ListPersonsResponseBodyDataRecordsTagList + func (s *ListPersonsResponseBodyDataRecordsTagList) SetTagValue(v string) *ListPersonsResponseBodyDataRecordsTagList + func (s *ListPersonsResponseBodyDataRecordsTagList) SetTagValueId(v string) *ListPersonsResponseBodyDataRecordsTagList + func (s ListPersonsResponseBodyDataRecordsTagList) GoString() string + func (s ListPersonsResponseBodyDataRecordsTagList) String() string + type ListUserGroupsRequest struct + CorpId *string + IsvSubId *string + func (s *ListUserGroupsRequest) SetCorpId(v string) *ListUserGroupsRequest + func (s *ListUserGroupsRequest) SetIsvSubId(v string) *ListUserGroupsRequest + func (s ListUserGroupsRequest) GoString() string + func (s ListUserGroupsRequest) String() string + type ListUserGroupsResponse struct + Body *ListUserGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListUserGroupsResponse) SetBody(v *ListUserGroupsResponseBody) *ListUserGroupsResponse + func (s *ListUserGroupsResponse) SetHeaders(v map[string]*string) *ListUserGroupsResponse + func (s *ListUserGroupsResponse) SetStatusCode(v int32) *ListUserGroupsResponse + func (s ListUserGroupsResponse) GoString() string + func (s ListUserGroupsResponse) String() string + type ListUserGroupsResponseBody struct + Code *string + Data []*ListUserGroupsResponseBodyData + Message *string + RequestId *string + func (s *ListUserGroupsResponseBody) SetCode(v string) *ListUserGroupsResponseBody + func (s *ListUserGroupsResponseBody) SetData(v []*ListUserGroupsResponseBodyData) *ListUserGroupsResponseBody + func (s *ListUserGroupsResponseBody) SetMessage(v string) *ListUserGroupsResponseBody + func (s *ListUserGroupsResponseBody) SetRequestId(v string) *ListUserGroupsResponseBody + func (s ListUserGroupsResponseBody) GoString() string + func (s ListUserGroupsResponseBody) String() string + type ListUserGroupsResponseBodyData struct + CreateTime *string + Creator *string + IsvSubId *string + ParentUserGroupId *int64 + UpdateTime *string + UserCount *int64 + UserGroupId *int64 + UserGroupName *string + func (s *ListUserGroupsResponseBodyData) SetCreateTime(v string) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetCreator(v string) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetIsvSubId(v string) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetParentUserGroupId(v int64) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetUpdateTime(v string) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetUserCount(v int64) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetUserGroupId(v int64) *ListUserGroupsResponseBodyData + func (s *ListUserGroupsResponseBodyData) SetUserGroupName(v string) *ListUserGroupsResponseBodyData + func (s ListUserGroupsResponseBodyData) GoString() string + func (s ListUserGroupsResponseBodyData) String() string + type ListUsersRequest struct + Address *string + Age *int32 + Attachment *string + BizId *string + CorpId *string + FaceImageUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + MatchingRateThreshold *string + PageNumber *int64 + PageSize *int64 + PersonList map[string]interface{} + PhoneNo *string + PlateNo *string + UserGroupId *int64 + UserList map[string]interface{} + UserName *string + func (s *ListUsersRequest) SetAddress(v string) *ListUsersRequest + func (s *ListUsersRequest) SetAge(v int32) *ListUsersRequest + func (s *ListUsersRequest) SetAttachment(v string) *ListUsersRequest + func (s *ListUsersRequest) SetBizId(v string) *ListUsersRequest + func (s *ListUsersRequest) SetCorpId(v string) *ListUsersRequest + func (s *ListUsersRequest) SetFaceImageUrl(v string) *ListUsersRequest + func (s *ListUsersRequest) SetGender(v int32) *ListUsersRequest + func (s *ListUsersRequest) SetIdNumber(v string) *ListUsersRequest + func (s *ListUsersRequest) SetIsvSubId(v string) *ListUsersRequest + func (s *ListUsersRequest) SetMatchingRateThreshold(v string) *ListUsersRequest + func (s *ListUsersRequest) SetPageNumber(v int64) *ListUsersRequest + func (s *ListUsersRequest) SetPageSize(v int64) *ListUsersRequest + func (s *ListUsersRequest) SetPersonList(v map[string]interface{}) *ListUsersRequest + func (s *ListUsersRequest) SetPhoneNo(v string) *ListUsersRequest + func (s *ListUsersRequest) SetPlateNo(v string) *ListUsersRequest + func (s *ListUsersRequest) SetUserGroupId(v int64) *ListUsersRequest + func (s *ListUsersRequest) SetUserList(v map[string]interface{}) *ListUsersRequest + func (s *ListUsersRequest) SetUserName(v string) *ListUsersRequest + func (s ListUsersRequest) GoString() string + func (s ListUsersRequest) String() string + type ListUsersResponse struct + Body *ListUsersResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListUsersResponse) SetBody(v *ListUsersResponseBody) *ListUsersResponse + func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse + func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse + func (s ListUsersResponse) GoString() string + func (s ListUsersResponse) String() string + type ListUsersResponseBody struct + Code *string + Data *ListUsersResponseBodyData + Message *string + RequestId *string + func (s *ListUsersResponseBody) SetCode(v string) *ListUsersResponseBody + func (s *ListUsersResponseBody) SetData(v *ListUsersResponseBodyData) *ListUsersResponseBody + func (s *ListUsersResponseBody) SetMessage(v string) *ListUsersResponseBody + func (s *ListUsersResponseBody) SetRequestId(v string) *ListUsersResponseBody + func (s ListUsersResponseBody) GoString() string + func (s ListUsersResponseBody) String() string + type ListUsersResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*ListUsersResponseBodyDataRecords + Success *int64 + Total *int64 + func (s *ListUsersResponseBodyData) SetPageNumber(v int64) *ListUsersResponseBodyData + func (s *ListUsersResponseBodyData) SetPageSize(v int64) *ListUsersResponseBodyData + func (s *ListUsersResponseBodyData) SetRecords(v []*ListUsersResponseBodyDataRecords) *ListUsersResponseBodyData + func (s *ListUsersResponseBodyData) SetSuccess(v int64) *ListUsersResponseBodyData + func (s *ListUsersResponseBodyData) SetTotal(v int64) *ListUsersResponseBodyData + func (s ListUsersResponseBodyData) GoString() string + func (s ListUsersResponseBodyData) String() string + type ListUsersResponseBodyDataRecords struct + Age *string + Attachment *string + BizId *string + FaceImageUrl *string + Gender *string + IdNumber *string + IsvSubId *string + MatchingRate *string + PersonId *string + UserGroupId *int32 + UserId *int32 + UserName *string + func (s *ListUsersResponseBodyDataRecords) SetAge(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetAttachment(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetBizId(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetFaceImageUrl(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetGender(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetIdNumber(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetIsvSubId(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetMatchingRate(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetPersonId(v string) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetUserGroupId(v int32) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetUserId(v int32) *ListUsersResponseBodyDataRecords + func (s *ListUsersResponseBodyDataRecords) SetUserName(v string) *ListUsersResponseBodyDataRecords + func (s ListUsersResponseBodyDataRecords) GoString() string + func (s ListUsersResponseBodyDataRecords) String() string + type ListUsersShrinkRequest struct + Address *string + Age *int32 + Attachment *string + BizId *string + CorpId *string + FaceImageUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + MatchingRateThreshold *string + PageNumber *int64 + PageSize *int64 + PersonListShrink *string + PhoneNo *string + PlateNo *string + UserGroupId *int64 + UserListShrink *string + UserName *string + func (s *ListUsersShrinkRequest) SetAddress(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetAge(v int32) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetAttachment(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetBizId(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetCorpId(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetFaceImageUrl(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetGender(v int32) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetIdNumber(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetIsvSubId(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetMatchingRateThreshold(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetPageNumber(v int64) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetPageSize(v int64) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetPersonListShrink(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetPhoneNo(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetPlateNo(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetUserGroupId(v int64) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetUserListShrink(v string) *ListUsersShrinkRequest + func (s *ListUsersShrinkRequest) SetUserName(v string) *ListUsersShrinkRequest + func (s ListUsersShrinkRequest) GoString() string + func (s ListUsersShrinkRequest) String() string + type ModifyDeviceRequest struct + AudioEnable *string + DeviceAddress *string + DeviceDirection *string + DeviceId *string + DeviceIp *string + DeviceModel *string + DeviceName *string + DeviceRate *string + DeviceResolution *string + DeviceSite *string + DeviceSubType *string + EncodeFormat *string + FrameRate *string + GovLength *string + Latitude *string + Longitude *string + OSDTimeEnable *string + OSDTimeType *string + OSDTimeX *string + OSDTimeY *string + Password *string + Vendor *string + func (s *ModifyDeviceRequest) SetAudioEnable(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceAddress(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceDirection(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceId(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceIp(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceModel(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceName(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceRate(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceResolution(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceSite(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetDeviceSubType(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetEncodeFormat(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetFrameRate(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetGovLength(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetLatitude(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetLongitude(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetOSDTimeEnable(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetOSDTimeType(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetOSDTimeX(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetOSDTimeY(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetPassword(v string) *ModifyDeviceRequest + func (s *ModifyDeviceRequest) SetVendor(v string) *ModifyDeviceRequest + func (s ModifyDeviceRequest) GoString() string + func (s ModifyDeviceRequest) String() string + type ModifyDeviceResponse struct + Body *ModifyDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyDeviceResponse) SetBody(v *ModifyDeviceResponseBody) *ModifyDeviceResponse + func (s *ModifyDeviceResponse) SetHeaders(v map[string]*string) *ModifyDeviceResponse + func (s *ModifyDeviceResponse) SetStatusCode(v int32) *ModifyDeviceResponse + func (s ModifyDeviceResponse) GoString() string + func (s ModifyDeviceResponse) String() string + type ModifyDeviceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *ModifyDeviceResponseBody) SetCode(v string) *ModifyDeviceResponseBody + func (s *ModifyDeviceResponseBody) SetMessage(v string) *ModifyDeviceResponseBody + func (s *ModifyDeviceResponseBody) SetRequestId(v string) *ModifyDeviceResponseBody + func (s ModifyDeviceResponseBody) GoString() string + func (s ModifyDeviceResponseBody) String() string + type PeekNvrRequest struct + CorpId *string + DeviceId *string + func (s *PeekNvrRequest) SetCorpId(v string) *PeekNvrRequest + func (s *PeekNvrRequest) SetDeviceId(v string) *PeekNvrRequest + func (s PeekNvrRequest) GoString() string + func (s PeekNvrRequest) String() string + type PeekNvrResponse struct + Body *PeekNvrResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *PeekNvrResponse) SetBody(v *PeekNvrResponseBody) *PeekNvrResponse + func (s *PeekNvrResponse) SetHeaders(v map[string]*string) *PeekNvrResponse + func (s *PeekNvrResponse) SetStatusCode(v int32) *PeekNvrResponse + func (s PeekNvrResponse) GoString() string + func (s PeekNvrResponse) String() string + type PeekNvrResponseBody struct + Code *string + Data *PeekNvrResponseBodyData + Message *string + RequestId *string + func (s *PeekNvrResponseBody) SetCode(v string) *PeekNvrResponseBody + func (s *PeekNvrResponseBody) SetData(v *PeekNvrResponseBodyData) *PeekNvrResponseBody + func (s *PeekNvrResponseBody) SetMessage(v string) *PeekNvrResponseBody + func (s *PeekNvrResponseBody) SetRequestId(v string) *PeekNvrResponseBody + func (s PeekNvrResponseBody) GoString() string + func (s PeekNvrResponseBody) String() string + type PeekNvrResponseBodyData struct + IdleCount *int64 + SubDeviceList []*PeekNvrResponseBodyDataSubDeviceList + func (s *PeekNvrResponseBodyData) SetIdleCount(v int64) *PeekNvrResponseBodyData + func (s *PeekNvrResponseBodyData) SetSubDeviceList(v []*PeekNvrResponseBodyDataSubDeviceList) *PeekNvrResponseBodyData + func (s PeekNvrResponseBodyData) GoString() string + func (s PeekNvrResponseBodyData) String() string + type PeekNvrResponseBodyDataSubDeviceList struct + AssociatedPlatform *string + SubDeviceId *string + SubDeviceName *string + SubDeviceNum *string + SubDeviceStatus *string + func (s *PeekNvrResponseBodyDataSubDeviceList) SetAssociatedPlatform(v string) *PeekNvrResponseBodyDataSubDeviceList + func (s *PeekNvrResponseBodyDataSubDeviceList) SetSubDeviceId(v string) *PeekNvrResponseBodyDataSubDeviceList + func (s *PeekNvrResponseBodyDataSubDeviceList) SetSubDeviceName(v string) *PeekNvrResponseBodyDataSubDeviceList + func (s *PeekNvrResponseBodyDataSubDeviceList) SetSubDeviceNum(v string) *PeekNvrResponseBodyDataSubDeviceList + func (s *PeekNvrResponseBodyDataSubDeviceList) SetSubDeviceStatus(v string) *PeekNvrResponseBodyDataSubDeviceList + func (s PeekNvrResponseBodyDataSubDeviceList) GoString() string + func (s PeekNvrResponseBodyDataSubDeviceList) String() string + type RaiseDevicesStorageRequest struct + Json *string + func (s *RaiseDevicesStorageRequest) SetJson(v string) *RaiseDevicesStorageRequest + func (s RaiseDevicesStorageRequest) GoString() string + func (s RaiseDevicesStorageRequest) String() string + type RaiseDevicesStorageResponse struct + Body *RaiseDevicesStorageResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RaiseDevicesStorageResponse) SetBody(v *RaiseDevicesStorageResponseBody) *RaiseDevicesStorageResponse + func (s *RaiseDevicesStorageResponse) SetHeaders(v map[string]*string) *RaiseDevicesStorageResponse + func (s *RaiseDevicesStorageResponse) SetStatusCode(v int32) *RaiseDevicesStorageResponse + func (s RaiseDevicesStorageResponse) GoString() string + func (s RaiseDevicesStorageResponse) String() string + type RaiseDevicesStorageResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + Success *bool + func (s *RaiseDevicesStorageResponseBody) SetCode(v string) *RaiseDevicesStorageResponseBody + func (s *RaiseDevicesStorageResponseBody) SetData(v bool) *RaiseDevicesStorageResponseBody + func (s *RaiseDevicesStorageResponseBody) SetMessage(v string) *RaiseDevicesStorageResponseBody + func (s *RaiseDevicesStorageResponseBody) SetRequestId(v string) *RaiseDevicesStorageResponseBody + func (s *RaiseDevicesStorageResponseBody) SetSuccess(v bool) *RaiseDevicesStorageResponseBody + func (s RaiseDevicesStorageResponseBody) GoString() string + func (s RaiseDevicesStorageResponseBody) String() string + type RecognizeFaceQualityRequest struct + CorpId *string + PicContent *string + PicFormat *string + PicUrl *string + func (s *RecognizeFaceQualityRequest) SetCorpId(v string) *RecognizeFaceQualityRequest + func (s *RecognizeFaceQualityRequest) SetPicContent(v string) *RecognizeFaceQualityRequest + func (s *RecognizeFaceQualityRequest) SetPicFormat(v string) *RecognizeFaceQualityRequest + func (s *RecognizeFaceQualityRequest) SetPicUrl(v string) *RecognizeFaceQualityRequest + func (s RecognizeFaceQualityRequest) GoString() string + func (s RecognizeFaceQualityRequest) String() string + type RecognizeFaceQualityResponse struct + Body *RecognizeFaceQualityResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RecognizeFaceQualityResponse) SetBody(v *RecognizeFaceQualityResponseBody) *RecognizeFaceQualityResponse + func (s *RecognizeFaceQualityResponse) SetHeaders(v map[string]*string) *RecognizeFaceQualityResponse + func (s *RecognizeFaceQualityResponse) SetStatusCode(v int32) *RecognizeFaceQualityResponse + func (s RecognizeFaceQualityResponse) GoString() string + func (s RecognizeFaceQualityResponse) String() string + type RecognizeFaceQualityResponseBody struct + Code *string + Data *RecognizeFaceQualityResponseBodyData + Message *string + RequestId *string + func (s *RecognizeFaceQualityResponseBody) SetCode(v string) *RecognizeFaceQualityResponseBody + func (s *RecognizeFaceQualityResponseBody) SetData(v *RecognizeFaceQualityResponseBodyData) *RecognizeFaceQualityResponseBody + func (s *RecognizeFaceQualityResponseBody) SetMessage(v string) *RecognizeFaceQualityResponseBody + func (s *RecognizeFaceQualityResponseBody) SetRequestId(v string) *RecognizeFaceQualityResponseBody + func (s RecognizeFaceQualityResponseBody) GoString() string + func (s RecognizeFaceQualityResponseBody) String() string + type RecognizeFaceQualityResponseBodyData struct + Attributes *RecognizeFaceQualityResponseBodyDataAttributes + Description *string + QualityScore *string + func (s *RecognizeFaceQualityResponseBodyData) SetAttributes(v *RecognizeFaceQualityResponseBodyDataAttributes) *RecognizeFaceQualityResponseBodyData + func (s *RecognizeFaceQualityResponseBodyData) SetDescription(v string) *RecognizeFaceQualityResponseBodyData + func (s *RecognizeFaceQualityResponseBodyData) SetQualityScore(v string) *RecognizeFaceQualityResponseBodyData + func (s RecognizeFaceQualityResponseBodyData) GoString() string + func (s RecognizeFaceQualityResponseBodyData) String() string + type RecognizeFaceQualityResponseBodyDataAttributes struct + FaceQuality *string + FaceScore *string + FaceStyle *string + LeftTopX *int32 + LeftTopY *int32 + RightBottomX *int32 + RightBottomY *int32 + TargetImageStoragePath *string + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetFaceQuality(v string) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetFaceScore(v string) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetFaceStyle(v string) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetLeftTopX(v int32) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetLeftTopY(v int32) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetRightBottomX(v int32) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetRightBottomY(v int32) *RecognizeFaceQualityResponseBodyDataAttributes + func (s *RecognizeFaceQualityResponseBodyDataAttributes) SetTargetImageStoragePath(v string) *RecognizeFaceQualityResponseBodyDataAttributes + func (s RecognizeFaceQualityResponseBodyDataAttributes) GoString() string + func (s RecognizeFaceQualityResponseBodyDataAttributes) String() string + type RecognizeImageRequest struct + CorpId *string + PicContent *string + PicFormat *string + PicUrl *string + func (s *RecognizeImageRequest) SetCorpId(v string) *RecognizeImageRequest + func (s *RecognizeImageRequest) SetPicContent(v string) *RecognizeImageRequest + func (s *RecognizeImageRequest) SetPicFormat(v string) *RecognizeImageRequest + func (s *RecognizeImageRequest) SetPicUrl(v string) *RecognizeImageRequest + func (s RecognizeImageRequest) GoString() string + func (s RecognizeImageRequest) String() string + type RecognizeImageResponse struct + Body *RecognizeImageResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RecognizeImageResponse) SetBody(v *RecognizeImageResponseBody) *RecognizeImageResponse + func (s *RecognizeImageResponse) SetHeaders(v map[string]*string) *RecognizeImageResponse + func (s *RecognizeImageResponse) SetStatusCode(v int32) *RecognizeImageResponse + func (s RecognizeImageResponse) GoString() string + func (s RecognizeImageResponse) String() string + type RecognizeImageResponseBody struct + Code *string + Data *RecognizeImageResponseBodyData + Message *string + RequestId *string + func (s *RecognizeImageResponseBody) SetCode(v string) *RecognizeImageResponseBody + func (s *RecognizeImageResponseBody) SetData(v *RecognizeImageResponseBodyData) *RecognizeImageResponseBody + func (s *RecognizeImageResponseBody) SetMessage(v string) *RecognizeImageResponseBody + func (s *RecognizeImageResponseBody) SetRequestId(v string) *RecognizeImageResponseBody + func (s RecognizeImageResponseBody) GoString() string + func (s RecognizeImageResponseBody) String() string + type RecognizeImageResponseBodyData struct + BodyList []*RecognizeImageResponseBodyDataBodyList + FaceList []*RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyData) SetBodyList(v []*RecognizeImageResponseBodyDataBodyList) *RecognizeImageResponseBodyData + func (s *RecognizeImageResponseBodyData) SetFaceList(v []*RecognizeImageResponseBodyDataFaceList) *RecognizeImageResponseBodyData + func (s RecognizeImageResponseBodyData) GoString() string + func (s RecognizeImageResponseBodyData) String() string + type RecognizeImageResponseBodyDataBodyList struct + Feature *string + FileName *string + ImageBaseSixFour *string + LeftTopX *string + LeftTopY *string + LocalFeature *string + RespiratorColor *string + RightBottomX *string + RightBottomY *string + func (s *RecognizeImageResponseBodyDataBodyList) SetFeature(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetFileName(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetImageBaseSixFour(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetLeftTopX(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetLeftTopY(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetLocalFeature(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetRespiratorColor(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetRightBottomX(v string) *RecognizeImageResponseBodyDataBodyList + func (s *RecognizeImageResponseBodyDataBodyList) SetRightBottomY(v string) *RecognizeImageResponseBodyDataBodyList + func (s RecognizeImageResponseBodyDataBodyList) GoString() string + func (s RecognizeImageResponseBodyDataBodyList) String() string + type RecognizeImageResponseBodyDataFaceList struct + Feature *string + FileName *string + ImageBaseSixFour *string + KeyPointQuality *float32 + LeftTopX *string + LeftTopY *string + LocalFeature *string + Quality *float32 + RespiratorColor *string + RightBottomX *string + RightBottomY *string + func (s *RecognizeImageResponseBodyDataFaceList) SetFeature(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetFileName(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetImageBaseSixFour(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetKeyPointQuality(v float32) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetLeftTopX(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetLeftTopY(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetLocalFeature(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetQuality(v float32) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetRespiratorColor(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetRightBottomX(v string) *RecognizeImageResponseBodyDataFaceList + func (s *RecognizeImageResponseBodyDataFaceList) SetRightBottomY(v string) *RecognizeImageResponseBodyDataFaceList + func (s RecognizeImageResponseBodyDataFaceList) GoString() string + func (s RecognizeImageResponseBodyDataFaceList) String() string + type RegisterDeviceRequest struct + DeviceId *string + DeviceSn *string + DeviceTimeStamp *string + ServerId *string + func (s *RegisterDeviceRequest) SetDeviceId(v string) *RegisterDeviceRequest + func (s *RegisterDeviceRequest) SetDeviceSn(v string) *RegisterDeviceRequest + func (s *RegisterDeviceRequest) SetDeviceTimeStamp(v string) *RegisterDeviceRequest + func (s *RegisterDeviceRequest) SetServerId(v string) *RegisterDeviceRequest + func (s RegisterDeviceRequest) GoString() string + func (s RegisterDeviceRequest) String() string + type RegisterDeviceResponse struct + Body *RegisterDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RegisterDeviceResponse) SetBody(v *RegisterDeviceResponseBody) *RegisterDeviceResponse + func (s *RegisterDeviceResponse) SetHeaders(v map[string]*string) *RegisterDeviceResponse + func (s *RegisterDeviceResponse) SetStatusCode(v int32) *RegisterDeviceResponse + func (s RegisterDeviceResponse) GoString() string + func (s RegisterDeviceResponse) String() string + type RegisterDeviceResponseBody struct + Code *string + Message *string + RequestId *string + RetryInterval *string + func (s *RegisterDeviceResponseBody) SetCode(v string) *RegisterDeviceResponseBody + func (s *RegisterDeviceResponseBody) SetMessage(v string) *RegisterDeviceResponseBody + func (s *RegisterDeviceResponseBody) SetRequestId(v string) *RegisterDeviceResponseBody + func (s *RegisterDeviceResponseBody) SetRetryInterval(v string) *RegisterDeviceResponseBody + func (s RegisterDeviceResponseBody) GoString() string + func (s RegisterDeviceResponseBody) String() string + type RemoveCameraForInstanceRequest struct + CameraIds []*string + InstanceId *string + func (s *RemoveCameraForInstanceRequest) SetCameraIds(v []*string) *RemoveCameraForInstanceRequest + func (s *RemoveCameraForInstanceRequest) SetInstanceId(v string) *RemoveCameraForInstanceRequest + func (s RemoveCameraForInstanceRequest) GoString() string + func (s RemoveCameraForInstanceRequest) String() string + type RemoveCameraForInstanceResponse struct + Body *RemoveCameraForInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RemoveCameraForInstanceResponse) SetBody(v *RemoveCameraForInstanceResponseBody) *RemoveCameraForInstanceResponse + func (s *RemoveCameraForInstanceResponse) SetHeaders(v map[string]*string) *RemoveCameraForInstanceResponse + func (s *RemoveCameraForInstanceResponse) SetStatusCode(v int32) *RemoveCameraForInstanceResponse + func (s RemoveCameraForInstanceResponse) GoString() string + func (s RemoveCameraForInstanceResponse) String() string + type RemoveCameraForInstanceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *RemoveCameraForInstanceResponseBody) SetCode(v string) *RemoveCameraForInstanceResponseBody + func (s *RemoveCameraForInstanceResponseBody) SetMessage(v string) *RemoveCameraForInstanceResponseBody + func (s *RemoveCameraForInstanceResponseBody) SetRequestId(v string) *RemoveCameraForInstanceResponseBody + func (s RemoveCameraForInstanceResponseBody) GoString() string + func (s RemoveCameraForInstanceResponseBody) String() string + type RemoveCameraForInstanceShrinkRequest struct + CameraIdsShrink *string + InstanceId *string + func (s *RemoveCameraForInstanceShrinkRequest) SetCameraIdsShrink(v string) *RemoveCameraForInstanceShrinkRequest + func (s *RemoveCameraForInstanceShrinkRequest) SetInstanceId(v string) *RemoveCameraForInstanceShrinkRequest + func (s RemoveCameraForInstanceShrinkRequest) GoString() string + func (s RemoveCameraForInstanceShrinkRequest) String() string + type RemoveSearchItemsRequest struct + SearchItemIds *string + SearchTableId *string + func (s *RemoveSearchItemsRequest) SetSearchItemIds(v string) *RemoveSearchItemsRequest + func (s *RemoveSearchItemsRequest) SetSearchTableId(v string) *RemoveSearchItemsRequest + func (s RemoveSearchItemsRequest) GoString() string + func (s RemoveSearchItemsRequest) String() string + type RemoveSearchItemsResponse struct + Body *RemoveSearchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RemoveSearchItemsResponse) SetBody(v *RemoveSearchItemsResponseBody) *RemoveSearchItemsResponse + func (s *RemoveSearchItemsResponse) SetHeaders(v map[string]*string) *RemoveSearchItemsResponse + func (s *RemoveSearchItemsResponse) SetStatusCode(v int32) *RemoveSearchItemsResponse + func (s RemoveSearchItemsResponse) GoString() string + func (s RemoveSearchItemsResponse) String() string + type RemoveSearchItemsResponseBody struct + Code *string + Data *RemoveSearchItemsResponseBodyData + Message *string + RequestId *string + Success *string + func (s *RemoveSearchItemsResponseBody) SetCode(v string) *RemoveSearchItemsResponseBody + func (s *RemoveSearchItemsResponseBody) SetData(v *RemoveSearchItemsResponseBodyData) *RemoveSearchItemsResponseBody + func (s *RemoveSearchItemsResponseBody) SetMessage(v string) *RemoveSearchItemsResponseBody + func (s *RemoveSearchItemsResponseBody) SetRequestId(v string) *RemoveSearchItemsResponseBody + func (s *RemoveSearchItemsResponseBody) SetSuccess(v string) *RemoveSearchItemsResponseBody + func (s RemoveSearchItemsResponseBody) GoString() string + func (s RemoveSearchItemsResponseBody) String() string + type RemoveSearchItemsResponseBodyData struct + DeletedItemIds *string + FailedItemIds *string + func (s *RemoveSearchItemsResponseBodyData) SetDeletedItemIds(v string) *RemoveSearchItemsResponseBodyData + func (s *RemoveSearchItemsResponseBodyData) SetFailedItemIds(v string) *RemoveSearchItemsResponseBodyData + func (s RemoveSearchItemsResponseBodyData) GoString() string + func (s RemoveSearchItemsResponseBodyData) String() string + type RemoveWatchItemsRequest struct + WatchItemIds *string + WatchPolicyId *string + func (s *RemoveWatchItemsRequest) SetWatchItemIds(v string) *RemoveWatchItemsRequest + func (s *RemoveWatchItemsRequest) SetWatchPolicyId(v string) *RemoveWatchItemsRequest + func (s RemoveWatchItemsRequest) GoString() string + func (s RemoveWatchItemsRequest) String() string + type RemoveWatchItemsResponse struct + Body *RemoveWatchItemsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RemoveWatchItemsResponse) SetBody(v *RemoveWatchItemsResponseBody) *RemoveWatchItemsResponse + func (s *RemoveWatchItemsResponse) SetHeaders(v map[string]*string) *RemoveWatchItemsResponse + func (s *RemoveWatchItemsResponse) SetStatusCode(v int32) *RemoveWatchItemsResponse + func (s RemoveWatchItemsResponse) GoString() string + func (s RemoveWatchItemsResponse) String() string + type RemoveWatchItemsResponseBody struct + Code *string + Data *RemoveWatchItemsResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *RemoveWatchItemsResponseBody) SetCode(v string) *RemoveWatchItemsResponseBody + func (s *RemoveWatchItemsResponseBody) SetData(v *RemoveWatchItemsResponseBodyData) *RemoveWatchItemsResponseBody + func (s *RemoveWatchItemsResponseBody) SetMessage(v string) *RemoveWatchItemsResponseBody + func (s *RemoveWatchItemsResponseBody) SetRequestId(v string) *RemoveWatchItemsResponseBody + func (s *RemoveWatchItemsResponseBody) SetSuccess(v bool) *RemoveWatchItemsResponseBody + func (s RemoveWatchItemsResponseBody) GoString() string + func (s RemoveWatchItemsResponseBody) String() string + type RemoveWatchItemsResponseBodyData struct + DeletedItemIds *string + FailedItemIds *string + func (s *RemoveWatchItemsResponseBodyData) SetDeletedItemIds(v string) *RemoveWatchItemsResponseBodyData + func (s *RemoveWatchItemsResponseBodyData) SetFailedItemIds(v string) *RemoveWatchItemsResponseBodyData + func (s RemoveWatchItemsResponseBodyData) GoString() string + func (s RemoveWatchItemsResponseBodyData) String() string + type SaveVideoSummaryTaskVideoRequest struct + CorpId *string + SaveVideo *bool + TaskId *int64 + func (s *SaveVideoSummaryTaskVideoRequest) SetCorpId(v string) *SaveVideoSummaryTaskVideoRequest + func (s *SaveVideoSummaryTaskVideoRequest) SetSaveVideo(v bool) *SaveVideoSummaryTaskVideoRequest + func (s *SaveVideoSummaryTaskVideoRequest) SetTaskId(v int64) *SaveVideoSummaryTaskVideoRequest + func (s SaveVideoSummaryTaskVideoRequest) GoString() string + func (s SaveVideoSummaryTaskVideoRequest) String() string + type SaveVideoSummaryTaskVideoResponse struct + Body *SaveVideoSummaryTaskVideoResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SaveVideoSummaryTaskVideoResponse) SetBody(v *SaveVideoSummaryTaskVideoResponseBody) *SaveVideoSummaryTaskVideoResponse + func (s *SaveVideoSummaryTaskVideoResponse) SetHeaders(v map[string]*string) *SaveVideoSummaryTaskVideoResponse + func (s *SaveVideoSummaryTaskVideoResponse) SetStatusCode(v int32) *SaveVideoSummaryTaskVideoResponse + func (s SaveVideoSummaryTaskVideoResponse) GoString() string + func (s SaveVideoSummaryTaskVideoResponse) String() string + type SaveVideoSummaryTaskVideoResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *SaveVideoSummaryTaskVideoResponseBody) SetCode(v string) *SaveVideoSummaryTaskVideoResponseBody + func (s *SaveVideoSummaryTaskVideoResponseBody) SetData(v string) *SaveVideoSummaryTaskVideoResponseBody + func (s *SaveVideoSummaryTaskVideoResponseBody) SetMessage(v string) *SaveVideoSummaryTaskVideoResponseBody + func (s *SaveVideoSummaryTaskVideoResponseBody) SetRequestId(v string) *SaveVideoSummaryTaskVideoResponseBody + func (s SaveVideoSummaryTaskVideoResponseBody) GoString() string + func (s SaveVideoSummaryTaskVideoResponseBody) String() string + type ScanSubDeviceRequest struct + CorpId *string + DeviceId *string + func (s *ScanSubDeviceRequest) SetCorpId(v string) *ScanSubDeviceRequest + func (s *ScanSubDeviceRequest) SetDeviceId(v string) *ScanSubDeviceRequest + func (s ScanSubDeviceRequest) GoString() string + func (s ScanSubDeviceRequest) String() string + type ScanSubDeviceResponse struct + Body *ScanSubDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ScanSubDeviceResponse) SetBody(v *ScanSubDeviceResponseBody) *ScanSubDeviceResponse + func (s *ScanSubDeviceResponse) SetHeaders(v map[string]*string) *ScanSubDeviceResponse + func (s *ScanSubDeviceResponse) SetStatusCode(v int32) *ScanSubDeviceResponse + func (s ScanSubDeviceResponse) GoString() string + func (s ScanSubDeviceResponse) String() string + type ScanSubDeviceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *ScanSubDeviceResponseBody) SetCode(v string) *ScanSubDeviceResponseBody + func (s *ScanSubDeviceResponseBody) SetMessage(v string) *ScanSubDeviceResponseBody + func (s *ScanSubDeviceResponseBody) SetRequestId(v string) *ScanSubDeviceResponseBody + func (s ScanSubDeviceResponseBody) GoString() string + func (s ScanSubDeviceResponseBody) String() string + type SearchBodyRequest struct + CorpId *string + EndTimeStamp *int64 + GbId *string + OptionList map[string]interface{} + PageNo *int32 + PageSize *int32 + StartTimeStamp *int64 + func (s *SearchBodyRequest) SetCorpId(v string) *SearchBodyRequest + func (s *SearchBodyRequest) SetEndTimeStamp(v int64) *SearchBodyRequest + func (s *SearchBodyRequest) SetGbId(v string) *SearchBodyRequest + func (s *SearchBodyRequest) SetOptionList(v map[string]interface{}) *SearchBodyRequest + func (s *SearchBodyRequest) SetPageNo(v int32) *SearchBodyRequest + func (s *SearchBodyRequest) SetPageSize(v int32) *SearchBodyRequest + func (s *SearchBodyRequest) SetStartTimeStamp(v int64) *SearchBodyRequest + func (s SearchBodyRequest) GoString() string + func (s SearchBodyRequest) String() string + type SearchBodyResponse struct + Body *SearchBodyResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchBodyResponse) SetBody(v *SearchBodyResponseBody) *SearchBodyResponse + func (s *SearchBodyResponse) SetHeaders(v map[string]*string) *SearchBodyResponse + func (s *SearchBodyResponse) SetStatusCode(v int32) *SearchBodyResponse + func (s SearchBodyResponse) GoString() string + func (s SearchBodyResponse) String() string + type SearchBodyResponseBody struct + Code *string + Data *SearchBodyResponseBodyData + Message *string + RequestId *string + func (s *SearchBodyResponseBody) SetCode(v string) *SearchBodyResponseBody + func (s *SearchBodyResponseBody) SetData(v *SearchBodyResponseBodyData) *SearchBodyResponseBody + func (s *SearchBodyResponseBody) SetMessage(v string) *SearchBodyResponseBody + func (s *SearchBodyResponseBody) SetRequestId(v string) *SearchBodyResponseBody + func (s SearchBodyResponseBody) GoString() string + func (s SearchBodyResponseBody) String() string + type SearchBodyResponseBodyData struct + PageNo *int32 + PageSize *int32 + Records []*SearchBodyResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *SearchBodyResponseBodyData) SetPageNo(v int32) *SearchBodyResponseBodyData + func (s *SearchBodyResponseBodyData) SetPageSize(v int32) *SearchBodyResponseBodyData + func (s *SearchBodyResponseBodyData) SetRecords(v []*SearchBodyResponseBodyDataRecords) *SearchBodyResponseBodyData + func (s *SearchBodyResponseBodyData) SetTotalCount(v int32) *SearchBodyResponseBodyData + func (s *SearchBodyResponseBodyData) SetTotalPage(v int32) *SearchBodyResponseBodyData + func (s SearchBodyResponseBodyData) GoString() string + func (s SearchBodyResponseBodyData) String() string + type SearchBodyResponseBodyDataRecords struct + GbId *string + ImageUrl *string + LeftTopX *float32 + LeftTopY *float32 + RightBottomX *float32 + RightBottomY *float32 + Score *float32 + TargetImageUrl *string + func (s *SearchBodyResponseBodyDataRecords) SetGbId(v string) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetImageUrl(v string) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetLeftTopX(v float32) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetLeftTopY(v float32) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetRightBottomX(v float32) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetRightBottomY(v float32) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetScore(v float32) *SearchBodyResponseBodyDataRecords + func (s *SearchBodyResponseBodyDataRecords) SetTargetImageUrl(v string) *SearchBodyResponseBodyDataRecords + func (s SearchBodyResponseBodyDataRecords) GoString() string + func (s SearchBodyResponseBodyDataRecords) String() string + type SearchBodyShrinkRequest struct + CorpId *string + EndTimeStamp *int64 + GbId *string + OptionListShrink *string + PageNo *int32 + PageSize *int32 + StartTimeStamp *int64 + func (s *SearchBodyShrinkRequest) SetCorpId(v string) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetEndTimeStamp(v int64) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetGbId(v string) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetOptionListShrink(v string) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetPageNo(v int32) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetPageSize(v int32) *SearchBodyShrinkRequest + func (s *SearchBodyShrinkRequest) SetStartTimeStamp(v int64) *SearchBodyShrinkRequest + func (s SearchBodyShrinkRequest) GoString() string + func (s SearchBodyShrinkRequest) String() string + type SearchFaceRequest struct + CorpId *string + EndTimeStamp *int64 + GbId *string + OptionList map[string]interface{} + PageNo *int32 + PageSize *int32 + StartTimeStamp *int64 + func (s *SearchFaceRequest) SetCorpId(v string) *SearchFaceRequest + func (s *SearchFaceRequest) SetEndTimeStamp(v int64) *SearchFaceRequest + func (s *SearchFaceRequest) SetGbId(v string) *SearchFaceRequest + func (s *SearchFaceRequest) SetOptionList(v map[string]interface{}) *SearchFaceRequest + func (s *SearchFaceRequest) SetPageNo(v int32) *SearchFaceRequest + func (s *SearchFaceRequest) SetPageSize(v int32) *SearchFaceRequest + func (s *SearchFaceRequest) SetStartTimeStamp(v int64) *SearchFaceRequest + func (s SearchFaceRequest) GoString() string + func (s SearchFaceRequest) String() string + type SearchFaceResponse struct + Body *SearchFaceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchFaceResponse) SetBody(v *SearchFaceResponseBody) *SearchFaceResponse + func (s *SearchFaceResponse) SetHeaders(v map[string]*string) *SearchFaceResponse + func (s *SearchFaceResponse) SetStatusCode(v int32) *SearchFaceResponse + func (s SearchFaceResponse) GoString() string + func (s SearchFaceResponse) String() string + type SearchFaceResponseBody struct + Code *string + Data *SearchFaceResponseBodyData + Message *string + RequestId *string + func (s *SearchFaceResponseBody) SetCode(v string) *SearchFaceResponseBody + func (s *SearchFaceResponseBody) SetData(v *SearchFaceResponseBodyData) *SearchFaceResponseBody + func (s *SearchFaceResponseBody) SetMessage(v string) *SearchFaceResponseBody + func (s *SearchFaceResponseBody) SetRequestId(v string) *SearchFaceResponseBody + func (s SearchFaceResponseBody) GoString() string + func (s SearchFaceResponseBody) String() string + type SearchFaceResponseBodyData struct + PageNo *int32 + PageSize *int32 + Records []*SearchFaceResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *SearchFaceResponseBodyData) SetPageNo(v int32) *SearchFaceResponseBodyData + func (s *SearchFaceResponseBodyData) SetPageSize(v int32) *SearchFaceResponseBodyData + func (s *SearchFaceResponseBodyData) SetRecords(v []*SearchFaceResponseBodyDataRecords) *SearchFaceResponseBodyData + func (s *SearchFaceResponseBodyData) SetTotalCount(v int32) *SearchFaceResponseBodyData + func (s *SearchFaceResponseBodyData) SetTotalPage(v int32) *SearchFaceResponseBodyData + func (s SearchFaceResponseBodyData) GoString() string + func (s SearchFaceResponseBodyData) String() string + type SearchFaceResponseBodyDataRecords struct + GbId *string + ImageUrl *string + LeftTopX *float32 + LeftTopY *float32 + MatchSuggestion *string + RightBottomX *float32 + RightBottomY *float32 + Score *float32 + SourceId *string + TargetImageUrl *string + func (s *SearchFaceResponseBodyDataRecords) SetGbId(v string) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetImageUrl(v string) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetLeftTopX(v float32) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetLeftTopY(v float32) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetMatchSuggestion(v string) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetRightBottomX(v float32) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetRightBottomY(v float32) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetScore(v float32) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetSourceId(v string) *SearchFaceResponseBodyDataRecords + func (s *SearchFaceResponseBodyDataRecords) SetTargetImageUrl(v string) *SearchFaceResponseBodyDataRecords + func (s SearchFaceResponseBodyDataRecords) GoString() string + func (s SearchFaceResponseBodyDataRecords) String() string + type SearchFaceShrinkRequest struct + CorpId *string + EndTimeStamp *int64 + GbId *string + OptionListShrink *string + PageNo *int32 + PageSize *int32 + StartTimeStamp *int64 + func (s *SearchFaceShrinkRequest) SetCorpId(v string) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetEndTimeStamp(v int64) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetGbId(v string) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetOptionListShrink(v string) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetPageNo(v int32) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetPageSize(v int32) *SearchFaceShrinkRequest + func (s *SearchFaceShrinkRequest) SetStartTimeStamp(v int64) *SearchFaceShrinkRequest + func (s SearchFaceShrinkRequest) GoString() string + func (s SearchFaceShrinkRequest) String() string + type SearchItemRequest struct + ItemImageData *string + ItemImageUrl *string + PageNumber *int64 + PageSize *int64 + SearchTableIds *string + SimilarityThreshold *float64 + func (s *SearchItemRequest) SetItemImageData(v string) *SearchItemRequest + func (s *SearchItemRequest) SetItemImageUrl(v string) *SearchItemRequest + func (s *SearchItemRequest) SetPageNumber(v int64) *SearchItemRequest + func (s *SearchItemRequest) SetPageSize(v int64) *SearchItemRequest + func (s *SearchItemRequest) SetSearchTableIds(v string) *SearchItemRequest + func (s *SearchItemRequest) SetSimilarityThreshold(v float64) *SearchItemRequest + func (s SearchItemRequest) GoString() string + func (s SearchItemRequest) String() string + type SearchItemResponse struct + Body *SearchItemResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchItemResponse) SetBody(v *SearchItemResponseBody) *SearchItemResponse + func (s *SearchItemResponse) SetHeaders(v map[string]*string) *SearchItemResponse + func (s *SearchItemResponse) SetStatusCode(v int32) *SearchItemResponse + func (s SearchItemResponse) GoString() string + func (s SearchItemResponse) String() string + type SearchItemResponseBody struct + Code *string + Data *SearchItemResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *SearchItemResponseBody) SetCode(v string) *SearchItemResponseBody + func (s *SearchItemResponseBody) SetData(v *SearchItemResponseBodyData) *SearchItemResponseBody + func (s *SearchItemResponseBody) SetMessage(v string) *SearchItemResponseBody + func (s *SearchItemResponseBody) SetRequestId(v string) *SearchItemResponseBody + func (s *SearchItemResponseBody) SetSuccess(v bool) *SearchItemResponseBody + func (s SearchItemResponseBody) GoString() string + func (s SearchItemResponseBody) String() string + type SearchItemResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*SearchItemResponseBodyDataRecords + TotalCount *int64 + func (s *SearchItemResponseBodyData) SetPageNumber(v int64) *SearchItemResponseBodyData + func (s *SearchItemResponseBodyData) SetPageSize(v int64) *SearchItemResponseBodyData + func (s *SearchItemResponseBodyData) SetRecords(v []*SearchItemResponseBodyDataRecords) *SearchItemResponseBodyData + func (s *SearchItemResponseBodyData) SetTotalCount(v int64) *SearchItemResponseBodyData + func (s SearchItemResponseBodyData) GoString() string + func (s SearchItemResponseBodyData) String() string + type SearchItemResponseBodyDataRecords struct + ItemId *string + ItemImageSimilarity *float64 + ItemImageUrl *string + ItemName *string + func (s *SearchItemResponseBodyDataRecords) SetItemId(v string) *SearchItemResponseBodyDataRecords + func (s *SearchItemResponseBodyDataRecords) SetItemImageSimilarity(v float64) *SearchItemResponseBodyDataRecords + func (s *SearchItemResponseBodyDataRecords) SetItemImageUrl(v string) *SearchItemResponseBodyDataRecords + func (s *SearchItemResponseBodyDataRecords) SetItemName(v string) *SearchItemResponseBodyDataRecords + func (s SearchItemResponseBodyDataRecords) GoString() string + func (s SearchItemResponseBodyDataRecords) String() string + type SearchObjectRequest struct + AlgorithmType *string + Conditions map[string]interface{} + CorpId *string + DeviceList map[string]interface{} + EndTime *int64 + ImagePath map[string]interface{} + ObjectType *string + PageNumber *int32 + PageSize *int32 + PicUrl *string + StartTime *int64 + func (s *SearchObjectRequest) SetAlgorithmType(v string) *SearchObjectRequest + func (s *SearchObjectRequest) SetConditions(v map[string]interface{}) *SearchObjectRequest + func (s *SearchObjectRequest) SetCorpId(v string) *SearchObjectRequest + func (s *SearchObjectRequest) SetDeviceList(v map[string]interface{}) *SearchObjectRequest + func (s *SearchObjectRequest) SetEndTime(v int64) *SearchObjectRequest + func (s *SearchObjectRequest) SetImagePath(v map[string]interface{}) *SearchObjectRequest + func (s *SearchObjectRequest) SetObjectType(v string) *SearchObjectRequest + func (s *SearchObjectRequest) SetPageNumber(v int32) *SearchObjectRequest + func (s *SearchObjectRequest) SetPageSize(v int32) *SearchObjectRequest + func (s *SearchObjectRequest) SetPicUrl(v string) *SearchObjectRequest + func (s *SearchObjectRequest) SetStartTime(v int64) *SearchObjectRequest + func (s SearchObjectRequest) GoString() string + func (s SearchObjectRequest) String() string + type SearchObjectResponse struct + Body *SearchObjectResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchObjectResponse) SetBody(v *SearchObjectResponseBody) *SearchObjectResponse + func (s *SearchObjectResponse) SetHeaders(v map[string]*string) *SearchObjectResponse + func (s *SearchObjectResponse) SetStatusCode(v int32) *SearchObjectResponse + func (s SearchObjectResponse) GoString() string + func (s SearchObjectResponse) String() string + type SearchObjectResponseBody struct + Code *string + Data *SearchObjectResponseBodyData + Message *string + RequestId *string + func (s *SearchObjectResponseBody) SetCode(v string) *SearchObjectResponseBody + func (s *SearchObjectResponseBody) SetData(v *SearchObjectResponseBodyData) *SearchObjectResponseBody + func (s *SearchObjectResponseBody) SetMessage(v string) *SearchObjectResponseBody + func (s *SearchObjectResponseBody) SetRequestId(v string) *SearchObjectResponseBody + func (s SearchObjectResponseBody) GoString() string + func (s SearchObjectResponseBody) String() string + type SearchObjectResponseBodyData struct + PageNumber *int32 + PageSize *int32 + Records []*SearchObjectResponseBodyDataRecords + TotalCount *int32 + TotalPage *int32 + func (s *SearchObjectResponseBodyData) SetPageNumber(v int32) *SearchObjectResponseBodyData + func (s *SearchObjectResponseBodyData) SetPageSize(v int32) *SearchObjectResponseBodyData + func (s *SearchObjectResponseBodyData) SetRecords(v []*SearchObjectResponseBodyDataRecords) *SearchObjectResponseBodyData + func (s *SearchObjectResponseBodyData) SetTotalCount(v int32) *SearchObjectResponseBodyData + func (s *SearchObjectResponseBodyData) SetTotalPage(v int32) *SearchObjectResponseBodyData + func (s SearchObjectResponseBodyData) GoString() string + func (s SearchObjectResponseBodyData) String() string + type SearchObjectResponseBodyDataRecords struct + CompareResult *string + DeviceID *string + LeftTopX *int32 + LeftTopY *int32 + RightBtmX *int32 + RightBtmY *int32 + Score *float32 + ShotTime *int64 + SourceID *string + SourceImagePath *string + SourceImageUrl *string + TargetImagePath *string + TargetImageUrl *string + func (s *SearchObjectResponseBodyDataRecords) SetCompareResult(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetDeviceID(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetLeftTopX(v int32) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetLeftTopY(v int32) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetRightBtmX(v int32) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetRightBtmY(v int32) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetScore(v float32) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetShotTime(v int64) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetSourceID(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetSourceImagePath(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetSourceImageUrl(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetTargetImagePath(v string) *SearchObjectResponseBodyDataRecords + func (s *SearchObjectResponseBodyDataRecords) SetTargetImageUrl(v string) *SearchObjectResponseBodyDataRecords + func (s SearchObjectResponseBodyDataRecords) GoString() string + func (s SearchObjectResponseBodyDataRecords) String() string + type SearchObjectShrinkRequest struct + AlgorithmType *string + ConditionsShrink *string + CorpId *string + DeviceListShrink *string + EndTime *int64 + ImagePathShrink *string + ObjectType *string + PageNumber *int32 + PageSize *int32 + PicUrl *string + StartTime *int64 + func (s *SearchObjectShrinkRequest) SetAlgorithmType(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetConditionsShrink(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetCorpId(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetDeviceListShrink(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetEndTime(v int64) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetImagePathShrink(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetObjectType(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetPageNumber(v int32) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetPageSize(v int32) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetPicUrl(v string) *SearchObjectShrinkRequest + func (s *SearchObjectShrinkRequest) SetStartTime(v int64) *SearchObjectShrinkRequest + func (s SearchObjectShrinkRequest) GoString() string + func (s SearchObjectShrinkRequest) String() string + type SearchTargetRequest struct + BeginTime *string + CorpId *string + DeviceList *string + EndTime *string + ModelId *string + OrderBy *string + PageNumber *int64 + PageSize *int64 + SimilarityThreshold *float64 + TargetAttributes *string + TargetImageData *string + TargetImageUrl *string + TargetType *string + func (s *SearchTargetRequest) SetBeginTime(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetCorpId(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetDeviceList(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetEndTime(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetModelId(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetOrderBy(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetPageNumber(v int64) *SearchTargetRequest + func (s *SearchTargetRequest) SetPageSize(v int64) *SearchTargetRequest + func (s *SearchTargetRequest) SetSimilarityThreshold(v float64) *SearchTargetRequest + func (s *SearchTargetRequest) SetTargetAttributes(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetTargetImageData(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetTargetImageUrl(v string) *SearchTargetRequest + func (s *SearchTargetRequest) SetTargetType(v string) *SearchTargetRequest + func (s SearchTargetRequest) GoString() string + func (s SearchTargetRequest) String() string + type SearchTargetResponse struct + Body *SearchTargetResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchTargetResponse) SetBody(v *SearchTargetResponseBody) *SearchTargetResponse + func (s *SearchTargetResponse) SetHeaders(v map[string]*string) *SearchTargetResponse + func (s *SearchTargetResponse) SetStatusCode(v int32) *SearchTargetResponse + func (s SearchTargetResponse) GoString() string + func (s SearchTargetResponse) String() string + type SearchTargetResponseBody struct + Code *string + Data *SearchTargetResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *SearchTargetResponseBody) SetCode(v string) *SearchTargetResponseBody + func (s *SearchTargetResponseBody) SetData(v *SearchTargetResponseBodyData) *SearchTargetResponseBody + func (s *SearchTargetResponseBody) SetMessage(v string) *SearchTargetResponseBody + func (s *SearchTargetResponseBody) SetRequestId(v string) *SearchTargetResponseBody + func (s *SearchTargetResponseBody) SetSuccess(v bool) *SearchTargetResponseBody + func (s SearchTargetResponseBody) GoString() string + func (s SearchTargetResponseBody) String() string + type SearchTargetResponseBodyData struct + PageNumber *int64 + PageSize *int64 + Records []*SearchTargetResponseBodyDataRecords + TotalCount *int64 + func (s *SearchTargetResponseBodyData) SetPageNumber(v int64) *SearchTargetResponseBodyData + func (s *SearchTargetResponseBodyData) SetPageSize(v int64) *SearchTargetResponseBodyData + func (s *SearchTargetResponseBodyData) SetRecords(v []*SearchTargetResponseBodyDataRecords) *SearchTargetResponseBodyData + func (s *SearchTargetResponseBodyData) SetTotalCount(v int64) *SearchTargetResponseBodyData + func (s SearchTargetResponseBodyData) GoString() string + func (s SearchTargetResponseBodyData) String() string + type SearchTargetResponseBodyDataRecords struct + DataDetail *string + DeviceId *string + LeftTopX *int64 + LeftTopY *int64 + RightBottomX *int64 + RightBottomY *int64 + SourceImageFullUrl *string + SourceImageUrl *string + TargetAttributes *string + TargetImageFullUrl *string + TargetImageSimilarity *float64 + TargetImageUrl *string + TargetType *string + Timestamp *string + func (s *SearchTargetResponseBodyDataRecords) SetDataDetail(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetDeviceId(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetLeftTopX(v int64) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetLeftTopY(v int64) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetRightBottomX(v int64) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetRightBottomY(v int64) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetSourceImageFullUrl(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetSourceImageUrl(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTargetAttributes(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTargetImageFullUrl(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTargetImageSimilarity(v float64) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTargetImageUrl(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTargetType(v string) *SearchTargetResponseBodyDataRecords + func (s *SearchTargetResponseBodyDataRecords) SetTimestamp(v string) *SearchTargetResponseBodyDataRecords + func (s SearchTargetResponseBodyDataRecords) GoString() string + func (s SearchTargetResponseBodyDataRecords) String() string + type SetAiotStorageInfoRequest struct + EventAlarmMq *SetAiotStorageInfoRequestEventAlarmMq + EventAlarmPictureStorage *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequest) SetEventAlarmMq(v *SetAiotStorageInfoRequestEventAlarmMq) *SetAiotStorageInfoRequest + func (s *SetAiotStorageInfoRequest) SetEventAlarmPictureStorage(v *SetAiotStorageInfoRequestEventAlarmPictureStorage) *SetAiotStorageInfoRequest + func (s SetAiotStorageInfoRequest) GoString() string + func (s SetAiotStorageInfoRequest) String() string + type SetAiotStorageInfoRequestEventAlarmMq struct + AlarmTopic *string + EventTopic *string + InstanceId *string + MqType *string + RamArnRole *string + RegionId *string + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetAlarmTopic(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetEventTopic(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetInstanceId(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetMqType(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetRamArnRole(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s *SetAiotStorageInfoRequestEventAlarmMq) SetRegionId(v string) *SetAiotStorageInfoRequestEventAlarmMq + func (s SetAiotStorageInfoRequestEventAlarmMq) GoString() string + func (s SetAiotStorageInfoRequestEventAlarmMq) String() string + type SetAiotStorageInfoRequestEventAlarmPictureStorage struct + Bucket *string + Endpoint *string + Path *string + Proxy *string + RamArnRole *string + StorageType *string + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetBucket(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetEndpoint(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetPath(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetProxy(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetRamArnRole(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s *SetAiotStorageInfoRequestEventAlarmPictureStorage) SetStorageType(v string) *SetAiotStorageInfoRequestEventAlarmPictureStorage + func (s SetAiotStorageInfoRequestEventAlarmPictureStorage) GoString() string + func (s SetAiotStorageInfoRequestEventAlarmPictureStorage) String() string + type SetAiotStorageInfoResponse struct + Body *SetAiotStorageInfoResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SetAiotStorageInfoResponse) SetBody(v *SetAiotStorageInfoResponseBody) *SetAiotStorageInfoResponse + func (s *SetAiotStorageInfoResponse) SetHeaders(v map[string]*string) *SetAiotStorageInfoResponse + func (s *SetAiotStorageInfoResponse) SetStatusCode(v int32) *SetAiotStorageInfoResponse + func (s SetAiotStorageInfoResponse) GoString() string + func (s SetAiotStorageInfoResponse) String() string + type SetAiotStorageInfoResponseBody struct + Code *string + Message *string + RequestId *string + func (s *SetAiotStorageInfoResponseBody) SetCode(v string) *SetAiotStorageInfoResponseBody + func (s *SetAiotStorageInfoResponseBody) SetMessage(v string) *SetAiotStorageInfoResponseBody + func (s *SetAiotStorageInfoResponseBody) SetRequestId(v string) *SetAiotStorageInfoResponseBody + func (s SetAiotStorageInfoResponseBody) GoString() string + func (s SetAiotStorageInfoResponseBody) String() string + type SetAiotStorageInfoShrinkRequest struct + EventAlarmMqShrink *string + EventAlarmPictureStorageShrink *string + func (s *SetAiotStorageInfoShrinkRequest) SetEventAlarmMqShrink(v string) *SetAiotStorageInfoShrinkRequest + func (s *SetAiotStorageInfoShrinkRequest) SetEventAlarmPictureStorageShrink(v string) *SetAiotStorageInfoShrinkRequest + func (s SetAiotStorageInfoShrinkRequest) GoString() string + func (s SetAiotStorageInfoShrinkRequest) String() string + type SetStreamModeRequest struct + DeviceIdList *string + StreamMode *string + func (s *SetStreamModeRequest) SetDeviceIdList(v string) *SetStreamModeRequest + func (s *SetStreamModeRequest) SetStreamMode(v string) *SetStreamModeRequest + func (s SetStreamModeRequest) GoString() string + func (s SetStreamModeRequest) String() string + type SetStreamModeResponse struct + Body *SetStreamModeResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SetStreamModeResponse) SetBody(v *SetStreamModeResponseBody) *SetStreamModeResponse + func (s *SetStreamModeResponse) SetHeaders(v map[string]*string) *SetStreamModeResponse + func (s *SetStreamModeResponse) SetStatusCode(v int32) *SetStreamModeResponse + func (s SetStreamModeResponse) GoString() string + func (s SetStreamModeResponse) String() string + type SetStreamModeResponseBody struct + Code *string + Message *string + RequestId *string + func (s *SetStreamModeResponseBody) SetCode(v string) *SetStreamModeResponseBody + func (s *SetStreamModeResponseBody) SetMessage(v string) *SetStreamModeResponseBody + func (s *SetStreamModeResponseBody) SetRequestId(v string) *SetStreamModeResponseBody + func (s SetStreamModeResponseBody) GoString() string + func (s SetStreamModeResponseBody) String() string + type StartModelServiceRequest struct + ModelServiceId *string + func (s *StartModelServiceRequest) SetModelServiceId(v string) *StartModelServiceRequest + func (s StartModelServiceRequest) GoString() string + func (s StartModelServiceRequest) String() string + type StartModelServiceResponse struct + Body *StartModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *StartModelServiceResponse) SetBody(v *StartModelServiceResponseBody) *StartModelServiceResponse + func (s *StartModelServiceResponse) SetHeaders(v map[string]*string) *StartModelServiceResponse + func (s *StartModelServiceResponse) SetStatusCode(v int32) *StartModelServiceResponse + func (s StartModelServiceResponse) GoString() string + func (s StartModelServiceResponse) String() string + type StartModelServiceResponseBody struct + Code *string + Data *StartModelServiceResponseBodyData + Message *string + RequestId *string + func (s *StartModelServiceResponseBody) SetCode(v string) *StartModelServiceResponseBody + func (s *StartModelServiceResponseBody) SetData(v *StartModelServiceResponseBodyData) *StartModelServiceResponseBody + func (s *StartModelServiceResponseBody) SetMessage(v string) *StartModelServiceResponseBody + func (s *StartModelServiceResponseBody) SetRequestId(v string) *StartModelServiceResponseBody + func (s StartModelServiceResponseBody) GoString() string + func (s StartModelServiceResponseBody) String() string + type StartModelServiceResponseBodyData struct + ModelServiceInstanceId *string + ModelServiceInstanceName *int32 + ModelServiceStatus *string + func (s *StartModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *StartModelServiceResponseBodyData + func (s *StartModelServiceResponseBodyData) SetModelServiceInstanceName(v int32) *StartModelServiceResponseBodyData + func (s *StartModelServiceResponseBodyData) SetModelServiceStatus(v string) *StartModelServiceResponseBodyData + func (s StartModelServiceResponseBodyData) GoString() string + func (s StartModelServiceResponseBodyData) String() string + type StartStreamsRequest struct + Description *string + DeviceIdList *string + func (s *StartStreamsRequest) SetDescription(v string) *StartStreamsRequest + func (s *StartStreamsRequest) SetDeviceIdList(v string) *StartStreamsRequest + func (s StartStreamsRequest) GoString() string + func (s StartStreamsRequest) String() string + type StartStreamsResponse struct + Body *StartStreamsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *StartStreamsResponse) SetBody(v *StartStreamsResponseBody) *StartStreamsResponse + func (s *StartStreamsResponse) SetHeaders(v map[string]*string) *StartStreamsResponse + func (s *StartStreamsResponse) SetStatusCode(v int32) *StartStreamsResponse + func (s StartStreamsResponse) GoString() string + func (s StartStreamsResponse) String() string + type StartStreamsResponseBody struct + Code *string + Message *string + RequestId *string + func (s *StartStreamsResponseBody) SetCode(v string) *StartStreamsResponseBody + func (s *StartStreamsResponseBody) SetMessage(v string) *StartStreamsResponseBody + func (s *StartStreamsResponseBody) SetRequestId(v string) *StartStreamsResponseBody + func (s StartStreamsResponseBody) GoString() string + func (s StartStreamsResponseBody) String() string + type StopModelServiceRequest struct + ModelServiceId *string + func (s *StopModelServiceRequest) SetModelServiceId(v string) *StopModelServiceRequest + func (s StopModelServiceRequest) GoString() string + func (s StopModelServiceRequest) String() string + type StopModelServiceResponse struct + Body *StopModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *StopModelServiceResponse) SetBody(v *StopModelServiceResponseBody) *StopModelServiceResponse + func (s *StopModelServiceResponse) SetHeaders(v map[string]*string) *StopModelServiceResponse + func (s *StopModelServiceResponse) SetStatusCode(v int32) *StopModelServiceResponse + func (s StopModelServiceResponse) GoString() string + func (s StopModelServiceResponse) String() string + type StopModelServiceResponseBody struct + Code *string + Data *StopModelServiceResponseBodyData + Message *string + RequestId *string + func (s *StopModelServiceResponseBody) SetCode(v string) *StopModelServiceResponseBody + func (s *StopModelServiceResponseBody) SetData(v *StopModelServiceResponseBodyData) *StopModelServiceResponseBody + func (s *StopModelServiceResponseBody) SetMessage(v string) *StopModelServiceResponseBody + func (s *StopModelServiceResponseBody) SetRequestId(v string) *StopModelServiceResponseBody + func (s StopModelServiceResponseBody) GoString() string + func (s StopModelServiceResponseBody) String() string + type StopModelServiceResponseBodyData struct + ModelServiceInstanceId *string + ModelServiceInstanceName *int32 + ModelServiceStatus *string + func (s *StopModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *StopModelServiceResponseBodyData + func (s *StopModelServiceResponseBodyData) SetModelServiceInstanceName(v int32) *StopModelServiceResponseBodyData + func (s *StopModelServiceResponseBodyData) SetModelServiceStatus(v string) *StopModelServiceResponseBodyData + func (s StopModelServiceResponseBodyData) GoString() string + func (s StopModelServiceResponseBodyData) String() string + type StopMonitorRequest struct + AlgorithmVendor *string + TaskId *string + func (s *StopMonitorRequest) SetAlgorithmVendor(v string) *StopMonitorRequest + func (s *StopMonitorRequest) SetTaskId(v string) *StopMonitorRequest + func (s StopMonitorRequest) GoString() string + func (s StopMonitorRequest) String() string + type StopMonitorResponse struct + Body *StopMonitorResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *StopMonitorResponse) SetBody(v *StopMonitorResponseBody) *StopMonitorResponse + func (s *StopMonitorResponse) SetHeaders(v map[string]*string) *StopMonitorResponse + func (s *StopMonitorResponse) SetStatusCode(v int32) *StopMonitorResponse + func (s StopMonitorResponse) GoString() string + func (s StopMonitorResponse) String() string + type StopMonitorResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *StopMonitorResponseBody) SetCode(v string) *StopMonitorResponseBody + func (s *StopMonitorResponseBody) SetData(v string) *StopMonitorResponseBody + func (s *StopMonitorResponseBody) SetMessage(v string) *StopMonitorResponseBody + func (s *StopMonitorResponseBody) SetRequestId(v string) *StopMonitorResponseBody + func (s StopMonitorResponseBody) GoString() string + func (s StopMonitorResponseBody) String() string + type StopStreamsRequest struct + Description *string + DeviceIdList *string + func (s *StopStreamsRequest) SetDescription(v string) *StopStreamsRequest + func (s *StopStreamsRequest) SetDeviceIdList(v string) *StopStreamsRequest + func (s StopStreamsRequest) GoString() string + func (s StopStreamsRequest) String() string + type StopStreamsResponse struct + Body *StopStreamsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *StopStreamsResponse) SetBody(v *StopStreamsResponseBody) *StopStreamsResponse + func (s *StopStreamsResponse) SetHeaders(v map[string]*string) *StopStreamsResponse + func (s *StopStreamsResponse) SetStatusCode(v int32) *StopStreamsResponse + func (s StopStreamsResponse) GoString() string + func (s StopStreamsResponse) String() string + type StopStreamsResponseBody struct + Code *string + Message *string + RequestId *string + func (s *StopStreamsResponseBody) SetCode(v string) *StopStreamsResponseBody + func (s *StopStreamsResponseBody) SetMessage(v string) *StopStreamsResponseBody + func (s *StopStreamsResponseBody) SetRequestId(v string) *StopStreamsResponseBody + func (s StopStreamsResponseBody) GoString() string + func (s StopStreamsResponseBody) String() string + type SyncDeviceTimeRequest struct + DeviceSn *string + DeviceTimeStamp *string + func (s *SyncDeviceTimeRequest) SetDeviceSn(v string) *SyncDeviceTimeRequest + func (s *SyncDeviceTimeRequest) SetDeviceTimeStamp(v string) *SyncDeviceTimeRequest + func (s SyncDeviceTimeRequest) GoString() string + func (s SyncDeviceTimeRequest) String() string + type SyncDeviceTimeResponse struct + Body *SyncDeviceTimeResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SyncDeviceTimeResponse) SetBody(v *SyncDeviceTimeResponseBody) *SyncDeviceTimeResponse + func (s *SyncDeviceTimeResponse) SetHeaders(v map[string]*string) *SyncDeviceTimeResponse + func (s *SyncDeviceTimeResponse) SetStatusCode(v int32) *SyncDeviceTimeResponse + func (s SyncDeviceTimeResponse) GoString() string + func (s SyncDeviceTimeResponse) String() string + type SyncDeviceTimeResponseBody struct + Code *string + Message *string + NTPServer *string + RequestId *string + RetryInterval *string + SyncInterval *string + TimeStamp *string + func (s *SyncDeviceTimeResponseBody) SetCode(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetMessage(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetNTPServer(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetRequestId(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetRetryInterval(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetSyncInterval(v string) *SyncDeviceTimeResponseBody + func (s *SyncDeviceTimeResponseBody) SetTimeStamp(v string) *SyncDeviceTimeResponseBody + func (s SyncDeviceTimeResponseBody) GoString() string + func (s SyncDeviceTimeResponseBody) String() string + type TryCreateAIInstanceRequest struct + AlgorithmId *string + CameraNumber *int64 + ComputeType *string + DataSource *string + DataSourceTimes []*TryCreateAIInstanceRequestDataSourceTimes + DataType *string + Fps *int64 + InstanceType *string + ScheduleCycleDates []*int64 + ScheduleTimes []*TryCreateAIInstanceRequestScheduleTimes + ScheduleType *string + Spf *int64 + func (s *TryCreateAIInstanceRequest) SetAlgorithmId(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetCameraNumber(v int64) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetComputeType(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetDataSource(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetDataSourceTimes(v []*TryCreateAIInstanceRequestDataSourceTimes) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetDataType(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetFps(v int64) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetInstanceType(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetScheduleCycleDates(v []*int64) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetScheduleTimes(v []*TryCreateAIInstanceRequestScheduleTimes) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetScheduleType(v string) *TryCreateAIInstanceRequest + func (s *TryCreateAIInstanceRequest) SetSpf(v int64) *TryCreateAIInstanceRequest + func (s TryCreateAIInstanceRequest) GoString() string + func (s TryCreateAIInstanceRequest) String() string + type TryCreateAIInstanceRequestDataSourceTimes struct + EndTime *string + StartTime *string + func (s *TryCreateAIInstanceRequestDataSourceTimes) SetEndTime(v string) *TryCreateAIInstanceRequestDataSourceTimes + func (s *TryCreateAIInstanceRequestDataSourceTimes) SetStartTime(v string) *TryCreateAIInstanceRequestDataSourceTimes + func (s TryCreateAIInstanceRequestDataSourceTimes) GoString() string + func (s TryCreateAIInstanceRequestDataSourceTimes) String() string + type TryCreateAIInstanceRequestScheduleTimes struct + EndTime *string + StartTime *string + func (s *TryCreateAIInstanceRequestScheduleTimes) SetEndTime(v string) *TryCreateAIInstanceRequestScheduleTimes + func (s *TryCreateAIInstanceRequestScheduleTimes) SetStartTime(v string) *TryCreateAIInstanceRequestScheduleTimes + func (s TryCreateAIInstanceRequestScheduleTimes) GoString() string + func (s TryCreateAIInstanceRequestScheduleTimes) String() string + type TryCreateAIInstanceResponse struct + Body *TryCreateAIInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *TryCreateAIInstanceResponse) SetBody(v *TryCreateAIInstanceResponseBody) *TryCreateAIInstanceResponse + func (s *TryCreateAIInstanceResponse) SetHeaders(v map[string]*string) *TryCreateAIInstanceResponse + func (s *TryCreateAIInstanceResponse) SetStatusCode(v int32) *TryCreateAIInstanceResponse + func (s TryCreateAIInstanceResponse) GoString() string + func (s TryCreateAIInstanceResponse) String() string + type TryCreateAIInstanceResponseBody struct + Code *string + Data *TryCreateAIInstanceResponseBodyData + Message *string + RequestId *string + func (s *TryCreateAIInstanceResponseBody) SetCode(v string) *TryCreateAIInstanceResponseBody + func (s *TryCreateAIInstanceResponseBody) SetData(v *TryCreateAIInstanceResponseBodyData) *TryCreateAIInstanceResponseBody + func (s *TryCreateAIInstanceResponseBody) SetMessage(v string) *TryCreateAIInstanceResponseBody + func (s *TryCreateAIInstanceResponseBody) SetRequestId(v string) *TryCreateAIInstanceResponseBody + func (s TryCreateAIInstanceResponseBody) GoString() string + func (s TryCreateAIInstanceResponseBody) String() string + type TryCreateAIInstanceResponseBodyData struct + AcuUsed *int64 + Storage *string + func (s *TryCreateAIInstanceResponseBodyData) SetAcuUsed(v int64) *TryCreateAIInstanceResponseBodyData + func (s *TryCreateAIInstanceResponseBodyData) SetStorage(v string) *TryCreateAIInstanceResponseBodyData + func (s TryCreateAIInstanceResponseBodyData) GoString() string + func (s TryCreateAIInstanceResponseBodyData) String() string + type TryCreateAIInstanceShrinkRequest struct + AlgorithmId *string + CameraNumber *int64 + ComputeType *string + DataSource *string + DataSourceTimesShrink *string + DataType *string + Fps *int64 + InstanceType *string + ScheduleCycleDatesShrink *string + ScheduleTimesShrink *string + ScheduleType *string + Spf *int64 + func (s *TryCreateAIInstanceShrinkRequest) SetAlgorithmId(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetCameraNumber(v int64) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetComputeType(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetDataSource(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetDataSourceTimesShrink(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetDataType(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetFps(v int64) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetInstanceType(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetScheduleCycleDatesShrink(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetScheduleTimesShrink(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetScheduleType(v string) *TryCreateAIInstanceShrinkRequest + func (s *TryCreateAIInstanceShrinkRequest) SetSpf(v int64) *TryCreateAIInstanceShrinkRequest + func (s TryCreateAIInstanceShrinkRequest) GoString() string + func (s TryCreateAIInstanceShrinkRequest) String() string + type UnbindCorpGroupRequest struct + CorpGroupId *string + CorpId *string + func (s *UnbindCorpGroupRequest) SetCorpGroupId(v string) *UnbindCorpGroupRequest + func (s *UnbindCorpGroupRequest) SetCorpId(v string) *UnbindCorpGroupRequest + func (s UnbindCorpGroupRequest) GoString() string + func (s UnbindCorpGroupRequest) String() string + type UnbindCorpGroupResponse struct + Body *UnbindCorpGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UnbindCorpGroupResponse) SetBody(v *UnbindCorpGroupResponseBody) *UnbindCorpGroupResponse + func (s *UnbindCorpGroupResponse) SetHeaders(v map[string]*string) *UnbindCorpGroupResponse + func (s *UnbindCorpGroupResponse) SetStatusCode(v int32) *UnbindCorpGroupResponse + func (s UnbindCorpGroupResponse) GoString() string + func (s UnbindCorpGroupResponse) String() string + type UnbindCorpGroupResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *UnbindCorpGroupResponseBody) SetCode(v string) *UnbindCorpGroupResponseBody + func (s *UnbindCorpGroupResponseBody) SetMessage(v string) *UnbindCorpGroupResponseBody + func (s *UnbindCorpGroupResponseBody) SetRequestId(v string) *UnbindCorpGroupResponseBody + func (s *UnbindCorpGroupResponseBody) SetSuccess(v bool) *UnbindCorpGroupResponseBody + func (s UnbindCorpGroupResponseBody) GoString() string + func (s UnbindCorpGroupResponseBody) String() string + type UnbindDevicesRequest struct + CorpId *string + DeviceId *string + SubDeviceIdList *string + func (s *UnbindDevicesRequest) SetCorpId(v string) *UnbindDevicesRequest + func (s *UnbindDevicesRequest) SetDeviceId(v string) *UnbindDevicesRequest + func (s *UnbindDevicesRequest) SetSubDeviceIdList(v string) *UnbindDevicesRequest + func (s UnbindDevicesRequest) GoString() string + func (s UnbindDevicesRequest) String() string + type UnbindDevicesResponse struct + Body *UnbindDevicesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UnbindDevicesResponse) SetBody(v *UnbindDevicesResponseBody) *UnbindDevicesResponse + func (s *UnbindDevicesResponse) SetHeaders(v map[string]*string) *UnbindDevicesResponse + func (s *UnbindDevicesResponse) SetStatusCode(v int32) *UnbindDevicesResponse + func (s UnbindDevicesResponse) GoString() string + func (s UnbindDevicesResponse) String() string + type UnbindDevicesResponseBody struct + Code *string + Data *UnbindDevicesResponseBodyData + Message *string + RequestId *string + func (s *UnbindDevicesResponseBody) SetCode(v string) *UnbindDevicesResponseBody + func (s *UnbindDevicesResponseBody) SetData(v *UnbindDevicesResponseBodyData) *UnbindDevicesResponseBody + func (s *UnbindDevicesResponseBody) SetMessage(v string) *UnbindDevicesResponseBody + func (s *UnbindDevicesResponseBody) SetRequestId(v string) *UnbindDevicesResponseBody + func (s UnbindDevicesResponseBody) GoString() string + func (s UnbindDevicesResponseBody) String() string + type UnbindDevicesResponseBodyData struct + SubDeviceList []*UnbindDevicesResponseBodyDataSubDeviceList + func (s *UnbindDevicesResponseBodyData) SetSubDeviceList(v []*UnbindDevicesResponseBodyDataSubDeviceList) *UnbindDevicesResponseBodyData + func (s UnbindDevicesResponseBodyData) GoString() string + func (s UnbindDevicesResponseBodyData) String() string + type UnbindDevicesResponseBodyDataSubDeviceList struct + Code *string + Message *string + SubDeviceId *string + func (s *UnbindDevicesResponseBodyDataSubDeviceList) SetCode(v string) *UnbindDevicesResponseBodyDataSubDeviceList + func (s *UnbindDevicesResponseBodyDataSubDeviceList) SetMessage(v string) *UnbindDevicesResponseBodyDataSubDeviceList + func (s *UnbindDevicesResponseBodyDataSubDeviceList) SetSubDeviceId(v string) *UnbindDevicesResponseBodyDataSubDeviceList + func (s UnbindDevicesResponseBodyDataSubDeviceList) GoString() string + func (s UnbindDevicesResponseBodyDataSubDeviceList) String() string + type UnbindPersonRequest struct + CorpId *string + IsvSubId *string + ProfileId *int64 + func (s *UnbindPersonRequest) SetCorpId(v string) *UnbindPersonRequest + func (s *UnbindPersonRequest) SetIsvSubId(v string) *UnbindPersonRequest + func (s *UnbindPersonRequest) SetProfileId(v int64) *UnbindPersonRequest + func (s UnbindPersonRequest) GoString() string + func (s UnbindPersonRequest) String() string + type UnbindPersonResponse struct + Body *UnbindPersonResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UnbindPersonResponse) SetBody(v *UnbindPersonResponseBody) *UnbindPersonResponse + func (s *UnbindPersonResponse) SetHeaders(v map[string]*string) *UnbindPersonResponse + func (s *UnbindPersonResponse) SetStatusCode(v int32) *UnbindPersonResponse + func (s UnbindPersonResponse) GoString() string + func (s UnbindPersonResponse) String() string + type UnbindPersonResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *UnbindPersonResponseBody) SetCode(v string) *UnbindPersonResponseBody + func (s *UnbindPersonResponseBody) SetData(v bool) *UnbindPersonResponseBody + func (s *UnbindPersonResponseBody) SetMessage(v string) *UnbindPersonResponseBody + func (s *UnbindPersonResponseBody) SetRequestId(v string) *UnbindPersonResponseBody + func (s UnbindPersonResponseBody) GoString() string + func (s UnbindPersonResponseBody) String() string + type UnbindUserRequest struct + CorpId *string + IsvSubId *string + UserId *int64 + func (s *UnbindUserRequest) SetCorpId(v string) *UnbindUserRequest + func (s *UnbindUserRequest) SetIsvSubId(v string) *UnbindUserRequest + func (s *UnbindUserRequest) SetUserId(v int64) *UnbindUserRequest + func (s UnbindUserRequest) GoString() string + func (s UnbindUserRequest) String() string + type UnbindUserResponse struct + Body *UnbindUserResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UnbindUserResponse) SetBody(v *UnbindUserResponseBody) *UnbindUserResponse + func (s *UnbindUserResponse) SetHeaders(v map[string]*string) *UnbindUserResponse + func (s *UnbindUserResponse) SetStatusCode(v int32) *UnbindUserResponse + func (s UnbindUserResponse) GoString() string + func (s UnbindUserResponse) String() string + type UnbindUserResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + func (s *UnbindUserResponseBody) SetCode(v string) *UnbindUserResponseBody + func (s *UnbindUserResponseBody) SetData(v bool) *UnbindUserResponseBody + func (s *UnbindUserResponseBody) SetMessage(v string) *UnbindUserResponseBody + func (s *UnbindUserResponseBody) SetRequestId(v string) *UnbindUserResponseBody + func (s UnbindUserResponseBody) GoString() string + func (s UnbindUserResponseBody) String() string + type UpdateAiotDeviceRequest struct + AiotDevice *UpdateAiotDeviceRequestAiotDevice + Id *string + func (s *UpdateAiotDeviceRequest) SetAiotDevice(v *UpdateAiotDeviceRequestAiotDevice) *UpdateAiotDeviceRequest + func (s *UpdateAiotDeviceRequest) SetId(v string) *UpdateAiotDeviceRequest + func (s UpdateAiotDeviceRequest) GoString() string + func (s UpdateAiotDeviceRequest) String() string + type UpdateAiotDeviceRequestAiotDevice struct + IPAddr *string + Latitude *float32 + Longitude *float32 + Name *string + Place *string + Port *int64 + func (s *UpdateAiotDeviceRequestAiotDevice) SetIPAddr(v string) *UpdateAiotDeviceRequestAiotDevice + func (s *UpdateAiotDeviceRequestAiotDevice) SetLatitude(v float32) *UpdateAiotDeviceRequestAiotDevice + func (s *UpdateAiotDeviceRequestAiotDevice) SetLongitude(v float32) *UpdateAiotDeviceRequestAiotDevice + func (s *UpdateAiotDeviceRequestAiotDevice) SetName(v string) *UpdateAiotDeviceRequestAiotDevice + func (s *UpdateAiotDeviceRequestAiotDevice) SetPlace(v string) *UpdateAiotDeviceRequestAiotDevice + func (s *UpdateAiotDeviceRequestAiotDevice) SetPort(v int64) *UpdateAiotDeviceRequestAiotDevice + func (s UpdateAiotDeviceRequestAiotDevice) GoString() string + func (s UpdateAiotDeviceRequestAiotDevice) String() string + type UpdateAiotDeviceResponse struct + Body *UpdateAiotDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateAiotDeviceResponse) SetBody(v *UpdateAiotDeviceResponseBody) *UpdateAiotDeviceResponse + func (s *UpdateAiotDeviceResponse) SetHeaders(v map[string]*string) *UpdateAiotDeviceResponse + func (s *UpdateAiotDeviceResponse) SetStatusCode(v int32) *UpdateAiotDeviceResponse + func (s UpdateAiotDeviceResponse) GoString() string + func (s UpdateAiotDeviceResponse) String() string + type UpdateAiotDeviceResponseBody struct + AiotDevice *UpdateAiotDeviceResponseBodyAiotDevice + Code *string + Message *string + RequestId *string + func (s *UpdateAiotDeviceResponseBody) SetAiotDevice(v *UpdateAiotDeviceResponseBodyAiotDevice) *UpdateAiotDeviceResponseBody + func (s *UpdateAiotDeviceResponseBody) SetCode(v string) *UpdateAiotDeviceResponseBody + func (s *UpdateAiotDeviceResponseBody) SetMessage(v string) *UpdateAiotDeviceResponseBody + func (s *UpdateAiotDeviceResponseBody) SetRequestId(v string) *UpdateAiotDeviceResponseBody + func (s UpdateAiotDeviceResponseBody) GoString() string + func (s UpdateAiotDeviceResponseBody) String() string + type UpdateAiotDeviceResponseBodyAiotDevice struct + CapDirection *string + CorpId *string + DeviceId *string + DeviceType *string + FirmwareVersion *string + IPAddr *string + IPV6Addr *string + IPv4Gateway *string + IPv4Netmask *string + IsOnline *string + Latitude *float32 + Longitude *float32 + MAC *string + Manufacturer *string + Model *string + MonitorAreaDesc *string + MonitorDirection *string + Name *string + OrgCode *string + OwnerApsID *string + Password *string + Place *string + PlaceCode *string + Port *int64 + SerialNumber *string + UserId *string + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetCapDirection(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetCorpId(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetDeviceId(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetDeviceType(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetFirmwareVersion(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetIPAddr(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetIPV6Addr(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetIPv4Gateway(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetIPv4Netmask(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetIsOnline(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetLatitude(v float32) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetLongitude(v float32) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetMAC(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetManufacturer(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetModel(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetMonitorAreaDesc(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetMonitorDirection(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetName(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetOrgCode(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetOwnerApsID(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetPassword(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetPlace(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetPlaceCode(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetPort(v int64) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetSerialNumber(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s *UpdateAiotDeviceResponseBodyAiotDevice) SetUserId(v string) *UpdateAiotDeviceResponseBodyAiotDevice + func (s UpdateAiotDeviceResponseBodyAiotDevice) GoString() string + func (s UpdateAiotDeviceResponseBodyAiotDevice) String() string + type UpdateAiotDeviceShrinkRequest struct + AiotDeviceShrink *string + Id *string + func (s *UpdateAiotDeviceShrinkRequest) SetAiotDeviceShrink(v string) *UpdateAiotDeviceShrinkRequest + func (s *UpdateAiotDeviceShrinkRequest) SetId(v string) *UpdateAiotDeviceShrinkRequest + func (s UpdateAiotDeviceShrinkRequest) GoString() string + func (s UpdateAiotDeviceShrinkRequest) String() string + type UpdateAiotPersonTableItemRequest struct + Id *string + PersonTableId *string + PersonTableItem *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequest) SetId(v string) *UpdateAiotPersonTableItemRequest + func (s *UpdateAiotPersonTableItemRequest) SetPersonTableId(v string) *UpdateAiotPersonTableItemRequest + func (s *UpdateAiotPersonTableItemRequest) SetPersonTableItem(v *UpdateAiotPersonTableItemRequestPersonTableItem) *UpdateAiotPersonTableItemRequest + func (s UpdateAiotPersonTableItemRequest) GoString() string + func (s UpdateAiotPersonTableItemRequest) String() string + type UpdateAiotPersonTableItemRequestPersonTableItem struct + IdentificationList []*UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList + IdentificationNum *int64 + ImageList []*UpdateAiotPersonTableItemRequestPersonTableItemImageList + ImageNum *int64 + PersonCode *string + PersonId *string + PersonName *string + Remarks *string + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetIdentificationList(v []*UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetIdentificationNum(v int64) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetImageList(v []*UpdateAiotPersonTableItemRequestPersonTableItemImageList) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetImageNum(v int64) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetPersonCode(v string) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetPersonId(v string) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetPersonName(v string) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s *UpdateAiotPersonTableItemRequestPersonTableItem) SetRemarks(v string) *UpdateAiotPersonTableItemRequestPersonTableItem + func (s UpdateAiotPersonTableItemRequestPersonTableItem) GoString() string + func (s UpdateAiotPersonTableItemRequestPersonTableItem) String() string + type UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList struct + Number *string + Type *int64 + func (s *UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList) SetNumber(v string) *UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList) SetType(v int64) *UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList + func (s UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList) GoString() string + func (s UpdateAiotPersonTableItemRequestPersonTableItemIdentificationList) String() string + type UpdateAiotPersonTableItemRequestPersonTableItemImageList struct + Data *string + DeviceId *string + EventSort *string + FeatureInfo *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + FileFormat *string + Height *int64 + ImageId *string + ShotTime *string + Size *int64 + StoragePath *string + Type *string + Width *int64 + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetData(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetDeviceId(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetEventSort(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetFeatureInfo(v *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetFileFormat(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetHeight(v int64) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetImageId(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetShotTime(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetSize(v int64) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetStoragePath(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetType(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageList) SetWidth(v int64) *UpdateAiotPersonTableItemRequestPersonTableItemImageList + func (s UpdateAiotPersonTableItemRequestPersonTableItemImageList) GoString() string + func (s UpdateAiotPersonTableItemRequestPersonTableItemImageList) String() string + type UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo struct + AlgorithmType *string + AlgorithmVersion *string + FeatureData *string + ImageId *string + ObjectId *string + TabIeId *string + Vendor *string + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetAlgorithmType(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetAlgorithmVersion(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetFeatureData(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetImageId(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetObjectId(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetTabIeId(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) SetVendor(v string) *UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo + func (s UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) GoString() string + func (s UpdateAiotPersonTableItemRequestPersonTableItemImageListFeatureInfo) String() string + type UpdateAiotPersonTableItemResponse struct + Body *UpdateAiotPersonTableItemResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateAiotPersonTableItemResponse) SetBody(v *UpdateAiotPersonTableItemResponseBody) *UpdateAiotPersonTableItemResponse + func (s *UpdateAiotPersonTableItemResponse) SetHeaders(v map[string]*string) *UpdateAiotPersonTableItemResponse + func (s *UpdateAiotPersonTableItemResponse) SetStatusCode(v int32) *UpdateAiotPersonTableItemResponse + func (s UpdateAiotPersonTableItemResponse) GoString() string + func (s UpdateAiotPersonTableItemResponse) String() string + type UpdateAiotPersonTableItemResponseBody struct + Code *string + Message *string + PersonTableItem *UpdateAiotPersonTableItemResponseBodyPersonTableItem + RequestId *string + func (s *UpdateAiotPersonTableItemResponseBody) SetCode(v string) *UpdateAiotPersonTableItemResponseBody + func (s *UpdateAiotPersonTableItemResponseBody) SetMessage(v string) *UpdateAiotPersonTableItemResponseBody + func (s *UpdateAiotPersonTableItemResponseBody) SetPersonTableItem(v *UpdateAiotPersonTableItemResponseBodyPersonTableItem) *UpdateAiotPersonTableItemResponseBody + func (s *UpdateAiotPersonTableItemResponseBody) SetRequestId(v string) *UpdateAiotPersonTableItemResponseBody + func (s UpdateAiotPersonTableItemResponseBody) GoString() string + func (s UpdateAiotPersonTableItemResponseBody) String() string + type UpdateAiotPersonTableItemResponseBodyPersonTableItem struct + IdentificationList []*UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList + IdentificationNum *int64 + ImageList []*UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + ImageNum *int64 + LastChange *string + PersonCode *string + PersonId *string + PersonName *string + PersonTableId *string + Remarks *string + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetIdentificationList(v []*UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetIdentificationNum(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetImageList(v []*UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetImageNum(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetLastChange(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetPersonCode(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetPersonId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetPersonName(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetPersonTableId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItem) SetRemarks(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItem + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItem) GoString() string + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItem) String() string + type UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList struct + Number *string + Type *int64 + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList) SetNumber(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList) SetType(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList) GoString() string + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemIdentificationList) String() string + type UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList struct + Data *string + DeviceId *string + EventSort *string + FeatureInfo *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + FileFormat *string + Height *int64 + ImageId *string + ShotTime *string + Size *int64 + StoragePath *string + Type *string + Width *int64 + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetData(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetDeviceId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetEventSort(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetFeatureInfo(v *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetFileFormat(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetHeight(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetImageId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetShotTime(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetSize(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetStoragePath(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetType(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) SetWidth(v int64) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) GoString() string + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemImageList) String() string + type UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo struct + AlgorithmType *string + AlgorithmVersion *string + FeatureData *string + ImageId *string + ObjectId *string + TabIed *string + Vendor *string + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetAlgorithmType(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetAlgorithmVersion(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetFeatureData(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetImageId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetObjectId(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetTabIed(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) SetVendor(v string) *UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) GoString() string + func (s UpdateAiotPersonTableItemResponseBodyPersonTableItemImageListFeatureInfo) String() string + type UpdateAiotPersonTableRequest struct + Id *string + PersonTable *UpdateAiotPersonTableRequestPersonTable + func (s *UpdateAiotPersonTableRequest) SetId(v string) *UpdateAiotPersonTableRequest + func (s *UpdateAiotPersonTableRequest) SetPersonTable(v *UpdateAiotPersonTableRequestPersonTable) *UpdateAiotPersonTableRequest + func (s UpdateAiotPersonTableRequest) GoString() string + func (s UpdateAiotPersonTableRequest) String() string + type UpdateAiotPersonTableRequestPersonTable struct + Name *string + PersonTableId *string + Type *int64 + VerificationModelList []*int64 + func (s *UpdateAiotPersonTableRequestPersonTable) SetName(v string) *UpdateAiotPersonTableRequestPersonTable + func (s *UpdateAiotPersonTableRequestPersonTable) SetPersonTableId(v string) *UpdateAiotPersonTableRequestPersonTable + func (s *UpdateAiotPersonTableRequestPersonTable) SetType(v int64) *UpdateAiotPersonTableRequestPersonTable + func (s *UpdateAiotPersonTableRequestPersonTable) SetVerificationModelList(v []*int64) *UpdateAiotPersonTableRequestPersonTable + func (s UpdateAiotPersonTableRequestPersonTable) GoString() string + func (s UpdateAiotPersonTableRequestPersonTable) String() string + type UpdateAiotPersonTableResponse struct + Body *UpdateAiotPersonTableResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateAiotPersonTableResponse) SetBody(v *UpdateAiotPersonTableResponseBody) *UpdateAiotPersonTableResponse + func (s *UpdateAiotPersonTableResponse) SetHeaders(v map[string]*string) *UpdateAiotPersonTableResponse + func (s *UpdateAiotPersonTableResponse) SetStatusCode(v int32) *UpdateAiotPersonTableResponse + func (s UpdateAiotPersonTableResponse) GoString() string + func (s UpdateAiotPersonTableResponse) String() string + type UpdateAiotPersonTableResponseBody struct + Code *string + Message *string + PersonTable *UpdateAiotPersonTableResponseBodyPersonTable + RequestId *string + func (s *UpdateAiotPersonTableResponseBody) SetCode(v string) *UpdateAiotPersonTableResponseBody + func (s *UpdateAiotPersonTableResponseBody) SetMessage(v string) *UpdateAiotPersonTableResponseBody + func (s *UpdateAiotPersonTableResponseBody) SetPersonTable(v *UpdateAiotPersonTableResponseBodyPersonTable) *UpdateAiotPersonTableResponseBody + func (s *UpdateAiotPersonTableResponseBody) SetRequestId(v string) *UpdateAiotPersonTableResponseBody + func (s UpdateAiotPersonTableResponseBody) GoString() string + func (s UpdateAiotPersonTableResponseBody) String() string + type UpdateAiotPersonTableResponseBodyPersonTable struct + DeviceId *string + FaceNum *int64 + LastChange *string + Name *string + PersonNum *int64 + PersonTableId *string + TotalPersonNum *int64 + Type *int64 + VerificationModelList []*int64 + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetDeviceId(v string) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetFaceNum(v int64) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetLastChange(v string) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetName(v string) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetPersonNum(v int64) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetPersonTableId(v string) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetTotalPersonNum(v int64) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetType(v int64) *UpdateAiotPersonTableResponseBodyPersonTable + func (s *UpdateAiotPersonTableResponseBodyPersonTable) SetVerificationModelList(v []*int64) *UpdateAiotPersonTableResponseBodyPersonTable + func (s UpdateAiotPersonTableResponseBodyPersonTable) GoString() string + func (s UpdateAiotPersonTableResponseBodyPersonTable) String() string + type UpdateAiotVehicleTableItemRequest struct + Id *string + VehicleTableId *string + VehicleTableItem *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequest) SetId(v string) *UpdateAiotVehicleTableItemRequest + func (s *UpdateAiotVehicleTableItemRequest) SetVehicleTableId(v string) *UpdateAiotVehicleTableItemRequest + func (s *UpdateAiotVehicleTableItemRequest) SetVehicleTableItem(v *UpdateAiotVehicleTableItemRequestVehicleTableItem) *UpdateAiotVehicleTableItemRequest + func (s UpdateAiotVehicleTableItemRequest) GoString() string + func (s UpdateAiotVehicleTableItemRequest) String() string + type UpdateAiotVehicleTableItemRequestVehicleTableItem struct + BeginTime *string + EndTime *string + OwnerName *string + PhoneNo *string + PlateNo *string + Remarks *string + VehicleTableItemId *string + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetBeginTime(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetEndTime(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetOwnerName(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetPhoneNo(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetPlateNo(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetRemarks(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s *UpdateAiotVehicleTableItemRequestVehicleTableItem) SetVehicleTableItemId(v string) *UpdateAiotVehicleTableItemRequestVehicleTableItem + func (s UpdateAiotVehicleTableItemRequestVehicleTableItem) GoString() string + func (s UpdateAiotVehicleTableItemRequestVehicleTableItem) String() string + type UpdateAiotVehicleTableItemResponse struct + Body *UpdateAiotVehicleTableItemResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateAiotVehicleTableItemResponse) SetBody(v *UpdateAiotVehicleTableItemResponseBody) *UpdateAiotVehicleTableItemResponse + func (s *UpdateAiotVehicleTableItemResponse) SetHeaders(v map[string]*string) *UpdateAiotVehicleTableItemResponse + func (s *UpdateAiotVehicleTableItemResponse) SetStatusCode(v int32) *UpdateAiotVehicleTableItemResponse + func (s UpdateAiotVehicleTableItemResponse) GoString() string + func (s UpdateAiotVehicleTableItemResponse) String() string + type UpdateAiotVehicleTableItemResponseBody struct + Code *string + Message *string + RequestId *string + VehicleTableItem *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBody) SetCode(v string) *UpdateAiotVehicleTableItemResponseBody + func (s *UpdateAiotVehicleTableItemResponseBody) SetMessage(v string) *UpdateAiotVehicleTableItemResponseBody + func (s *UpdateAiotVehicleTableItemResponseBody) SetRequestId(v string) *UpdateAiotVehicleTableItemResponseBody + func (s *UpdateAiotVehicleTableItemResponseBody) SetVehicleTableItem(v *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) *UpdateAiotVehicleTableItemResponseBody + func (s UpdateAiotVehicleTableItemResponseBody) GoString() string + func (s UpdateAiotVehicleTableItemResponseBody) String() string + type UpdateAiotVehicleTableItemResponseBodyVehicleTableItem struct + BeginTime *string + EndTime *string + OwnerName *string + PhoneNo *string + PlateNo *string + Remarks *string + VehicleTableId *string + VehicleTableItemId *string + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetBeginTime(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetEndTime(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetOwnerName(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetPhoneNo(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetPlateNo(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetRemarks(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetVehicleTableId(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) SetVehicleTableItemId(v string) *UpdateAiotVehicleTableItemResponseBodyVehicleTableItem + func (s UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) GoString() string + func (s UpdateAiotVehicleTableItemResponseBodyVehicleTableItem) String() string + type UpdateAiotVehicleTableItemShrinkRequest struct + Id *string + VehicleTableId *string + VehicleTableItemShrink *string + func (s *UpdateAiotVehicleTableItemShrinkRequest) SetId(v string) *UpdateAiotVehicleTableItemShrinkRequest + func (s *UpdateAiotVehicleTableItemShrinkRequest) SetVehicleTableId(v string) *UpdateAiotVehicleTableItemShrinkRequest + func (s *UpdateAiotVehicleTableItemShrinkRequest) SetVehicleTableItemShrink(v string) *UpdateAiotVehicleTableItemShrinkRequest + func (s UpdateAiotVehicleTableItemShrinkRequest) GoString() string + func (s UpdateAiotVehicleTableItemShrinkRequest) String() string + type UpdateCorpRequest struct + AppName *string + CorpId *string + CorpName *string + Description *string + IconPath *string + IsvSubId *string + ParentCorpId *string + func (s *UpdateCorpRequest) SetAppName(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetCorpId(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetCorpName(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetDescription(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetIconPath(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetIsvSubId(v string) *UpdateCorpRequest + func (s *UpdateCorpRequest) SetParentCorpId(v string) *UpdateCorpRequest + func (s UpdateCorpRequest) GoString() string + func (s UpdateCorpRequest) String() string + type UpdateCorpResponse struct + Body *UpdateCorpResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateCorpResponse) SetBody(v *UpdateCorpResponseBody) *UpdateCorpResponse + func (s *UpdateCorpResponse) SetHeaders(v map[string]*string) *UpdateCorpResponse + func (s *UpdateCorpResponse) SetStatusCode(v int32) *UpdateCorpResponse + func (s UpdateCorpResponse) GoString() string + func (s UpdateCorpResponse) String() string + type UpdateCorpResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UpdateCorpResponseBody) SetCode(v string) *UpdateCorpResponseBody + func (s *UpdateCorpResponseBody) SetData(v string) *UpdateCorpResponseBody + func (s *UpdateCorpResponseBody) SetMessage(v string) *UpdateCorpResponseBody + func (s *UpdateCorpResponseBody) SetRequestId(v string) *UpdateCorpResponseBody + func (s UpdateCorpResponseBody) GoString() string + func (s UpdateCorpResponseBody) String() string + type UpdateDataSourceRequest struct + DataSourceId *string + DataSourceName *string + Description *string + Url *string + func (s *UpdateDataSourceRequest) SetDataSourceId(v string) *UpdateDataSourceRequest + func (s *UpdateDataSourceRequest) SetDataSourceName(v string) *UpdateDataSourceRequest + func (s *UpdateDataSourceRequest) SetDescription(v string) *UpdateDataSourceRequest + func (s *UpdateDataSourceRequest) SetUrl(v string) *UpdateDataSourceRequest + func (s UpdateDataSourceRequest) GoString() string + func (s UpdateDataSourceRequest) String() string + type UpdateDataSourceResponse struct + Body *UpdateDataSourceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateDataSourceResponse) SetBody(v *UpdateDataSourceResponseBody) *UpdateDataSourceResponse + func (s *UpdateDataSourceResponse) SetHeaders(v map[string]*string) *UpdateDataSourceResponse + func (s *UpdateDataSourceResponse) SetStatusCode(v int32) *UpdateDataSourceResponse + func (s UpdateDataSourceResponse) GoString() string + func (s UpdateDataSourceResponse) String() string + type UpdateDataSourceResponseBody struct + Code *string + Message *string + RequestId *string + func (s *UpdateDataSourceResponseBody) SetCode(v string) *UpdateDataSourceResponseBody + func (s *UpdateDataSourceResponseBody) SetMessage(v string) *UpdateDataSourceResponseBody + func (s *UpdateDataSourceResponseBody) SetRequestId(v string) *UpdateDataSourceResponseBody + func (s UpdateDataSourceResponseBody) GoString() string + func (s UpdateDataSourceResponseBody) String() string + type UpdateDeviceCaptureStrategyRequest struct + DeviceCode *string + DeviceType *string + MondayCaptureStrategy *string + func (s *UpdateDeviceCaptureStrategyRequest) SetDeviceCode(v string) *UpdateDeviceCaptureStrategyRequest + func (s *UpdateDeviceCaptureStrategyRequest) SetDeviceType(v string) *UpdateDeviceCaptureStrategyRequest + func (s *UpdateDeviceCaptureStrategyRequest) SetMondayCaptureStrategy(v string) *UpdateDeviceCaptureStrategyRequest + func (s UpdateDeviceCaptureStrategyRequest) GoString() string + func (s UpdateDeviceCaptureStrategyRequest) String() string + type UpdateDeviceCaptureStrategyResponse struct + Body *UpdateDeviceCaptureStrategyResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateDeviceCaptureStrategyResponse) SetBody(v *UpdateDeviceCaptureStrategyResponseBody) *UpdateDeviceCaptureStrategyResponse + func (s *UpdateDeviceCaptureStrategyResponse) SetHeaders(v map[string]*string) *UpdateDeviceCaptureStrategyResponse + func (s *UpdateDeviceCaptureStrategyResponse) SetStatusCode(v int32) *UpdateDeviceCaptureStrategyResponse + func (s UpdateDeviceCaptureStrategyResponse) GoString() string + func (s UpdateDeviceCaptureStrategyResponse) String() string + type UpdateDeviceCaptureStrategyResponseBody struct + Code *string + Message *string + RequestId *string + func (s *UpdateDeviceCaptureStrategyResponseBody) SetCode(v string) *UpdateDeviceCaptureStrategyResponseBody + func (s *UpdateDeviceCaptureStrategyResponseBody) SetMessage(v string) *UpdateDeviceCaptureStrategyResponseBody + func (s *UpdateDeviceCaptureStrategyResponseBody) SetRequestId(v string) *UpdateDeviceCaptureStrategyResponseBody + func (s UpdateDeviceCaptureStrategyResponseBody) GoString() string + func (s UpdateDeviceCaptureStrategyResponseBody) String() string + type UpdateDeviceRequest struct + BitRate *string + CorpId *string + DeviceAddress *string + DeviceDirection *string + DeviceName *string + DeviceResolution *string + DeviceSite *string + DeviceType *string + GbId *string + Vendor *string + func (s *UpdateDeviceRequest) SetBitRate(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetCorpId(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceAddress(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceDirection(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceName(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceResolution(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceSite(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetDeviceType(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetGbId(v string) *UpdateDeviceRequest + func (s *UpdateDeviceRequest) SetVendor(v string) *UpdateDeviceRequest + func (s UpdateDeviceRequest) GoString() string + func (s UpdateDeviceRequest) String() string + type UpdateDeviceResponse struct + Body *UpdateDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateDeviceResponse) SetBody(v *UpdateDeviceResponseBody) *UpdateDeviceResponse + func (s *UpdateDeviceResponse) SetHeaders(v map[string]*string) *UpdateDeviceResponse + func (s *UpdateDeviceResponse) SetStatusCode(v int32) *UpdateDeviceResponse + func (s UpdateDeviceResponse) GoString() string + func (s UpdateDeviceResponse) String() string + type UpdateDeviceResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UpdateDeviceResponseBody) SetCode(v string) *UpdateDeviceResponseBody + func (s *UpdateDeviceResponseBody) SetData(v string) *UpdateDeviceResponseBody + func (s *UpdateDeviceResponseBody) SetMessage(v string) *UpdateDeviceResponseBody + func (s *UpdateDeviceResponseBody) SetRequestId(v string) *UpdateDeviceResponseBody + func (s UpdateDeviceResponseBody) GoString() string + func (s UpdateDeviceResponseBody) String() string + type UpdateDevicesStorageRequest struct + UpdateStorageRequests []*UpdateDevicesStorageRequestUpdateStorageRequests + func (s *UpdateDevicesStorageRequest) SetUpdateStorageRequests(v []*UpdateDevicesStorageRequestUpdateStorageRequests) *UpdateDevicesStorageRequest + func (s UpdateDevicesStorageRequest) GoString() string + func (s UpdateDevicesStorageRequest) String() string + type UpdateDevicesStorageRequestUpdateStorageRequests struct + DeviceIds *string + StorageDays []*UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays + func (s *UpdateDevicesStorageRequestUpdateStorageRequests) SetDeviceIds(v string) *UpdateDevicesStorageRequestUpdateStorageRequests + func (s *UpdateDevicesStorageRequestUpdateStorageRequests) SetStorageDays(v []*UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays) *UpdateDevicesStorageRequestUpdateStorageRequests + func (s UpdateDevicesStorageRequestUpdateStorageRequests) GoString() string + func (s UpdateDevicesStorageRequestUpdateStorageRequests) String() string + type UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays struct + StorageDays *int64 + StorageType *string + func (s *UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays) SetStorageDays(v int64) *UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays + func (s *UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays) SetStorageType(v string) *UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays + func (s UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays) GoString() string + func (s UpdateDevicesStorageRequestUpdateStorageRequestsStorageDays) String() string + type UpdateDevicesStorageResponse struct + Body *UpdateDevicesStorageResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateDevicesStorageResponse) SetBody(v *UpdateDevicesStorageResponseBody) *UpdateDevicesStorageResponse + func (s *UpdateDevicesStorageResponse) SetHeaders(v map[string]*string) *UpdateDevicesStorageResponse + func (s *UpdateDevicesStorageResponse) SetStatusCode(v int32) *UpdateDevicesStorageResponse + func (s UpdateDevicesStorageResponse) GoString() string + func (s UpdateDevicesStorageResponse) String() string + type UpdateDevicesStorageResponseBody struct + Code *string + Data *bool + Message *string + RequestId *string + Success *bool + func (s *UpdateDevicesStorageResponseBody) SetCode(v string) *UpdateDevicesStorageResponseBody + func (s *UpdateDevicesStorageResponseBody) SetData(v bool) *UpdateDevicesStorageResponseBody + func (s *UpdateDevicesStorageResponseBody) SetMessage(v string) *UpdateDevicesStorageResponseBody + func (s *UpdateDevicesStorageResponseBody) SetRequestId(v string) *UpdateDevicesStorageResponseBody + func (s *UpdateDevicesStorageResponseBody) SetSuccess(v bool) *UpdateDevicesStorageResponseBody + func (s UpdateDevicesStorageResponseBody) GoString() string + func (s UpdateDevicesStorageResponseBody) String() string + type UpdateDevicesStorageShrinkRequest struct + UpdateStorageRequestsShrink *string + func (s *UpdateDevicesStorageShrinkRequest) SetUpdateStorageRequestsShrink(v string) *UpdateDevicesStorageShrinkRequest + func (s UpdateDevicesStorageShrinkRequest) GoString() string + func (s UpdateDevicesStorageShrinkRequest) String() string + type UpdateDoubleVerificationGroupRequest struct + DoubleVerificationGroup *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup + Id *string + func (s *UpdateDoubleVerificationGroupRequest) SetDoubleVerificationGroup(v *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) *UpdateDoubleVerificationGroupRequest + func (s *UpdateDoubleVerificationGroupRequest) SetId(v string) *UpdateDoubleVerificationGroupRequest + func (s UpdateDoubleVerificationGroupRequest) GoString() string + func (s UpdateDoubleVerificationGroupRequest) String() string + type UpdateDoubleVerificationGroupRequestDoubleVerificationGroup struct + GroupId *string + Interval *int64 + MemberNumber *int64 + PersonIdList []*UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) SetGroupId(v string) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) SetInterval(v int64) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) SetMemberNumber(v int64) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) SetPersonIdList(v []*UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroup + func (s UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) GoString() string + func (s UpdateDoubleVerificationGroupRequestDoubleVerificationGroup) String() string + type UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList struct + PersonId *string + PersonTableId *string + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList) SetPersonId(v string) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList + func (s *UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList) SetPersonTableId(v string) *UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList + func (s UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList) GoString() string + func (s UpdateDoubleVerificationGroupRequestDoubleVerificationGroupPersonIdList) String() string + type UpdateDoubleVerificationGroupResponse struct + Body *UpdateDoubleVerificationGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateDoubleVerificationGroupResponse) SetBody(v *UpdateDoubleVerificationGroupResponseBody) *UpdateDoubleVerificationGroupResponse + func (s *UpdateDoubleVerificationGroupResponse) SetHeaders(v map[string]*string) *UpdateDoubleVerificationGroupResponse + func (s *UpdateDoubleVerificationGroupResponse) SetStatusCode(v int32) *UpdateDoubleVerificationGroupResponse + func (s UpdateDoubleVerificationGroupResponse) GoString() string + func (s UpdateDoubleVerificationGroupResponse) String() string + type UpdateDoubleVerificationGroupResponseBody struct + Code *string + DoubleVerificationGroup *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + Message *string + RequestId *string + func (s *UpdateDoubleVerificationGroupResponseBody) SetCode(v string) *UpdateDoubleVerificationGroupResponseBody + func (s *UpdateDoubleVerificationGroupResponseBody) SetDoubleVerificationGroup(v *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) *UpdateDoubleVerificationGroupResponseBody + func (s *UpdateDoubleVerificationGroupResponseBody) SetMessage(v string) *UpdateDoubleVerificationGroupResponseBody + func (s *UpdateDoubleVerificationGroupResponseBody) SetRequestId(v string) *UpdateDoubleVerificationGroupResponseBody + func (s UpdateDoubleVerificationGroupResponseBody) GoString() string + func (s UpdateDoubleVerificationGroupResponseBody) String() string + type UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup struct + DeviceId *string + Enabled *string + GroupId *string + Interval *int64 + LastChange *string + MemberNumber *int64 + PersonIdList []*UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetDeviceId(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetEnabled(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetGroupId(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetInterval(v int64) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetLastChange(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetMemberNumber(v int64) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) SetPersonIdList(...) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup + func (s UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) GoString() string + func (s UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroup) String() string + type UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList struct + PersonId *string + PersonTableId *string + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList) SetPersonId(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList + func (s *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList) SetPersonTableId(v string) *UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList + func (s UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList) GoString() string + func (s UpdateDoubleVerificationGroupResponseBodyDoubleVerificationGroupPersonIdList) String() string + type UpdateModelServiceRequest struct + ClientToken *string + ModelServiceId *string + ModelServiceName *string + QpsRequired *int32 + func (s *UpdateModelServiceRequest) SetClientToken(v string) *UpdateModelServiceRequest + func (s *UpdateModelServiceRequest) SetModelServiceId(v string) *UpdateModelServiceRequest + func (s *UpdateModelServiceRequest) SetModelServiceName(v string) *UpdateModelServiceRequest + func (s *UpdateModelServiceRequest) SetQpsRequired(v int32) *UpdateModelServiceRequest + func (s UpdateModelServiceRequest) GoString() string + func (s UpdateModelServiceRequest) String() string + type UpdateModelServiceResponse struct + Body *UpdateModelServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateModelServiceResponse) SetBody(v *UpdateModelServiceResponseBody) *UpdateModelServiceResponse + func (s *UpdateModelServiceResponse) SetHeaders(v map[string]*string) *UpdateModelServiceResponse + func (s *UpdateModelServiceResponse) SetStatusCode(v int32) *UpdateModelServiceResponse + func (s UpdateModelServiceResponse) GoString() string + func (s UpdateModelServiceResponse) String() string + type UpdateModelServiceResponseBody struct + Code *string + Data *UpdateModelServiceResponseBodyData + Message *string + RequestId *string + func (s *UpdateModelServiceResponseBody) SetCode(v string) *UpdateModelServiceResponseBody + func (s *UpdateModelServiceResponseBody) SetData(v *UpdateModelServiceResponseBodyData) *UpdateModelServiceResponseBody + func (s *UpdateModelServiceResponseBody) SetMessage(v string) *UpdateModelServiceResponseBody + func (s *UpdateModelServiceResponseBody) SetRequestId(v string) *UpdateModelServiceResponseBody + func (s UpdateModelServiceResponseBody) GoString() string + func (s UpdateModelServiceResponseBody) String() string + type UpdateModelServiceResponseBodyData struct + AlgorithmCode *string + ModelServiceInstanceId *string + ModelServiceInstanceName *string + ModelServiceStatus *string + QpsRequired *int32 + func (s *UpdateModelServiceResponseBodyData) SetAlgorithmCode(v string) *UpdateModelServiceResponseBodyData + func (s *UpdateModelServiceResponseBodyData) SetModelServiceInstanceId(v string) *UpdateModelServiceResponseBodyData + func (s *UpdateModelServiceResponseBodyData) SetModelServiceInstanceName(v string) *UpdateModelServiceResponseBodyData + func (s *UpdateModelServiceResponseBodyData) SetModelServiceStatus(v string) *UpdateModelServiceResponseBodyData + func (s *UpdateModelServiceResponseBodyData) SetQpsRequired(v int32) *UpdateModelServiceResponseBodyData + func (s UpdateModelServiceResponseBodyData) GoString() string + func (s UpdateModelServiceResponseBodyData) String() string + type UpdateMonitorRequest struct + AlgorithmVendor *string + AttributeName *string + AttributeOperateType *string + AttributeValueList *string + CorpId *string + Description *string + DeviceList *string + DeviceOperateType *string + NotifierAppSecret *string + NotifierExtendValues *string + NotifierTimeOut *int32 + NotifierType *string + NotifierUrl *string + PicList *string + PicOperateType *string + RuleExpression *string + RuleName *string + TaskId *string + func (s *UpdateMonitorRequest) SetAlgorithmVendor(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetAttributeName(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetAttributeOperateType(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetAttributeValueList(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetCorpId(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetDescription(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetDeviceList(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetDeviceOperateType(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetNotifierAppSecret(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetNotifierExtendValues(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetNotifierTimeOut(v int32) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetNotifierType(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetNotifierUrl(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetPicList(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetPicOperateType(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetRuleExpression(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetRuleName(v string) *UpdateMonitorRequest + func (s *UpdateMonitorRequest) SetTaskId(v string) *UpdateMonitorRequest + func (s UpdateMonitorRequest) GoString() string + func (s UpdateMonitorRequest) String() string + type UpdateMonitorResponse struct + Body *UpdateMonitorResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateMonitorResponse) SetBody(v *UpdateMonitorResponseBody) *UpdateMonitorResponse + func (s *UpdateMonitorResponse) SetHeaders(v map[string]*string) *UpdateMonitorResponse + func (s *UpdateMonitorResponse) SetStatusCode(v int32) *UpdateMonitorResponse + func (s UpdateMonitorResponse) GoString() string + func (s UpdateMonitorResponse) String() string + type UpdateMonitorResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UpdateMonitorResponseBody) SetCode(v string) *UpdateMonitorResponseBody + func (s *UpdateMonitorResponseBody) SetData(v string) *UpdateMonitorResponseBody + func (s *UpdateMonitorResponseBody) SetMessage(v string) *UpdateMonitorResponseBody + func (s *UpdateMonitorResponseBody) SetRequestId(v string) *UpdateMonitorResponseBody + func (s UpdateMonitorResponseBody) GoString() string + func (s UpdateMonitorResponseBody) String() string + type UpdateProfileCatalogRequest struct + CatalogId *int64 + CatalogName *string + CorpId *string + IsvSubId *string + func (s *UpdateProfileCatalogRequest) SetCatalogId(v int64) *UpdateProfileCatalogRequest + func (s *UpdateProfileCatalogRequest) SetCatalogName(v string) *UpdateProfileCatalogRequest + func (s *UpdateProfileCatalogRequest) SetCorpId(v string) *UpdateProfileCatalogRequest + func (s *UpdateProfileCatalogRequest) SetIsvSubId(v string) *UpdateProfileCatalogRequest + func (s UpdateProfileCatalogRequest) GoString() string + func (s UpdateProfileCatalogRequest) String() string + type UpdateProfileCatalogResponse struct + Body *UpdateProfileCatalogResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateProfileCatalogResponse) SetBody(v *UpdateProfileCatalogResponseBody) *UpdateProfileCatalogResponse + func (s *UpdateProfileCatalogResponse) SetHeaders(v map[string]*string) *UpdateProfileCatalogResponse + func (s *UpdateProfileCatalogResponse) SetStatusCode(v int32) *UpdateProfileCatalogResponse + func (s UpdateProfileCatalogResponse) GoString() string + func (s UpdateProfileCatalogResponse) String() string + type UpdateProfileCatalogResponseBody struct + Code *string + Data *UpdateProfileCatalogResponseBodyData + Message *string + RequestId *string + func (s *UpdateProfileCatalogResponseBody) SetCode(v string) *UpdateProfileCatalogResponseBody + func (s *UpdateProfileCatalogResponseBody) SetData(v *UpdateProfileCatalogResponseBodyData) *UpdateProfileCatalogResponseBody + func (s *UpdateProfileCatalogResponseBody) SetMessage(v string) *UpdateProfileCatalogResponseBody + func (s *UpdateProfileCatalogResponseBody) SetRequestId(v string) *UpdateProfileCatalogResponseBody + func (s UpdateProfileCatalogResponseBody) GoString() string + func (s UpdateProfileCatalogResponseBody) String() string + type UpdateProfileCatalogResponseBodyData struct + CatalogId *int64 + CatalogName *string + IsvSubId *string + ParentCatalogId *string + ProfileCount *int64 + func (s *UpdateProfileCatalogResponseBodyData) SetCatalogId(v int64) *UpdateProfileCatalogResponseBodyData + func (s *UpdateProfileCatalogResponseBodyData) SetCatalogName(v string) *UpdateProfileCatalogResponseBodyData + func (s *UpdateProfileCatalogResponseBodyData) SetIsvSubId(v string) *UpdateProfileCatalogResponseBodyData + func (s *UpdateProfileCatalogResponseBodyData) SetParentCatalogId(v string) *UpdateProfileCatalogResponseBodyData + func (s *UpdateProfileCatalogResponseBodyData) SetProfileCount(v int64) *UpdateProfileCatalogResponseBodyData + func (s UpdateProfileCatalogResponseBodyData) GoString() string + func (s UpdateProfileCatalogResponseBodyData) String() string + type UpdateProfileRequest struct + BizId *string + CatalogId *int64 + CorpId *string + FaceUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + LiveAddress *string + Name *string + PhoneNo *string + PlateNo *string + ProfileId *int64 + SceneType *string + func (s *UpdateProfileRequest) SetBizId(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetCatalogId(v int64) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetCorpId(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetFaceUrl(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetGender(v int32) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetIdNumber(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetIsvSubId(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetLiveAddress(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetName(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetPhoneNo(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetPlateNo(v string) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetProfileId(v int64) *UpdateProfileRequest + func (s *UpdateProfileRequest) SetSceneType(v string) *UpdateProfileRequest + func (s UpdateProfileRequest) GoString() string + func (s UpdateProfileRequest) String() string + type UpdateProfileResponse struct + Body *UpdateProfileResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateProfileResponse) SetBody(v *UpdateProfileResponseBody) *UpdateProfileResponse + func (s *UpdateProfileResponse) SetHeaders(v map[string]*string) *UpdateProfileResponse + func (s *UpdateProfileResponse) SetStatusCode(v int32) *UpdateProfileResponse + func (s UpdateProfileResponse) GoString() string + func (s UpdateProfileResponse) String() string + type UpdateProfileResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UpdateProfileResponseBody) SetCode(v string) *UpdateProfileResponseBody + func (s *UpdateProfileResponseBody) SetData(v string) *UpdateProfileResponseBody + func (s *UpdateProfileResponseBody) SetMessage(v string) *UpdateProfileResponseBody + func (s *UpdateProfileResponseBody) SetRequestId(v string) *UpdateProfileResponseBody + func (s UpdateProfileResponseBody) GoString() string + func (s UpdateProfileResponseBody) String() string + type UpdateSearchTableRequest struct + SearchTableId *string + SearchTableName *string + func (s *UpdateSearchTableRequest) SetSearchTableId(v string) *UpdateSearchTableRequest + func (s *UpdateSearchTableRequest) SetSearchTableName(v string) *UpdateSearchTableRequest + func (s UpdateSearchTableRequest) GoString() string + func (s UpdateSearchTableRequest) String() string + type UpdateSearchTableResponse struct + Body *UpdateSearchTableResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateSearchTableResponse) SetBody(v *UpdateSearchTableResponseBody) *UpdateSearchTableResponse + func (s *UpdateSearchTableResponse) SetHeaders(v map[string]*string) *UpdateSearchTableResponse + func (s *UpdateSearchTableResponse) SetStatusCode(v int32) *UpdateSearchTableResponse + func (s UpdateSearchTableResponse) GoString() string + func (s UpdateSearchTableResponse) String() string + type UpdateSearchTableResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *UpdateSearchTableResponseBody) SetCode(v string) *UpdateSearchTableResponseBody + func (s *UpdateSearchTableResponseBody) SetMessage(v string) *UpdateSearchTableResponseBody + func (s *UpdateSearchTableResponseBody) SetRequestId(v string) *UpdateSearchTableResponseBody + func (s *UpdateSearchTableResponseBody) SetSuccess(v bool) *UpdateSearchTableResponseBody + func (s UpdateSearchTableResponseBody) GoString() string + func (s UpdateSearchTableResponseBody) String() string + type UpdateUserGroupRequest struct + CorpId *string + IsvSubId *string + UserGroupId *int64 + UserGroupName *string + func (s *UpdateUserGroupRequest) SetCorpId(v string) *UpdateUserGroupRequest + func (s *UpdateUserGroupRequest) SetIsvSubId(v string) *UpdateUserGroupRequest + func (s *UpdateUserGroupRequest) SetUserGroupId(v int64) *UpdateUserGroupRequest + func (s *UpdateUserGroupRequest) SetUserGroupName(v string) *UpdateUserGroupRequest + func (s UpdateUserGroupRequest) GoString() string + func (s UpdateUserGroupRequest) String() string + type UpdateUserGroupResponse struct + Body *UpdateUserGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateUserGroupResponse) SetBody(v *UpdateUserGroupResponseBody) *UpdateUserGroupResponse + func (s *UpdateUserGroupResponse) SetHeaders(v map[string]*string) *UpdateUserGroupResponse + func (s *UpdateUserGroupResponse) SetStatusCode(v int32) *UpdateUserGroupResponse + func (s UpdateUserGroupResponse) GoString() string + func (s UpdateUserGroupResponse) String() string + type UpdateUserGroupResponseBody struct + Code *string + Data *UpdateUserGroupResponseBodyData + Message *string + RequestId *string + func (s *UpdateUserGroupResponseBody) SetCode(v string) *UpdateUserGroupResponseBody + func (s *UpdateUserGroupResponseBody) SetData(v *UpdateUserGroupResponseBodyData) *UpdateUserGroupResponseBody + func (s *UpdateUserGroupResponseBody) SetMessage(v string) *UpdateUserGroupResponseBody + func (s *UpdateUserGroupResponseBody) SetRequestId(v string) *UpdateUserGroupResponseBody + func (s UpdateUserGroupResponseBody) GoString() string + func (s UpdateUserGroupResponseBody) String() string + type UpdateUserGroupResponseBodyData struct + IsvSubId *string + ParentUserGroupId *string + UserCount *int64 + UserGroupId *int64 + UserGroupName *string + func (s *UpdateUserGroupResponseBodyData) SetIsvSubId(v string) *UpdateUserGroupResponseBodyData + func (s *UpdateUserGroupResponseBodyData) SetParentUserGroupId(v string) *UpdateUserGroupResponseBodyData + func (s *UpdateUserGroupResponseBodyData) SetUserCount(v int64) *UpdateUserGroupResponseBodyData + func (s *UpdateUserGroupResponseBodyData) SetUserGroupId(v int64) *UpdateUserGroupResponseBodyData + func (s *UpdateUserGroupResponseBodyData) SetUserGroupName(v string) *UpdateUserGroupResponseBodyData + func (s UpdateUserGroupResponseBodyData) GoString() string + func (s UpdateUserGroupResponseBodyData) String() string + type UpdateUserRequest struct + Address *string + Age *int32 + Attachment *string + BizId *string + CorpId *string + FaceImageContent *string + FaceImageUrl *string + Gender *int32 + IdNumber *string + IsvSubId *string + PhoneNo *string + PlateNo *string + UserGroupId *int64 + UserId *int64 + UserName *string + func (s *UpdateUserRequest) SetAddress(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetAge(v int32) *UpdateUserRequest + func (s *UpdateUserRequest) SetAttachment(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetBizId(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetCorpId(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetFaceImageContent(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetFaceImageUrl(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetGender(v int32) *UpdateUserRequest + func (s *UpdateUserRequest) SetIdNumber(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetIsvSubId(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetPhoneNo(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetPlateNo(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetUserGroupId(v int64) *UpdateUserRequest + func (s *UpdateUserRequest) SetUserId(v int64) *UpdateUserRequest + func (s *UpdateUserRequest) SetUserName(v string) *UpdateUserRequest + func (s UpdateUserRequest) GoString() string + func (s UpdateUserRequest) String() string + type UpdateUserResponse struct + Body *UpdateUserResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateUserResponse) SetBody(v *UpdateUserResponseBody) *UpdateUserResponse + func (s *UpdateUserResponse) SetHeaders(v map[string]*string) *UpdateUserResponse + func (s *UpdateUserResponse) SetStatusCode(v int32) *UpdateUserResponse + func (s UpdateUserResponse) GoString() string + func (s UpdateUserResponse) String() string + type UpdateUserResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UpdateUserResponseBody) SetCode(v string) *UpdateUserResponseBody + func (s *UpdateUserResponseBody) SetData(v string) *UpdateUserResponseBody + func (s *UpdateUserResponseBody) SetMessage(v string) *UpdateUserResponseBody + func (s *UpdateUserResponseBody) SetRequestId(v string) *UpdateUserResponseBody + func (s UpdateUserResponseBody) GoString() string + func (s UpdateUserResponseBody) String() string + type UpdateWatchPolicyRequest struct + ItemMatchType *string + SimilarityThreshold *float64 + TargetType *string + WatchMode *string + WatchPolicyId *string + WatchPolicyName *string + func (s *UpdateWatchPolicyRequest) SetItemMatchType(v string) *UpdateWatchPolicyRequest + func (s *UpdateWatchPolicyRequest) SetSimilarityThreshold(v float64) *UpdateWatchPolicyRequest + func (s *UpdateWatchPolicyRequest) SetTargetType(v string) *UpdateWatchPolicyRequest + func (s *UpdateWatchPolicyRequest) SetWatchMode(v string) *UpdateWatchPolicyRequest + func (s *UpdateWatchPolicyRequest) SetWatchPolicyId(v string) *UpdateWatchPolicyRequest + func (s *UpdateWatchPolicyRequest) SetWatchPolicyName(v string) *UpdateWatchPolicyRequest + func (s UpdateWatchPolicyRequest) GoString() string + func (s UpdateWatchPolicyRequest) String() string + type UpdateWatchPolicyResponse struct + Body *UpdateWatchPolicyResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateWatchPolicyResponse) SetBody(v *UpdateWatchPolicyResponseBody) *UpdateWatchPolicyResponse + func (s *UpdateWatchPolicyResponse) SetHeaders(v map[string]*string) *UpdateWatchPolicyResponse + func (s *UpdateWatchPolicyResponse) SetStatusCode(v int32) *UpdateWatchPolicyResponse + func (s UpdateWatchPolicyResponse) GoString() string + func (s UpdateWatchPolicyResponse) String() string + type UpdateWatchPolicyResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *UpdateWatchPolicyResponseBody) SetCode(v string) *UpdateWatchPolicyResponseBody + func (s *UpdateWatchPolicyResponseBody) SetMessage(v string) *UpdateWatchPolicyResponseBody + func (s *UpdateWatchPolicyResponseBody) SetRequestId(v string) *UpdateWatchPolicyResponseBody + func (s *UpdateWatchPolicyResponseBody) SetSuccess(v bool) *UpdateWatchPolicyResponseBody + func (s UpdateWatchPolicyResponseBody) GoString() string + func (s UpdateWatchPolicyResponseBody) String() string + type UpdateWatchTaskRequest struct + Description *string + DeviceList *string + MessageReceiver *string + ScheduleCycleDates *string + ScheduleTimes *string + ScheduleType *string + TaskName *string + WatchPolicyIds *string + WatchTaskId *string + func (s *UpdateWatchTaskRequest) SetDescription(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetDeviceList(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetMessageReceiver(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetScheduleCycleDates(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetScheduleTimes(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetScheduleType(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetTaskName(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetWatchPolicyIds(v string) *UpdateWatchTaskRequest + func (s *UpdateWatchTaskRequest) SetWatchTaskId(v string) *UpdateWatchTaskRequest + func (s UpdateWatchTaskRequest) GoString() string + func (s UpdateWatchTaskRequest) String() string + type UpdateWatchTaskResponse struct + Body *UpdateWatchTaskResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateWatchTaskResponse) SetBody(v *UpdateWatchTaskResponseBody) *UpdateWatchTaskResponse + func (s *UpdateWatchTaskResponse) SetHeaders(v map[string]*string) *UpdateWatchTaskResponse + func (s *UpdateWatchTaskResponse) SetStatusCode(v int32) *UpdateWatchTaskResponse + func (s UpdateWatchTaskResponse) GoString() string + func (s UpdateWatchTaskResponse) String() string + type UpdateWatchTaskResponseBody struct + Code *string + Message *string + RequestId *string + Success *bool + func (s *UpdateWatchTaskResponseBody) SetCode(v string) *UpdateWatchTaskResponseBody + func (s *UpdateWatchTaskResponseBody) SetMessage(v string) *UpdateWatchTaskResponseBody + func (s *UpdateWatchTaskResponseBody) SetRequestId(v string) *UpdateWatchTaskResponseBody + func (s *UpdateWatchTaskResponseBody) SetSuccess(v bool) *UpdateWatchTaskResponseBody + func (s UpdateWatchTaskResponseBody) GoString() string + func (s UpdateWatchTaskResponseBody) String() string + type UploadFileRequest struct + CorpId *string + DataSourceId *string + FileAliasName *string + FileContent *string + FileName *string + FilePath *string + FileType *string + MD5 *string + func (s *UploadFileRequest) SetCorpId(v string) *UploadFileRequest + func (s *UploadFileRequest) SetDataSourceId(v string) *UploadFileRequest + func (s *UploadFileRequest) SetFileAliasName(v string) *UploadFileRequest + func (s *UploadFileRequest) SetFileContent(v string) *UploadFileRequest + func (s *UploadFileRequest) SetFileName(v string) *UploadFileRequest + func (s *UploadFileRequest) SetFilePath(v string) *UploadFileRequest + func (s *UploadFileRequest) SetFileType(v string) *UploadFileRequest + func (s *UploadFileRequest) SetMD5(v string) *UploadFileRequest + func (s UploadFileRequest) GoString() string + func (s UploadFileRequest) String() string + type UploadFileResponse struct + Body *UploadFileResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UploadFileResponse) SetBody(v *UploadFileResponseBody) *UploadFileResponse + func (s *UploadFileResponse) SetHeaders(v map[string]*string) *UploadFileResponse + func (s *UploadFileResponse) SetStatusCode(v int32) *UploadFileResponse + func (s UploadFileResponse) GoString() string + func (s UploadFileResponse) String() string + type UploadFileResponseBody struct + Code *string + Data *UploadFileResponseBodyData + Message *string + RequestId *string + func (s *UploadFileResponseBody) SetCode(v string) *UploadFileResponseBody + func (s *UploadFileResponseBody) SetData(v *UploadFileResponseBodyData) *UploadFileResponseBody + func (s *UploadFileResponseBody) SetMessage(v string) *UploadFileResponseBody + func (s *UploadFileResponseBody) SetRequestId(v string) *UploadFileResponseBody + func (s UploadFileResponseBody) GoString() string + func (s UploadFileResponseBody) String() string + type UploadFileResponseBodyData struct + Records []*UploadFileResponseBodyDataRecords + func (s *UploadFileResponseBodyData) SetRecords(v []*UploadFileResponseBodyDataRecords) *UploadFileResponseBodyData + func (s UploadFileResponseBodyData) GoString() string + func (s UploadFileResponseBodyData) String() string + type UploadFileResponseBodyDataRecords struct + OssPath *string + SourceId *string + func (s *UploadFileResponseBodyDataRecords) SetOssPath(v string) *UploadFileResponseBodyDataRecords + func (s *UploadFileResponseBodyDataRecords) SetSourceId(v string) *UploadFileResponseBodyDataRecords + func (s UploadFileResponseBodyDataRecords) GoString() string + func (s UploadFileResponseBodyDataRecords) String() string + type UploadImageRequest struct + ImageUrl *string + func (s *UploadImageRequest) SetImageUrl(v string) *UploadImageRequest + func (s UploadImageRequest) GoString() string + func (s UploadImageRequest) String() string + type UploadImageResponse struct + Body *UploadImageResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UploadImageResponse) SetBody(v *UploadImageResponseBody) *UploadImageResponse + func (s *UploadImageResponse) SetHeaders(v map[string]*string) *UploadImageResponse + func (s *UploadImageResponse) SetStatusCode(v int32) *UploadImageResponse + func (s UploadImageResponse) GoString() string + func (s UploadImageResponse) String() string + type UploadImageResponseBody struct + Code *string + Data *string + Message *string + RequestId *string + func (s *UploadImageResponseBody) SetCode(v string) *UploadImageResponseBody + func (s *UploadImageResponseBody) SetData(v string) *UploadImageResponseBody + func (s *UploadImageResponseBody) SetMessage(v string) *UploadImageResponseBody + func (s *UploadImageResponseBody) SetRequestId(v string) *UploadImageResponseBody + func (s UploadImageResponseBody) GoString() string + func (s UploadImageResponseBody) String() string + type VerifyDeviceRequest struct + DeviceAddress *string + FilePath *string + NvrExisted *int64 + func (s *VerifyDeviceRequest) SetDeviceAddress(v string) *VerifyDeviceRequest + func (s *VerifyDeviceRequest) SetFilePath(v string) *VerifyDeviceRequest + func (s *VerifyDeviceRequest) SetNvrExisted(v int64) *VerifyDeviceRequest + func (s VerifyDeviceRequest) GoString() string + func (s VerifyDeviceRequest) String() string + type VerifyDeviceResponse struct + Body *VerifyDeviceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *VerifyDeviceResponse) SetBody(v *VerifyDeviceResponseBody) *VerifyDeviceResponse + func (s *VerifyDeviceResponse) SetHeaders(v map[string]*string) *VerifyDeviceResponse + func (s *VerifyDeviceResponse) SetStatusCode(v int32) *VerifyDeviceResponse + func (s VerifyDeviceResponse) GoString() string + func (s VerifyDeviceResponse) String() string + type VerifyDeviceResponseBody struct + Code *string + Data []*VerifyDeviceResponseBodyData + Message *string + RequestId *string + func (s *VerifyDeviceResponseBody) SetCode(v string) *VerifyDeviceResponseBody + func (s *VerifyDeviceResponseBody) SetData(v []*VerifyDeviceResponseBodyData) *VerifyDeviceResponseBody + func (s *VerifyDeviceResponseBody) SetMessage(v string) *VerifyDeviceResponseBody + func (s *VerifyDeviceResponseBody) SetRequestId(v string) *VerifyDeviceResponseBody + func (s VerifyDeviceResponseBody) GoString() string + func (s VerifyDeviceResponseBody) String() string + type VerifyDeviceResponseBodyData struct + Code *string + Id *string + Message *string + OriginalGbId *string + RowNumber *int64 + SuggestGbId *string + func (s *VerifyDeviceResponseBodyData) SetCode(v string) *VerifyDeviceResponseBodyData + func (s *VerifyDeviceResponseBodyData) SetId(v string) *VerifyDeviceResponseBodyData + func (s *VerifyDeviceResponseBodyData) SetMessage(v string) *VerifyDeviceResponseBodyData + func (s *VerifyDeviceResponseBodyData) SetOriginalGbId(v string) *VerifyDeviceResponseBodyData + func (s *VerifyDeviceResponseBodyData) SetRowNumber(v int64) *VerifyDeviceResponseBodyData + func (s *VerifyDeviceResponseBodyData) SetSuggestGbId(v string) *VerifyDeviceResponseBodyData + func (s VerifyDeviceResponseBodyData) GoString() string + func (s VerifyDeviceResponseBodyData) String() string