
com.manywho.sdk.api.run.state.UserInteraction Maven / Gradle / Ivy
The newest version!
package com.manywho.sdk.api.run.state;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.UUID;
public class UserInteraction extends Geolocation {
@JsonProperty("manywhoUserId")
private UUID manyWhoUserId;
public UUID getManyWhoUserId() {
return manyWhoUserId;
}
public void setManyWhoUserId(UUID manyWhoUserId) {
this.manyWhoUserId = manyWhoUserId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy