-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class GetChallengeHistory extends QueryRequestObject
-
-
Constructor Summary
Constructors Constructor Description GetChallengeHistory(UUID id, Integer skip, Integer take)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
Map<String, String>
toQueryMap()
final UUID
component1()
final Integer
component2()
final Integer
component3()
final GetChallengeHistory
copy(UUID id, Integer skip, Integer take)
final UUID
getId()
final Integer
getSkip()
final Integer
getTake()
final Unit
setId(@JvmField() UUID id)
final Unit
setSkip(@JvmField() Integer skip)
final Unit
setTake(@JvmField() Integer take)
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
toQueryMap
Map<String, String> toQueryMap()
-
component1
final UUID component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final GetChallengeHistory copy(UUID id, Integer skip, Integer take)
-
-
-
-