public class TRUser extends Object
| Constructor and Description |
|---|
TRUser()
No args constructor for use in serialization
|
TRUser(String email,
Long id,
Boolean isActive,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getEmail()
The email address of the user as configured in TestRail
(Required)
|
Long |
getId()
The unique ID of the user
(Required)
|
Boolean |
getIsActive()
True if the user is active and false otherwise
(Required)
|
String |
getName()
The full name of the user
(Required)
|
int |
hashCode() |
void |
setEmail(String email)
The email address of the user as configured in TestRail
(Required)
|
void |
setId(Long id)
The unique ID of the user
(Required)
|
void |
setIsActive(Boolean isActive)
True if the user is active and false otherwise
(Required)
|
void |
setName(String name)
The full name of the user
(Required)
|
String |
toString() |
TRUser |
withEmail(String email) |
TRUser |
withId(Long id) |
TRUser |
withIsActive(Boolean isActive) |
TRUser |
withName(String name) |
public String getEmail()
public void setEmail(String email)
public Long getId()
public void setId(Long id)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.