client

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ARMSQueryDataSetRequest

type ARMSQueryDataSetRequest struct {
	DatasetId     *int64                                 `json:"DatasetId,omitempty" xml:"DatasetId,omitempty"`
	DateStr       *string                                `json:"DateStr,omitempty" xml:"DateStr,omitempty"`
	Dimensions    []*ARMSQueryDataSetRequestDimensions   `json:"Dimensions,omitempty" xml:"Dimensions,omitempty" type:"Repeated"`
	HungryMode    *bool                                  `json:"HungryMode,omitempty" xml:"HungryMode,omitempty"`
	IntervalInSec *int32                                 `json:"IntervalInSec,omitempty" xml:"IntervalInSec,omitempty"`
	IsDrillDown   *bool                                  `json:"IsDrillDown,omitempty" xml:"IsDrillDown,omitempty"`
	Limit         *int32                                 `json:"Limit,omitempty" xml:"Limit,omitempty"`
	MaxTime       *int64                                 `json:"MaxTime,omitempty" xml:"MaxTime,omitempty"`
	Measures      []*string                              `json:"Measures,omitempty" xml:"Measures,omitempty" type:"Repeated"`
	MinTime       *int64                                 `json:"MinTime,omitempty" xml:"MinTime,omitempty"`
	OptionalDims  []*ARMSQueryDataSetRequestOptionalDims `json:"OptionalDims,omitempty" xml:"OptionalDims,omitempty" type:"Repeated"`
	OrderByKey    *string                                `json:"OrderByKey,omitempty" xml:"OrderByKey,omitempty"`
	ReduceTail    *bool                                  `json:"ReduceTail,omitempty" xml:"ReduceTail,omitempty"`
	RequiredDims  []*ARMSQueryDataSetRequestRequiredDims `json:"RequiredDims,omitempty" xml:"RequiredDims,omitempty" type:"Repeated"`
	SecurityToken *string                                `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"`
}

func (ARMSQueryDataSetRequest) GoString

func (s ARMSQueryDataSetRequest) GoString() string

func (*ARMSQueryDataSetRequest) SetDatasetId

func (*ARMSQueryDataSetRequest) SetDateStr

func (*ARMSQueryDataSetRequest) SetDimensions

func (*ARMSQueryDataSetRequest) SetHungryMode

func (*ARMSQueryDataSetRequest) SetIntervalInSec

func (s *ARMSQueryDataSetRequest) SetIntervalInSec(v int32) *ARMSQueryDataSetRequest

func (*ARMSQueryDataSetRequest) SetIsDrillDown

func (*ARMSQueryDataSetRequest) SetLimit

func (*ARMSQueryDataSetRequest) SetMaxTime

func (*ARMSQueryDataSetRequest) SetMeasures

func (*ARMSQueryDataSetRequest) SetMinTime

func (*ARMSQueryDataSetRequest) SetOptionalDims

func (*ARMSQueryDataSetRequest) SetOrderByKey

func (*ARMSQueryDataSetRequest) SetReduceTail

func (*ARMSQueryDataSetRequest) SetRequiredDims

func (*ARMSQueryDataSetRequest) SetSecurityToken

func (s *ARMSQueryDataSetRequest) SetSecurityToken(v string) *ARMSQueryDataSetRequest

func (ARMSQueryDataSetRequest) String

func (s ARMSQueryDataSetRequest) String() string

type ARMSQueryDataSetRequestDimensions

type ARMSQueryDataSetRequestDimensions struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Type  *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ARMSQueryDataSetRequestDimensions) GoString

func (*ARMSQueryDataSetRequestDimensions) SetKey

func (*ARMSQueryDataSetRequestDimensions) SetType

func (*ARMSQueryDataSetRequestDimensions) SetValue

func (ARMSQueryDataSetRequestDimensions) String

type ARMSQueryDataSetRequestOptionalDims

type ARMSQueryDataSetRequestOptionalDims struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Type  *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ARMSQueryDataSetRequestOptionalDims) GoString

func (*ARMSQueryDataSetRequestOptionalDims) SetKey

func (*ARMSQueryDataSetRequestOptionalDims) SetType

func (*ARMSQueryDataSetRequestOptionalDims) SetValue

func (ARMSQueryDataSetRequestOptionalDims) String

type ARMSQueryDataSetRequestRequiredDims

type ARMSQueryDataSetRequestRequiredDims struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Type  *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ARMSQueryDataSetRequestRequiredDims) GoString

func (*ARMSQueryDataSetRequestRequiredDims) SetKey

func (*ARMSQueryDataSetRequestRequiredDims) SetType

func (*ARMSQueryDataSetRequestRequiredDims) SetValue

func (ARMSQueryDataSetRequestRequiredDims) String

type ARMSQueryDataSetResponse

type ARMSQueryDataSetResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ARMSQueryDataSetResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ARMSQueryDataSetResponse) GoString

func (s ARMSQueryDataSetResponse) GoString() string

func (*ARMSQueryDataSetResponse) SetBody

func (*ARMSQueryDataSetResponse) SetHeaders

func (*ARMSQueryDataSetResponse) SetStatusCode

func (ARMSQueryDataSetResponse) String

func (s ARMSQueryDataSetResponse) String() string

type ARMSQueryDataSetResponseBody

type ARMSQueryDataSetResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ARMSQueryDataSetResponseBody) GoString

func (s ARMSQueryDataSetResponseBody) GoString() string

func (*ARMSQueryDataSetResponseBody) SetData

func (*ARMSQueryDataSetResponseBody) SetRequestId

func (ARMSQueryDataSetResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) ARMSQueryDataSet

func (client *Client) ARMSQueryDataSet(request *ARMSQueryDataSetRequest) (_result *ARMSQueryDataSetResponse, _err error)

func (*Client) ARMSQueryDataSetWithOptions

func (client *Client) ARMSQueryDataSetWithOptions(request *ARMSQueryDataSetRequest, runtime *util.RuntimeOptions) (_result *ARMSQueryDataSetResponse, _err error)

func (*Client) CreateAlertContact

func (client *Client) CreateAlertContact(request *CreateAlertContactRequest) (_result *CreateAlertContactResponse, _err error)

func (*Client) CreateAlertContactGroup

func (client *Client) CreateAlertContactGroup(request *CreateAlertContactGroupRequest) (_result *CreateAlertContactGroupResponse, _err error)

func (*Client) CreateAlertContactGroupWithOptions

func (client *Client) CreateAlertContactGroupWithOptions(request *CreateAlertContactGroupRequest, runtime *util.RuntimeOptions) (_result *CreateAlertContactGroupResponse, _err error)

func (*Client) CreateAlertContactWithOptions

func (client *Client) CreateAlertContactWithOptions(request *CreateAlertContactRequest, runtime *util.RuntimeOptions) (_result *CreateAlertContactResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetIpOrHosts

func (client *Client) GetIpOrHosts(request *GetIpOrHostsRequest) (_result *GetIpOrHostsResponse, _err error)

func (*Client) GetIpOrHostsWithOptions

func (client *Client) GetIpOrHostsWithOptions(request *GetIpOrHostsRequest, runtime *util.RuntimeOptions) (_result *GetIpOrHostsResponse, _err error)

func (*Client) GetServices

func (client *Client) GetServices(request *GetServicesRequest) (_result *GetServicesResponse, _err error)

func (*Client) GetServicesWithOptions

func (client *Client) GetServicesWithOptions(request *GetServicesRequest, runtime *util.RuntimeOptions) (_result *GetServicesResponse, _err error)

func (*Client) GetSpanNames

func (client *Client) GetSpanNames(request *GetSpanNamesRequest) (_result *GetSpanNamesResponse, _err error)

func (*Client) GetSpanNamesWithOptions

func (client *Client) GetSpanNamesWithOptions(request *GetSpanNamesRequest, runtime *util.RuntimeOptions) (_result *GetSpanNamesResponse, _err error)

func (*Client) GetTagKey

func (client *Client) GetTagKey(request *GetTagKeyRequest) (_result *GetTagKeyResponse, _err error)

func (*Client) GetTagKeyWithOptions

func (client *Client) GetTagKeyWithOptions(request *GetTagKeyRequest, runtime *util.RuntimeOptions) (_result *GetTagKeyResponse, _err error)

func (*Client) GetTagVal

func (client *Client) GetTagVal(request *GetTagValRequest) (_result *GetTagValResponse, _err error)

func (*Client) GetTagValWithOptions

func (client *Client) GetTagValWithOptions(request *GetTagValRequest, runtime *util.RuntimeOptions) (_result *GetTagValResponse, _err error)

func (*Client) GetToken

func (client *Client) GetToken(request *GetTokenRequest) (_result *GetTokenResponse, _err error)

func (*Client) GetTokenWithOptions

func (client *Client) GetTokenWithOptions(request *GetTokenRequest, runtime *util.RuntimeOptions) (_result *GetTokenResponse, _err error)

func (*Client) GetTrace

func (client *Client) GetTrace(request *GetTraceRequest) (_result *GetTraceResponse, _err error)

func (*Client) GetTraceApps

func (client *Client) GetTraceApps(request *GetTraceAppsRequest) (_result *GetTraceAppsResponse, _err error)

func (*Client) GetTraceAppsWithOptions

func (client *Client) GetTraceAppsWithOptions(request *GetTraceAppsRequest, runtime *util.RuntimeOptions) (_result *GetTraceAppsResponse, _err error)

func (*Client) GetTraceWithOptions

func (client *Client) GetTraceWithOptions(request *GetTraceRequest, runtime *util.RuntimeOptions) (_result *GetTraceResponse, _err error)

func (*Client) ImportAppAlertRules

func (client *Client) ImportAppAlertRules(request *ImportAppAlertRulesRequest) (_result *ImportAppAlertRulesResponse, _err error)

func (*Client) ImportAppAlertRulesWithOptions

func (client *Client) ImportAppAlertRulesWithOptions(request *ImportAppAlertRulesRequest, runtime *util.RuntimeOptions) (_result *ImportAppAlertRulesResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) MetricQuery

func (client *Client) MetricQuery(request *MetricQueryRequest) (_result *MetricQueryResponse, _err error)

func (*Client) MetricQueryWithOptions

func (client *Client) MetricQueryWithOptions(request *MetricQueryRequest, runtime *util.RuntimeOptions) (_result *MetricQueryResponse, _err error)

func (*Client) SearchAlertContact

func (client *Client) SearchAlertContact(request *SearchAlertContactRequest) (_result *SearchAlertContactResponse, _err error)

func (*Client) SearchAlertContactGroup

func (client *Client) SearchAlertContactGroup(request *SearchAlertContactGroupRequest) (_result *SearchAlertContactGroupResponse, _err error)

func (*Client) SearchAlertContactGroupWithOptions

func (client *Client) SearchAlertContactGroupWithOptions(request *SearchAlertContactGroupRequest, runtime *util.RuntimeOptions) (_result *SearchAlertContactGroupResponse, _err error)

func (*Client) SearchAlertContactWithOptions

func (client *Client) SearchAlertContactWithOptions(request *SearchAlertContactRequest, runtime *util.RuntimeOptions) (_result *SearchAlertContactResponse, _err error)

func (*Client) SearchTraceCount

func (client *Client) SearchTraceCount(request *SearchTraceCountRequest) (_result *SearchTraceCountResponse, _err error)

func (*Client) SearchTraceCountWithOptions

func (client *Client) SearchTraceCountWithOptions(request *SearchTraceCountRequest, runtime *util.RuntimeOptions) (_result *SearchTraceCountResponse, _err error)

func (*Client) SearchTraces

func (client *Client) SearchTraces(request *SearchTracesRequest) (_result *SearchTracesResponse, _err error)

func (*Client) SearchTracesWithOptions

func (client *Client) SearchTracesWithOptions(request *SearchTracesRequest, runtime *util.RuntimeOptions) (_result *SearchTracesResponse, _err error)

type CreateAlertContactGroupRequest

type CreateAlertContactGroupRequest struct {
	ContactGroupName *string `json:"ContactGroupName,omitempty" xml:"ContactGroupName,omitempty"`
	ContactIds       *string `json:"ContactIds,omitempty" xml:"ContactIds,omitempty"`
}

func (CreateAlertContactGroupRequest) GoString

func (*CreateAlertContactGroupRequest) SetContactGroupName

func (*CreateAlertContactGroupRequest) SetContactIds

func (CreateAlertContactGroupRequest) String

type CreateAlertContactGroupResponse

type CreateAlertContactGroupResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAlertContactGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAlertContactGroupResponse) GoString

func (*CreateAlertContactGroupResponse) SetHeaders

func (*CreateAlertContactGroupResponse) SetStatusCode

func (CreateAlertContactGroupResponse) String

type CreateAlertContactGroupResponseBody

type CreateAlertContactGroupResponseBody struct {
	ContactGroupId *string `json:"ContactGroupId,omitempty" xml:"ContactGroupId,omitempty"`
	Data           *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateAlertContactGroupResponseBody) GoString

func (*CreateAlertContactGroupResponseBody) SetContactGroupId

func (*CreateAlertContactGroupResponseBody) SetData

func (*CreateAlertContactGroupResponseBody) SetRequestId

func (CreateAlertContactGroupResponseBody) String

type CreateAlertContactRequest

