public class

GetUserInfoResponse

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.GetUserInfoResponse

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TenantId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TenantName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UserFullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UserId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String tenantId
protected String tenantName
protected String userEmail
protected String userFullName
protected String userId
protected String username
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
GetUserInfoResponse()
Public Methods
String getTenantId()
Gets the value of the tenantId property.
String getTenantName()
Gets the value of the tenantName property.
String getUserEmail()
Gets the value of the userEmail property.
String getUserFullName()
Gets the value of the userFullName property.
String getUserId()
Gets the value of the userId property.
String getUsername()
Gets the value of the username property.
void setTenantId(String value)
Sets the value of the tenantId property.
void setTenantName(String value)
Sets the value of the tenantName property.
void setUserEmail(String value)
Sets the value of the userEmail property.
void setUserFullName(String value)
Sets the value of the userFullName property.
void setUserId(String value)
Sets the value of the userId property.
void setUsername(String value)
Sets the value of the username property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String tenantId

protected String tenantName

protected String userEmail

protected String userFullName

protected String userId

protected String username

Public Constructors

public GetUserInfoResponse ()

Public Methods

public String getTenantId ()

Gets the value of the tenantId property.

Returns
  • possible object is String

public String getTenantName ()

Gets the value of the tenantName property.

Returns
  • possible object is String

public String getUserEmail ()

Gets the value of the userEmail property.

Returns
  • possible object is String

public String getUserFullName ()

Gets the value of the userFullName property.

Returns
  • possible object is String

public String getUserId ()

Gets the value of the userId property.

Returns
  • possible object is String

public String getUsername ()

Gets the value of the username property.

Returns
  • possible object is String

public void setTenantId (String value)

Sets the value of the tenantId property.

Parameters
value Allowed object is String

public void setTenantName (String value)

Sets the value of the tenantName property.

Parameters
value Allowed object is String

public void setUserEmail (String value)

Sets the value of the userEmail property.

Parameters
value Allowed object is String

public void setUserFullName (String value)

Sets the value of the userFullName property.

Parameters
value Allowed object is String

public void setUserId (String value)

Sets the value of the userId property.

Parameters
value Allowed object is String

public void setUsername (String value)

Sets the value of the username property.

Parameters
value Allowed object is String