func()

in client/client.go [88:91]


func (s *HaQuery) SetQuery(v string) *HaQuery {
	s.Query = &v
	return s
}