type CreateAlertContactRequest struct {
	ContactName         *string `json:"ContactName,omitempty" xml:"ContactName,omitempty"`
	DingRobotWebhookUrl *string `json:"DingRobotWebhookUrl,omitempty" xml:"DingRobotWebhookUrl,omitempty"`
	Email               *string `json:"Email,omitempty" xml:"Email,omitempty"`
	PhoneNum            *string `json:"PhoneNum,omitempty" xml:"PhoneNum,omitempty"`
	SystemNoc           *bool   `json:"SystemNoc,omitempty" xml:"SystemNoc,omitempty"`
}

func (CreateAlertContactRequest) GoString

func (s CreateAlertContactRequest) GoString() string

func (*CreateAlertContactRequest) SetContactName

func (*CreateAlertContactRequest) SetDingRobotWebhookUrl

func (s *CreateAlertContactRequest) SetDingRobotWebhookUrl(v string) *CreateAlertContactRequest

func (*CreateAlertContactRequest) SetEmail

func (*CreateAlertContactRequest) SetPhoneNum

func (*CreateAlertContactRequest) SetSystemNoc

func (CreateAlertContactRequest) String

func (s CreateAlertContactRequest) String() string

type CreateAlertContactResponse

type CreateAlertContactResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAlertContactResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAlertContactResponse) GoString

func (s CreateAlertContactResponse) GoString() string

func (*CreateAlertContactResponse) SetBody

func (*CreateAlertContactResponse) SetHeaders

func (*CreateAlertContactResponse) SetStatusCode

func (CreateAlertContactResponse) String

type CreateAlertContactResponseBody

type CreateAlertContactResponseBody struct {
	ContactId *string `json:"ContactId,omitempty" xml:"ContactId,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateAlertContactResponseBody) GoString

func (*CreateAlertContactResponseBody) SetContactId

func (*CreateAlertContactResponseBody) SetData

func (*CreateAlertContactResponseBody) SetRequestId

func (CreateAlertContactResponseBody) String

type GetIpOrHostsRequest

type GetIpOrHostsRequest struct {
	EndTime     *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	StartTime   *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetIpOrHostsRequest) GoString

func (s GetIpOrHostsRequest) GoString() string

func (*GetIpOrHostsRequest) SetEndTime

func (s *GetIpOrHostsRequest) SetEndTime(v int64) *GetIpOrHostsRequest

func (*GetIpOrHostsRequest) SetRegionId

func (s *GetIpOrHostsRequest) SetRegionId(v string) *GetIpOrHostsRequest

func (*GetIpOrHostsRequest) SetServiceName

func (s *GetIpOrHostsRequest) SetServiceName(v string) *GetIpOrHostsRequest

func (*GetIpOrHostsRequest) SetStartTime

func (s *GetIpOrHostsRequest) SetStartTime(v int64) *GetIpOrHostsRequest

func (GetIpOrHostsRequest) String

func (s GetIpOrHostsRequest) String() string

type GetIpOrHostsResponse

type GetIpOrHostsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetIpOrHostsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetIpOrHostsResponse) GoString

func (s GetIpOrHostsResponse) GoString() string

func (*GetIpOrHostsResponse) SetBody

func (*GetIpOrHostsResponse) SetHeaders

func (s *GetIpOrHostsResponse) SetHeaders(v map[string]*string) *GetIpOrHostsResponse

func (*GetIpOrHostsResponse) SetStatusCode

func (s *GetIpOrHostsResponse) SetStatusCode(v int32) *GetIpOrHostsResponse

func (GetIpOrHostsResponse) String

func (s GetIpOrHostsResponse) String() string

type GetIpOrHostsResponseBody

type GetIpOrHostsResponseBody struct {
	Data      *GetIpOrHostsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetIpOrHostsResponseBody) GoString

func (s GetIpOrHostsResponseBody) GoString() string

func (*GetIpOrHostsResponseBody) SetData

func (*GetIpOrHostsResponseBody) SetRequestId

func (GetIpOrHostsResponseBody) String

func (s GetIpOrHostsResponseBody) String() string

type GetIpOrHostsResponseBodyData

type GetIpOrHostsResponseBodyData struct {
	Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
}

func (GetIpOrHostsResponseBodyData) GoString

func (s GetIpOrHostsResponseBodyData) GoString() string

func (*GetIpOrHostsResponseBodyData) SetData

func (GetIpOrHostsResponseBodyData) String

type GetServicesRequest

type GetServicesRequest struct {
	AppType  *string `json:"AppType,omitempty" xml:"AppType,omitempty"`
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetServicesRequest) GoString

func (s GetServicesRequest) GoString() string

func (*GetServicesRequest) SetAppType

func (s *GetServicesRequest) SetAppType(v string) *GetServicesRequest

func (*GetServicesRequest) SetRegionId

func (s *GetServicesRequest) SetRegionId(v string) *GetServicesRequest

func (GetServicesRequest) String

func (s GetServicesRequest) String() string

type GetServicesResponse

type GetServicesResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServicesResponse) GoString

func (s GetServicesResponse) GoString() string

func (*GetServicesResponse) SetBody

func (*GetServicesResponse) SetHeaders

func (s *GetServicesResponse) SetHeaders(v map[string]*string) *GetServicesResponse

func (*GetServicesResponse) SetStatusCode

func (s *GetServicesResponse) SetStatusCode(v int32) *GetServicesResponse

func (GetServicesResponse) String

func (s GetServicesResponse) String() string

type GetServicesResponseBody

type GetServicesResponseBody struct {
	Data      *GetServicesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetServicesResponseBody) GoString

func (s GetServicesResponseBody) GoString() string

func (*GetServicesResponseBody) SetData

func (*GetServicesResponseBody) SetRequestId

func (GetServicesResponseBody) String

func (s GetServicesResponseBody) String() string

type GetServicesResponseBodyData

type GetServicesResponseBodyData struct {
	Details  *GetServicesResponseBodyDataDetails  `json:"Details,omitempty" xml:"Details,omitempty" type:"Struct"`
	Services *GetServicesResponseBodyDataServices `json:"Services,omitempty" xml:"Services,omitempty" type:"Struct"`
}

func (GetServicesResponseBodyData) GoString

func (s GetServicesResponseBodyData) GoString() string

func (*GetServicesResponseBodyData) SetDetails

func (*GetServicesResponseBodyData) SetServices

func (GetServicesResponseBodyData) String

type GetServicesResponseBodyDataDetails

type GetServicesResponseBodyDataDetails struct {
	Details []*GetServicesResponseBodyDataDetailsDetails `json:"Details,omitempty" xml:"Details,omitempty" type:"Repeated"`
}

func (GetServicesResponseBodyDataDetails) GoString

func (GetServicesResponseBodyDataDetails) String

type GetServicesResponseBodyDataDetailsDetails

type GetServicesResponseBodyDataDetailsDetails struct {
	Pid         *string `json:"Pid,omitempty" xml:"Pid,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (GetServicesResponseBodyDataDetailsDetails) GoString

func (*GetServicesResponseBodyDataDetailsDetails) SetPid

func (*GetServicesResponseBodyDataDetailsDetails) SetRegionId

func (*GetServicesResponseBodyDataDetailsDetails) SetServiceName

func (GetServicesResponseBodyDataDetailsDetails) String

type GetServicesResponseBodyDataServices

type GetServicesResponseBodyDataServices struct {
	Services []*string `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"`
}

func (GetServicesResponseBodyDataServices) GoString

func (*GetServicesResponseBodyDataServices) SetServices

func (GetServicesResponseBodyDataServices) String

type GetSpanNamesRequest

type GetSpanNamesRequest struct {
	EndTime     *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	StartTime   *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetSpanNamesRequest) GoString

func (s GetSpanNamesRequest) GoString() string

func (*GetSpanNamesRequest) SetEndTime

func (s *GetSpanNamesRequest) SetEndTime(v int64) *GetSpanNamesRequest

func (*GetSpanNamesRequest) SetRegionId

func (s *GetSpanNamesRequest) SetRegionId(v string) *GetSpanNamesRequest

func (*GetSpanNamesRequest) SetServiceName

func (s *GetSpanNamesRequest) SetServiceName(v string) *GetSpanNamesRequest

func (*GetSpanNamesRequest) SetStartTime

func (s *GetSpanNamesRequest) SetStartTime(v int64) *GetSpanNamesRequest

func (GetSpanNamesRequest) String

func (s GetSpanNamesRequest) String() string

type GetSpanNamesResponse

type GetSpanNamesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSpanNamesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSpanNamesResponse) GoString

