public class UserBehaviorDataRequest extends Object
Modifier and Type | Field and Description |
---|---|
private Instant |
endTime |
private List<Long> |
partyid |
private Instant |
startTime |
private List<String> |
userid |
Constructor and Description |
---|
UserBehaviorDataRequest(Instant startTime,
Instant endTime,
List<Long> partyid) |
UserBehaviorDataRequest(Instant startTime,
Instant endTime,
List<String> userid,
List<Long> partyid) |
UserBehaviorDataRequest(List<String> userid,
Instant startTime,
Instant endTime) |
Copyright © 2025. All rights reserved.