func()

in client/client.go [192:195]


func (s *HaQuerySortClause) SetSortOrder(v string) *HaQuerySortClause {
	s.SortOrder = &v
	return s
}