func (s GetSpanNamesResponse) GoString() string

func (*GetSpanNamesResponse) SetBody

func (*GetSpanNamesResponse) SetHeaders

func (s *GetSpanNamesResponse) SetHeaders(v map[string]*string) *GetSpanNamesResponse

func (*GetSpanNamesResponse) SetStatusCode

func (s *GetSpanNamesResponse) SetStatusCode(v int32) *GetSpanNamesResponse

func (GetSpanNamesResponse) String

func (s GetSpanNamesResponse) String() string

type GetSpanNamesResponseBody

type GetSpanNamesResponseBody struct {
	Data      *GetSpanNamesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetSpanNamesResponseBody) GoString

func (s GetSpanNamesResponseBody) GoString() string

func (*GetSpanNamesResponseBody) SetData

func (*GetSpanNamesResponseBody) SetRequestId

func (GetSpanNamesResponseBody) String

func (s GetSpanNamesResponseBody) String() string

type GetSpanNamesResponseBodyData

type GetSpanNamesResponseBodyData struct {
	Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
}

func (GetSpanNamesResponseBodyData) GoString

func (s GetSpanNamesResponseBodyData) GoString() string

func (*GetSpanNamesResponseBodyData) SetData

func (GetSpanNamesResponseBodyData) String

type GetTagKeyRequest

type GetTagKeyRequest struct {
	EndTime     *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	SpanName    *string `json:"SpanName,omitempty" xml:"SpanName,omitempty"`
	StartTime   *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetTagKeyRequest) GoString

func (s GetTagKeyRequest) GoString() string

func (*GetTagKeyRequest) SetEndTime

func (s *GetTagKeyRequest) SetEndTime(v int64) *GetTagKeyRequest

func (*GetTagKeyRequest) SetRegionId

func (s *GetTagKeyRequest) SetRegionId(v string) *GetTagKeyRequest

func (*GetTagKeyRequest) SetServiceName

func (s *GetTagKeyRequest) SetServiceName(v string) *GetTagKeyRequest

func (*GetTagKeyRequest) SetSpanName

func (s *GetTagKeyRequest) SetSpanName(v string) *GetTagKeyRequest

func (*GetTagKeyRequest) SetStartTime

func (s *GetTagKeyRequest) SetStartTime(v int64) *GetTagKeyRequest

func (GetTagKeyRequest) String

func (s GetTagKeyRequest) String() string

type GetTagKeyResponse

type GetTagKeyResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTagKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTagKeyResponse) GoString

func (s GetTagKeyResponse) GoString() string

func (*GetTagKeyResponse) SetBody

func (*GetTagKeyResponse) SetHeaders

func (s *GetTagKeyResponse) SetHeaders(v map[string]*string) *GetTagKeyResponse

func (*GetTagKeyResponse) SetStatusCode

func (s *GetTagKeyResponse) SetStatusCode(v int32) *GetTagKeyResponse

func (GetTagKeyResponse) String

func (s GetTagKeyResponse) String() string

type GetTagKeyResponseBody

type GetTagKeyResponseBody struct {
	Data      *GetTagKeyResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetTagKeyResponseBody) GoString

func (s GetTagKeyResponseBody) GoString() string

func (*GetTagKeyResponseBody) SetData

func (*GetTagKeyResponseBody) SetRequestId

func (GetTagKeyResponseBody) String

func (s GetTagKeyResponseBody) String() string

type GetTagKeyResponseBodyData

type GetTagKeyResponseBodyData struct {
	Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
}

func (GetTagKeyResponseBodyData) GoString

func (s GetTagKeyResponseBodyData) GoString() string

func (*GetTagKeyResponseBodyData) SetData

func (GetTagKeyResponseBodyData) String

func (s GetTagKeyResponseBodyData) String() string

type GetTagValRequest

type GetTagValRequest struct {
	EndTime     *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	SpanName    *string `json:"SpanName,omitempty" xml:"SpanName,omitempty"`
	StartTime   *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	TagKey      *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
}

func (GetTagValRequest) GoString

func (s GetTagValRequest) GoString() string

func (*GetTagValRequest) SetEndTime

func (s *GetTagValRequest) SetEndTime(v int64) *GetTagValRequest

func (*GetTagValRequest) SetRegionId

func (s *GetTagValRequest) SetRegionId(v string) *GetTagValRequest

func (*GetTagValRequest) SetServiceName

func (s *GetTagValRequest) SetServiceName(v string) *GetTagValRequest

func (*GetTagValRequest) SetSpanName

func (s *GetTagValRequest) SetSpanName(v string) *GetTagValRequest

func (*GetTagValRequest) SetStartTime

func (s *GetTagValRequest) SetStartTime(v int64) *GetTagValRequest

func (*GetTagValRequest) SetTagKey

func (s *GetTagValRequest) SetTagKey(v string) *GetTagValRequest

func (GetTagValRequest) String

func (s GetTagValRequest) String() string

type GetTagValResponse

type GetTagValResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTagValResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTagValResponse) GoString

func (s GetTagValResponse) GoString() string

func (*GetTagValResponse) SetBody

func (*GetTagValResponse) SetHeaders

func (s *GetTagValResponse) SetHeaders(v map[string]*string) *GetTagValResponse

func (*GetTagValResponse) SetStatusCode

