All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hirezapi.json.SimplePlayer Maven / Gradle / Ivy

The newest version!
package hirezapi.json;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.time.Instant;

public class SimplePlayer extends Model {
  @JsonProperty("AccountLevel")
  private int accountLevel;
  @JsonProperty("JoinedDatetime")
  private Instant createdAt;
  @JsonProperty("LastLoginDatetime")
  private Instant lastLogin;
  @JsonProperty("Name")
  private String name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy