Documentation ¶
Index ¶
- func GenReqDefForListDeviceAlarms() *def.HttpRequestDef
- func GenReqDefForListDevices() *def.HttpRequestDef
- func HiLensClientBuilder() *httpclient.HcHttpClientBuilder
- type HiLensClient
- func (c *HiLensClient) ListDeviceAlarms(request *model.ListDeviceAlarmsRequest) (*model.ListDeviceAlarmsResponse, error)
- func (c *HiLensClient) ListDeviceAlarmsInvoker(request *model.ListDeviceAlarmsRequest) *ListDeviceAlarmsInvoker
- func (c *HiLensClient) ListDevices(request *model.ListDevicesRequest) (*model.ListDevicesResponse, error)
- func (c *HiLensClient) ListDevicesInvoker(request *model.ListDevicesRequest) *ListDevicesInvoker
- type ListDeviceAlarmsInvoker
- type ListDevicesInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForListDeviceAlarms ¶
func GenReqDefForListDeviceAlarms() *def.HttpRequestDef
func GenReqDefForListDevices ¶
func GenReqDefForListDevices() *def.HttpRequestDef
func HiLensClientBuilder ¶
func HiLensClientBuilder() *httpclient.HcHttpClientBuilder
Types ¶
type HiLensClient ¶
type HiLensClient struct {
HcClient *httpclient.HcHttpClient
}
func NewHiLensClient ¶
func NewHiLensClient(hcClient *httpclient.HcHttpClient) *HiLensClient
func (*HiLensClient) ListDeviceAlarms ¶
func (c *HiLensClient) ListDeviceAlarms(request *model.ListDeviceAlarmsRequest) (*model.ListDeviceAlarmsResponse, error)
ListDeviceAlarms 获取设备告警列表
获取设备告警列表
Please refer to HUAWEI cloud API Explorer for details.
func (*HiLensClient) ListDeviceAlarmsInvoker ¶ added in v0.0.90
func (c *HiLensClient) ListDeviceAlarmsInvoker(request *model.ListDeviceAlarmsRequest) *ListDeviceAlarmsInvoker
ListDeviceAlarmsInvoker 获取设备告警列表
func (*HiLensClient) ListDevices ¶
func (c *HiLensClient) ListDevices(request *model.ListDevicesRequest) (*model.ListDevicesResponse, error)
ListDevices 获取基础版设备列表
获取基础版设备列表
Please refer to HUAWEI cloud API Explorer for details.
func (*HiLensClient) ListDevicesInvoker ¶ added in v0.0.90
func (c *HiLensClient) ListDevicesInvoker(request *model.ListDevicesRequest) *ListDevicesInvoker
ListDevicesInvoker 获取基础版设备列表
type ListDeviceAlarmsInvoker ¶ added in v0.0.90
type ListDeviceAlarmsInvoker struct {
*invoker.BaseInvoker
}
func (*ListDeviceAlarmsInvoker) GetBaseInvoker ¶ added in v0.1.118
func (i *ListDeviceAlarmsInvoker) GetBaseInvoker() *invoker.BaseInvoker
func (*ListDeviceAlarmsInvoker) Invoke ¶ added in v0.0.90
func (i *ListDeviceAlarmsInvoker) Invoke() (*model.ListDeviceAlarmsResponse, error)
type ListDevicesInvoker ¶ added in v0.0.90
type ListDevicesInvoker struct {
*invoker.BaseInvoker
}
func (*ListDevicesInvoker) GetBaseInvoker ¶ added in v0.1.118
func (i *ListDevicesInvoker) GetBaseInvoker() *invoker.BaseInvoker
func (*ListDevicesInvoker) Invoke ¶ added in v0.0.90
func (i *ListDevicesInvoker) Invoke() (*model.ListDevicesResponse, error)
Click to show internal directories.
Click to hide internal directories.