func()

in client/client.go [292:295]


func (s *HaQueryDistinctClause) SetDistTimes(v string) *HaQueryDistinctClause {
	s.DistTimes = &v
	return s
}