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

com.mx.path.model.mdx.model.profile.UserName Maven / Gradle / Ivy

There is a newer version: 16.5.0
Show newest version
package com.mx.path.model.mdx.model.profile;

import java.util.List;

import com.google.gson.annotations.SerializedName;
import com.mx.path.model.mdx.model.MdxBase;
import com.mx.path.model.mdx.model.challenges.Challenge;

public class UserName extends MdxBase {

  private List challenges;

  @SerializedName("new_username")
  private String newUserName;

  public final List getChallenges() {
    return challenges;
  }

  public final void setChallenges(List challenges) {
    this.challenges = challenges;
  }

  public final String getNewUserName() {
    return newUserName;
  }

  public final void setNewUserName(String newUserName) {
    this.newUserName = newUserName;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy