public class RawProfile extends Object
RawProfile class.
| Constructor and Description | 
|---|
RawProfile()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonObject | 
getAttributes()
 Getter for the field  
attributes. | 
String | 
getProviderId()
 Getter for the field  
providerId. | 
String | 
getUserId()
 Getter for the field  
userId. | 
void | 
setAttributes(com.google.gson.JsonObject attributes)
 Setter for the field  
attributes. | 
void | 
setProviderId(String providerId)
 Setter for the field  
providerId. | 
void | 
setUserId(String userId)
 Setter for the field  
userId. | 
String | 
toString() | 
public String getProviderId()
 Getter for the field providerId.
 
String object.public void setProviderId(String providerId)
 Setter for the field providerId.
 
providerId - a String object.public void setUserId(String userId)
 Setter for the field userId.
 
userId - a String object.public com.google.gson.JsonObject getAttributes()
 Getter for the field attributes.
 
JsonObject object.public void setAttributes(com.google.gson.JsonObject attributes)
 Setter for the field attributes.
 
attributes - a JsonObject object.Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.