com.paypal.api.payments
Class CreateProfileResponse

java.lang.Object
  extended by com.paypal.api.payments.CreateProfileResponse

public class CreateProfileResponse
extends Object


Constructor Summary
CreateProfileResponse()
          Default Constructor
 
Method Summary
 String getId()
          Getter for id
 CreateProfileResponse setId(String id)
          Setter for id
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateProfileResponse

public CreateProfileResponse()
Default Constructor

Method Detail

setId

public CreateProfileResponse setId(String id)
Setter for id


getId

public String getId()
Getter for id


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.