Package com.circleci.client.v2.model
Class User
- java.lang.Object
-
- com.circleci.client.v2.model.User
-
public class User extends Object
User
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_LOGINstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UUIDgetId()The unique ID of the user.StringgetLogin()The login information for the user on the VCS.StringgetName()The name of the user.inthashCode()Userid(UUID id)Userlogin(String login)Username(String name)voidsetId(UUID id)voidsetLogin(String login)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOGIN
public static final String JSON_PROPERTY_LOGIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public UUID getId()
The unique ID of the user.- Returns:
- id
-
setId
public void setId(UUID id)
-
getLogin
public String getLogin()
The login information for the user on the VCS.- Returns:
- login
-
setLogin
public void setLogin(String login)
-
getName
public String getName()
The name of the user.- Returns:
- name
-
setName
public void setName(String name)
-
-