func (s *GetTagValResponse) SetStatusCode(v int32) *GetTagValResponse

func (GetTagValResponse) String

func (s GetTagValResponse) String() string

type GetTagValResponseBody

type GetTagValResponseBody struct {
	Data      *GetTagValResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetTagValResponseBody) GoString

func (s GetTagValResponseBody) GoString() string

func (*GetTagValResponseBody) SetData

func (*GetTagValResponseBody) SetRequestId

func (GetTagValResponseBody) String

func (s GetTagValResponseBody) String() string

type GetTagValResponseBodyData

type GetTagValResponseBodyData struct {
	Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
}

func (GetTagValResponseBodyData) GoString

func (s GetTagValResponseBodyData) GoString() string

func (*GetTagValResponseBodyData) SetData

func (GetTagValResponseBodyData) String

func (s GetTagValResponseBodyData) String() string

type GetTokenRequest

type GetTokenRequest struct {
	AppType  *string `json:"AppType,omitempty" xml:"AppType,omitempty"`
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetTokenRequest) GoString

func (s GetTokenRequest) GoString() string

func (*GetTokenRequest) SetAppType

func (s *GetTokenRequest) SetAppType(v string) *GetTokenRequest

func (*GetTokenRequest) SetRegionId

func (s *GetTokenRequest) SetRegionId(v string) *GetTokenRequest

func (GetTokenRequest) String

func (s GetTokenRequest) String() string

type GetTokenResponse

type GetTokenResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTokenResponse) GoString

func (s GetTokenResponse) GoString() string

func (*GetTokenResponse) SetBody

func (*GetTokenResponse) SetHeaders

func (s *GetTokenResponse) SetHeaders(v map[string]*string) *GetTokenResponse

func (*GetTokenResponse) SetStatusCode

func (s *GetTokenResponse) SetStatusCode(v int32) *GetTokenResponse

func (GetTokenResponse) String

func (s GetTokenResponse) String() string

type GetTokenResponseBody

type GetTokenResponseBody struct {
	Data      *GetTokenResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetTokenResponseBody) GoString

func (s GetTokenResponseBody) GoString() string

func (*GetTokenResponseBody) SetData

func (*GetTokenResponseBody) SetRequestId

func (s *GetTokenResponseBody) SetRequestId(v string) *GetTokenResponseBody

func (GetTokenResponseBody) String

func (s GetTokenResponseBody) String() string

type GetTokenResponseBodyData

type GetTokenResponseBodyData struct {
	Domain         *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InternalDomain *string `json:"InternalDomain,omitempty" xml:"InternalDomain,omitempty"`
	LicenseKey     *string `json:"LicenseKey,omitempty" xml:"LicenseKey,omitempty"`
	Pid            *string `json:"Pid,omitempty" xml:"Pid,omitempty"`
}

func (GetTokenResponseBodyData) GoString

func (s GetTokenResponseBodyData) GoString() string

func (*GetTokenResponseBodyData) SetDomain

func (*GetTokenResponseBodyData) SetInternalDomain

func (s *GetTokenResponseBodyData) SetInternalDomain(v string) *GetTokenResponseBodyData

func (*GetTokenResponseBodyData) SetLicenseKey

func (*GetTokenResponseBodyData) SetPid

func (GetTokenResponseBodyData) String

func (s GetTokenResponseBodyData) String() string

type GetTraceAppsRequest

type GetTraceAppsRequest struct {
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetTraceAppsRequest) GoString

func (s GetTraceAppsRequest) GoString() string

func (*GetTraceAppsRequest) SetRegionId

func (s *GetTraceAppsRequest) SetRegionId(v string) *GetTraceAppsRequest

func (GetTraceAppsRequest) String

func (s GetTraceAppsRequest) String() string

type GetTraceAppsResponse

type GetTraceAppsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTraceAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTraceAppsResponse) GoString

func (s GetTraceAppsResponse) GoString() string

func (*GetTraceAppsResponse) SetBody

func (*GetTraceAppsResponse) SetHeaders

func (s *GetTraceAppsResponse) SetHeaders(v map[string]*string) *GetTraceAppsResponse

func (*GetTraceAppsResponse) SetStatusCode

func (s *GetTraceAppsResponse) SetStatusCode(v int32) *GetTraceAppsResponse

func (GetTraceAppsResponse) String

func (s GetTraceAppsResponse) String() string

type GetTraceAppsResponseBody

type GetTraceAppsResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetTraceAppsResponseBody) GoString

func (s GetTraceAppsResponseBody) GoString() string

func (*GetTraceAppsResponseBody) SetData

func (*GetTraceAppsResponseBody) SetRequestId

func (GetTraceAppsResponseBody) String

func (s GetTraceAppsResponseBody) String() string

type GetTraceRequest

type GetTraceRequest struct {
	AppType  *string `json:"AppType,omitempty" xml:"AppType,omitempty"`
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	TraceID  *string `json:"TraceID,omitempty" xml:"TraceID,omitempty"`
}

func (GetTraceRequest) GoString

func (s GetTraceRequest) GoString() string

func (*GetTraceRequest) SetAppType

func (s *GetTraceRequest) SetAppType(v string) *GetTraceRequest

func (*GetTraceRequest) SetRegionId

func (s *GetTraceRequest) SetRegionId(v string) *GetTraceRequest

func (*GetTraceRequest) SetTraceID

func (s *GetTraceRequest) SetTraceID(v string) *GetTraceRequest

func (GetTraceRequest) String

func (s GetTraceRequest) String() string

type GetTraceResponse

type GetTraceResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTraceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTraceResponse) GoString

func (s GetTraceResponse) GoString() string

func (*GetTraceResponse) SetBody

func (*GetTraceResponse) SetHeaders

func (s *GetTraceResponse) SetHeaders(v map[string]*string) *GetTraceResponse

func (*GetTraceResponse) SetStatusCode

func (s *GetTraceResponse) SetStatusCode(v int32) *GetTraceResponse

func (GetTraceResponse) String

func (s GetTraceResponse) String() string

type GetTraceResponseBody

type GetTraceResponseBody struct {
	Data      *GetTraceResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetTraceResponseBody) GoString

func (s GetTraceResponseBody) GoString() string

func (*GetTraceResponseBody) SetData

func (*GetTraceResponseBody) SetRequestId

func (s *GetTraceResponseBody) SetRequestId(v string) *GetTraceResponseBody

func (GetTraceResponseBody) String

func (s GetTraceResponseBody) String() string

type GetTraceResponseBodyData

type GetTraceResponseBodyData struct {
	CallChainInfo []*GetTraceResponseBodyDataCallChainInfo `json:"CallChainInfo,omitempty" xml:"CallChainInfo,omitempty" type:"Repeated"`
}

func (GetTraceResponseBodyData) GoString

func (s GetTraceResponseBodyData) GoString() string

func (*GetTraceResponseBodyData) SetCallChainInfo

func (GetTraceResponseBodyData) String

func (s GetTraceResponseBodyData) String() string

type GetTraceResponseBodyDataCallChainInfo

type GetTraceResponseBodyDataCallChainInfo struct {
	Duration      *int64                                             `json:"Duration,omitempty" xml:"Duration,omitempty"`
	HaveStack     *bool                                              `json:"HaveStack,omitempty" xml:"HaveStack,omitempty"`
	LogEventList  *GetTraceResponseBodyDataCallChainInfoLogEventList `json:"LogEventList,omitempty" xml:"LogEventList,omitempty" type:"Struct"`
	OperationName *string                                            `json:"OperationName,omitempty" xml:"OperationName,omitempty"`
	ResultCode    *string                                            `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	RpcId         *string                                            `json:"RpcId,omitempty" xml:"RpcId,omitempty"`
	ServiceIp     *string                                            `json:"ServiceIp,omitempty" xml:"ServiceIp,omitempty"`
	ServiceName   *string                                            `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	TagEntryList  *GetTraceResponseBodyDataCallChainInfoTagEntryList `json:"TagEntryList,omitempty" xml:"TagEntryList,omitempty" type:"Struct"`
	Timestamp     *int64                                             `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	TraceID       *string                                            `json:"TraceID,omitempty" xml:"TraceID,omitempty"`
}

func (GetTraceResponseBodyDataCallChainInfo) GoString

func (*GetTraceResponseBodyDataCallChainInfo) SetDuration

func (*GetTraceResponseBodyDataCallChainInfo) SetHaveStack

func (*GetTraceResponseBodyDataCallChainInfo) SetOperationName

func (*GetTraceResponseBodyDataCallChainInfo) SetResultCode

func (*GetTraceResponseBodyDataCallChainInfo) SetRpcId

func (*GetTraceResponseBodyDataCallChainInfo) SetServiceIp

func (*GetTraceResponseBodyDataCallChainInfo) SetServiceName

func (*GetTraceResponseBodyDataCallChainInfo) SetTimestamp

func (*GetTraceResponseBodyDataCallChainInfo) SetTraceID

func (GetTraceResponseBodyDataCallChainInfo) String

type GetTraceResponseBodyDataCallChainInfoLogEventList

type GetTraceResponseBodyDataCallChainInfoLogEventList struct {
	LogEvent []*GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent `json:"LogEvent,omitempty" xml:"LogEvent,omitempty" type:"Repeated"`
}

func (GetTraceResponseBodyDataCallChainInfoLogEventList) GoString

func (GetTraceResponseBodyDataCallChainInfoLogEventList) String

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent struct {
	TagEntryList *GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryList `json:"TagEntryList,omitempty" xml:"TagEntryList,omitempty" type:"Struct"`
	Timestamp    *int64                                                                 `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
}

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent) GoString

func (*GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent) SetTimestamp

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEvent) String

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryList

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryList struct {
	TagEntry []*GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry `json:"TagEntry,omitempty" xml:"TagEntry,omitempty" type:"Repeated"`
}

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryList) GoString

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryList) String

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry

type GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry) GoString

func (*GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry) SetKey

func (*GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry) SetValue

func (GetTraceResponseBodyDataCallChainInfoLogEventListLogEventTagEntryListTagEntry) String

type GetTraceResponseBodyDataCallChainInfoTagEntryList

type GetTraceResponseBodyDataCallChainInfoTagEntryList struct {
	TagEntry []*GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry `json:"TagEntry,omitempty" xml:"TagEntry,omitempty" type:"Repeated"`
}

func (GetTraceResponseBodyDataCallChainInfoTagEntryList) GoString

func (GetTraceResponseBodyDataCallChainInfoTagEntryList) String

type GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry

type GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry) GoString

func (*GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry) SetKey

func (*GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry) SetValue

func (GetTraceResponseBodyDataCallChainInfoTagEntryListTagEntry) String

type ImportAppAlertRulesRequest

type ImportAppAlertRulesRequest struct {
	ContactGroupIds *string `json:"ContactGroupIds,omitempty" xml:"ContactGroupIds,omitempty"`
	IsAutoStart     *bool   `json:"IsAutoStart,omitempty" xml:"IsAutoStart,omitempty"`
	Pids            *string `json:"Pids,omitempty" xml:"Pids,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	TemplateAlertId *string `json:"TemplateAlertId,omitempty" xml:"TemplateAlertId,omitempty"`
}

func (ImportAppAlertRulesRequest) GoString

func (s ImportAppAlertRulesRequest) GoString() string

func (*ImportAppAlertRulesRequest) SetContactGroupIds

func (*ImportAppAlertRulesRequest) SetIsAutoStart

func (*ImportAppAlertRulesRequest) SetPids

func (*ImportAppAlertRulesRequest) SetRegionId

func (*ImportAppAlertRulesRequest) SetTemplateAlertId

func (ImportAppAlertRulesRequest) String

type ImportAppAlertRulesResponse

type ImportAppAlertRulesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ImportAppAlertRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ImportAppAlertRulesResponse) GoString

func (s ImportAppAlertRulesResponse) GoString() string

func (*ImportAppAlertRulesResponse) SetBody

func (*ImportAppAlertRulesResponse) SetHeaders

func (*ImportAppAlertRulesResponse) SetStatusCode

func (ImportAppAlertRulesResponse) String

type ImportAppAlertRulesResponseBody

type ImportAppAlertRulesResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ImportAppAlertRulesResponseBody) GoString

func (*ImportAppAlertRulesResponseBody) SetData

func (*ImportAppAlertRulesResponseBody) SetRequestId

func (ImportAppAlertRulesResponseBody) String

type MetricQueryRequest

type MetricQueryRequest struct {
	CustomFilters  *string                      `json:"CustomFilters,omitempty" xml:"CustomFilters,omitempty"`
	Dimensions     []*string                    `json:"Dimensions,omitempty" xml:"Dimensions,omitempty" type:"Repeated"`
	EndTime        *int64                       `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Filters        []*MetricQueryRequestFilters `json:"Filters,omitempty" xml:"Filters,omitempty" type:"Repeated"`
	IintervalInSec *int32                       `json:"IintervalInSec,omitempty" xml:"IintervalInSec,omitempty"`
	Limit          *int32                       `json:"Limit,omitempty" xml:"Limit,omitempty"`
	Measures       []*string                    `json:"Measures,omitempty" xml:"Measures,omitempty" type:"Repeated"`
	Metric         *string                      `json:"Metric,omitempty" xml:"Metric,omitempty"`
	Order          *string                      `json:"Order,omitempty" xml:"Order,omitempty"`
	OrderBy        *string                      `json:"OrderBy,omitempty" xml:"OrderBy,omitempty"`
	SecurityToken  *string                      `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"`
	StartTime      *int64                       `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Where          *string                      `json:"Where,omitempty" xml:"Where,omitempty"`
}

func (MetricQueryRequest) GoString

func (s MetricQueryRequest) GoString() string

func (*MetricQueryRequest) SetCustomFilters

func (s *MetricQueryRequest) SetCustomFilters(v string) *MetricQueryRequest

func (*MetricQueryRequest) SetDimensions

func (s *MetricQueryRequest) SetDimensions(v []*string) *MetricQueryRequest

func (*MetricQueryRequest) SetEndTime

func (s *MetricQueryRequest) SetEndTime(v int64) *MetricQueryRequest

func (*MetricQueryRequest) SetFilters

func (*MetricQueryRequest) SetIintervalInSec

func (s *MetricQueryRequest) SetIintervalInSec(v int32) *MetricQueryRequest

func (*MetricQueryRequest) SetLimit

func (*MetricQueryRequest) SetMeasures

func (s *MetricQueryRequest) SetMeasures(v []*string) *MetricQueryRequest

func (*MetricQueryRequest) SetMetric

func (s *MetricQueryRequest) SetMetric(v string) *MetricQueryRequest

func (*MetricQueryRequest) SetOrder

func (*MetricQueryRequest) SetOrderBy

func (s *MetricQueryRequest) SetOrderBy(v string) *MetricQueryRequest

func (*MetricQueryRequest) SetSecurityToken

func (s *MetricQueryRequest) SetSecurityToken(v string) *MetricQueryRequest

func (*MetricQueryRequest) SetStartTime

func (s *MetricQueryRequest) SetStartTime(v int64) *MetricQueryRequest

func (*MetricQueryRequest) SetWhere

func (MetricQueryRequest) String

func (s MetricQueryRequest) String() string

type MetricQueryRequestFilters

type MetricQueryRequestFilters struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (MetricQueryRequestFilters) GoString

func (s MetricQueryRequestFilters) GoString() string

func (*MetricQueryRequestFilters) SetKey

func (*MetricQueryRequestFilters) SetValue

func (MetricQueryRequestFilters) String

func (s MetricQueryRequestFilters) String() string

type MetricQueryResponse

type MetricQueryResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MetricQueryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MetricQueryResponse) GoString

func (s MetricQueryResponse) GoString() string

func (*MetricQueryResponse) SetBody

func (*MetricQueryResponse) SetHeaders

func (s *MetricQueryResponse) SetHeaders(v map[string]*string) *MetricQueryResponse

func (*MetricQueryResponse) SetStatusCode

func (s *MetricQueryResponse) SetStatusCode(v int32) *MetricQueryResponse

func (MetricQueryResponse) String

func (s MetricQueryResponse) String() string

type MetricQueryResponseBody

type MetricQueryResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (MetricQueryResponseBody) GoString

func (s MetricQueryResponseBody) GoString() string

func (*MetricQueryResponseBody) SetData

func (*MetricQueryResponseBody) SetRequestId

func (MetricQueryResponseBody) String

func (s MetricQueryResponseBody) String() string

type SearchAlertContactGroupRequest

type SearchAlertContactGroupRequest struct {
	ContactGroupName *string `json:"ContactGroupName,omitempty" xml:"ContactGroupName,omitempty"`
}

func (SearchAlertContactGroupRequest) GoString

func (*SearchAlertContactGroupRequest) SetContactGroupName

func (SearchAlertContactGroupRequest) String

type SearchAlertContactGroupResponse

type SearchAlertContactGroupResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchAlertContactGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchAlertContactGroupResponse) GoString

func (*SearchAlertContactGroupResponse) SetHeaders

func (*SearchAlertContactGroupResponse) SetStatusCode

func (SearchAlertContactGroupResponse) String

type SearchAlertContactGroupResponseBody

type SearchAlertContactGroupResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SearchAlertContactGroupResponseBody) GoString

func (*SearchAlertContactGroupResponseBody) SetData

func (*SearchAlertContactGroupResponseBody) SetRequestId

func (SearchAlertContactGroupResponseBody) String

type SearchAlertContactRequest

type SearchAlertContactRequest struct {
	ContactName *string `json:"ContactName,omitempty" xml:"ContactName,omitempty"`
	CurrentPage *string `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	PageSize    *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Phone       *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
}

func (SearchAlertContactRequest) GoString

func (s SearchAlertContactRequest) GoString() string

func (*SearchAlertContactRequest) SetContactName

func (*SearchAlertContactRequest) SetCurrentPage

func (*SearchAlertContactRequest) SetEmail

func (*SearchAlertContactRequest) SetPageSize

func (*SearchAlertContactRequest) SetPhone

func (SearchAlertContactRequest) String

func (s SearchAlertContactRequest) String() string

type SearchAlertContactResponse

type SearchAlertContactResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchAlertContactResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchAlertContactResponse) GoString

func (s SearchAlertContactResponse) GoString() string

func (*SearchAlertContactResponse) SetBody

func (*SearchAlertContactResponse) SetHeaders

func (*SearchAlertContactResponse) SetStatusCode

func (SearchAlertContactResponse) String

type SearchAlertContactResponseBody

type SearchAlertContactResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SearchAlertContactResponseBody) GoString

func (*SearchAlertContactResponseBody) SetData

func (*SearchAlertContactResponseBody) SetRequestId

func (SearchAlertContactResponseBody) String

type SearchTraceCountRequest

type SearchTraceCountRequest struct {
	AppType       *string                       `json:"AppType,omitempty" xml:"AppType,omitempty"`
	EndTime       *int64                        `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	MinDuration   *int64                        `json:"MinDuration,omitempty" xml:"MinDuration,omitempty"`
	OperationName *string                       `json:"OperationName,omitempty" xml:"OperationName,omitempty"`
	RegionId      *string                       `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceIp     *string                       `json:"ServiceIp,omitempty" xml:"ServiceIp,omitempty"`
	ServiceName   *string                       `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	StartTime     *int64                        `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tag           []*SearchTraceCountRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (SearchTraceCountRequest) GoString

func (s SearchTraceCountRequest) GoString() string

func (*SearchTraceCountRequest) SetAppType

func (*SearchTraceCountRequest) SetEndTime

func (*SearchTraceCountRequest) SetMinDuration

func (*SearchTraceCountRequest) SetOperationName

func (s *SearchTraceCountRequest) SetOperationName(v string) *SearchTraceCountRequest

func (*SearchTraceCountRequest) SetRegionId

func (*SearchTraceCountRequest) SetServiceIp

func (*SearchTraceCountRequest) SetServiceName

func (*SearchTraceCountRequest) SetStartTime

func (*SearchTraceCountRequest) SetTag

func (SearchTraceCountRequest) String

func (s SearchTraceCountRequest) String() string

type SearchTraceCountRequestTag

type SearchTraceCountRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (SearchTraceCountRequestTag) GoString

func (s SearchTraceCountRequestTag) GoString() string

func (*SearchTraceCountRequestTag) SetKey

func (*SearchTraceCountRequestTag) SetValue

func (SearchTraceCountRequestTag) String

type SearchTraceCountResponse

type SearchTraceCountResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchTraceCountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchTraceCountResponse) GoString

func (s SearchTraceCountResponse) GoString() string

func (*SearchTraceCountResponse) SetBody

func (*SearchTraceCountResponse) SetHeaders

func (*SearchTraceCountResponse) SetStatusCode

func (SearchTraceCountResponse) String

func (s SearchTraceCountResponse) String() string

type SearchTraceCountResponseBody

type SearchTraceCountResponseBody struct {
	Data      *SearchTraceCountResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SearchTraceCountResponseBody) GoString

func (s SearchTraceCountResponseBody) GoString() string

func (*SearchTraceCountResponseBody) SetData

func (*SearchTraceCountResponseBody) SetRequestId

func (SearchTraceCountResponseBody) String

type SearchTraceCountResponseBodyData

type SearchTraceCountResponseBodyData struct {
	Count *int64 `json:"Count,omitempty" xml:"Count,omitempty"`
}

func (SearchTraceCountResponseBodyData) GoString

func (*SearchTraceCountResponseBodyData) SetCount

func (SearchTraceCountResponseBodyData) String

type SearchTracesRequest

type SearchTracesRequest struct {
	AppType       *string                   `json:"AppType,omitempty" xml:"AppType,omitempty"`
	EndTime       *int64                    `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	MinDuration   *int64                    `json:"MinDuration,omitempty" xml:"MinDuration,omitempty"`
	OperationName *string                   `json:"OperationName,omitempty" xml:"OperationName,omitempty"`
	PageIndex     *int32                    `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"`
	PageSize      *int32                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionId      *string                   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Reverse       *bool                     `json:"Reverse,omitempty" xml:"Reverse,omitempty"`
	ServiceIp     *string                   `json:"ServiceIp,omitempty" xml:"ServiceIp,omitempty"`
	ServiceName   *string                   `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	StartTime     *int64                    `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tag           []*SearchTracesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (SearchTracesRequest) GoString

func (s SearchTracesRequest) GoString() string

func (*SearchTracesRequest) SetAppType

func (*SearchTracesRequest) SetEndTime

func (s *SearchTracesRequest) SetEndTime(v int64) *SearchTracesRequest

func (*SearchTracesRequest) SetMinDuration

func (s *SearchTracesRequest) SetMinDuration(v int64) *SearchTracesRequest

func (*SearchTracesRequest) SetOperationName

func (s *SearchTracesRequest) SetOperationName(v string) *SearchTracesRequest

func (*SearchTracesRequest) SetPageIndex

func (s *SearchTracesRequest) SetPageIndex(v int32) *SearchTracesRequest

func (*SearchTracesRequest) SetPageSize

func (s *SearchTracesRequest) SetPageSize(v int32) *SearchTracesRequest

func (*SearchTracesRequest) SetRegionId

func (s *SearchTracesRequest) SetRegionId(v string) *SearchTracesRequest

func (*SearchTracesRequest) SetReverse

func (s *SearchTracesRequest) SetReverse(v bool) *SearchTracesRequest

func (*SearchTracesRequest) SetServiceIp

func (s *SearchTracesRequest) SetServiceIp(v string) *SearchTracesRequest

func (*SearchTracesRequest) SetServiceName

func (s *SearchTracesRequest) SetServiceName(v string) *SearchTracesRequest

func (*SearchTracesRequest) SetStartTime

func (s *SearchTracesRequest) SetStartTime(v int64) *SearchTracesRequest

func (*SearchTracesRequest) SetTag

func (SearchTracesRequest) String

func (s SearchTracesRequest) String() string

type SearchTracesRequestTag

type SearchTracesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (SearchTracesRequestTag) GoString

func (s SearchTracesRequestTag) GoString() string

func (*SearchTracesRequestTag) SetKey

func (*SearchTracesRequestTag) SetValue

func (SearchTracesRequestTag) String

func (s SearchTracesRequestTag) String() string

type SearchTracesResponse

type SearchTracesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchTracesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchTracesResponse) GoString

func (s SearchTracesResponse) GoString() string

func (*SearchTracesResponse) SetBody

func (*SearchTracesResponse) SetHeaders

func (s *SearchTracesResponse) SetHeaders(v map[string]*string) *SearchTracesResponse

func (*SearchTracesResponse) SetStatusCode

func (s *SearchTracesResponse) SetStatusCode(v int32) *SearchTracesResponse

func (SearchTracesResponse) String

func (s SearchTracesResponse) String() string

type SearchTracesResponseBody

type SearchTracesResponseBody struct {
	Data      *SearchTracesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SearchTracesResponseBody) GoString

func (s SearchTracesResponseBody) GoString() string

func (*SearchTracesResponseBody) SetData

func (*SearchTracesResponseBody) SetRequestId

func (SearchTracesResponseBody) String

func (s SearchTracesResponseBody) String() string

type SearchTracesResponseBodyData

type SearchTracesResponseBodyData struct {
	TraceInfo []*SearchTracesResponseBodyDataTraceInfo `json:"TraceInfo,omitempty" xml:"TraceInfo,omitempty" type:"Repeated"`
}

func (SearchTracesResponseBodyData) GoString

func (s SearchTracesResponseBodyData) GoString() string

func (*SearchTracesResponseBodyData) SetTraceInfo

func (SearchTracesResponseBodyData) String

type SearchTracesResponseBodyDataTraceInfo

type SearchTracesResponseBodyDataTraceInfo struct {
	Duration      *int32  `json:"Duration,omitempty" xml:"Duration,omitempty"`
	OperationName *string `json:"OperationName,omitempty" xml:"OperationName,omitempty"`
	ServiceIp     *string `json:"ServiceIp,omitempty" xml:"ServiceIp,omitempty"`
	ServiceName   *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Timestamp     *int64  `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	TraceID       *string `json:"TraceID,omitempty" xml:"TraceID,omitempty"`
}

func (SearchTracesResponseBodyDataTraceInfo) GoString

func (*SearchTracesResponseBodyDataTraceInfo) SetDuration

func (*SearchTracesResponseBodyDataTraceInfo) SetOperationName

func (*SearchTracesResponseBodyDataTraceInfo) SetServiceIp

func (*SearchTracesResponseBodyDataTraceInfo) SetServiceName

func (*SearchTracesResponseBodyDataTraceInfo) SetTimestamp

func (*SearchTracesResponseBodyDataTraceInfo) SetTraceID

func (SearchTracesResponseBodyDataTraceInfo) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL