com.paypal.api.payments
Class Metadata

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

public class Metadata
extends Object


Constructor Summary
Metadata()
          Default Constructor
 
Method Summary
 String getCancelledBy()
          Getter for cancelledBy
 String getCancelledDate()
          Getter for cancelledDate
 String getCreatedBy()
          Getter for createdBy
 String getCreatedDate()
          Getter for createdDate
 String getFirstSentDate()
          Getter for firstSentDate
 String getLastSentBy()
          Getter for lastSentBy
 String getLastSentDate()
          Getter for lastSentDate
 String getLastUpdatedBy()
          Getter for lastUpdatedBy
 String getLastUpdatedDate()
          Getter for lastUpdatedDate
 Metadata setCancelledBy(String cancelledBy)
          Setter for cancelledBy
 Metadata setCancelledDate(String cancelledDate)
          Setter for cancelledDate
 Metadata setCreatedBy(String createdBy)
          Setter for createdBy
 Metadata setCreatedDate(String createdDate)
          Setter for createdDate
 Metadata setFirstSentDate(String firstSentDate)
          Setter for firstSentDate
 Metadata setLastSentBy(String lastSentBy)
          Setter for lastSentBy
 Metadata setLastSentDate(String lastSentDate)
          Setter for lastSentDate
 Metadata setLastUpdatedBy(String lastUpdatedBy)
          Setter for lastUpdatedBy
 Metadata setLastUpdatedDate(String lastUpdatedDate)
          Setter for lastUpdatedDate
 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

Metadata

public Metadata()
Default Constructor

Method Detail

setCreatedDate

public Metadata setCreatedDate(String createdDate)
Setter for createdDate


getCreatedDate

public String getCreatedDate()
Getter for createdDate


setCreatedBy

public Metadata setCreatedBy(String createdBy)
Setter for createdBy


getCreatedBy

public String getCreatedBy()
Getter for createdBy


setCancelledDate

public Metadata setCancelledDate(String cancelledDate)
Setter for cancelledDate


getCancelledDate

public String getCancelledDate()
Getter for cancelledDate


setCancelledBy

public Metadata setCancelledBy(String cancelledBy)
Setter for cancelledBy


getCancelledBy

public String getCancelledBy()
Getter for cancelledBy


setLastUpdatedDate

public Metadata setLastUpdatedDate(String lastUpdatedDate)
Setter for lastUpdatedDate


getLastUpdatedDate

public String getLastUpdatedDate()
Getter for lastUpdatedDate


setLastUpdatedBy

public Metadata setLastUpdatedBy(String lastUpdatedBy)
Setter for lastUpdatedBy


getLastUpdatedBy

public String getLastUpdatedBy()
Getter for lastUpdatedBy


setFirstSentDate

public Metadata setFirstSentDate(String firstSentDate)
Setter for firstSentDate


getFirstSentDate

public String getFirstSentDate()
Getter for firstSentDate


setLastSentDate

public Metadata setLastSentDate(String lastSentDate)
Setter for lastSentDate


getLastSentDate

public String getLastSentDate()
Getter for lastSentDate


setLastSentBy

public Metadata setLastSentBy(String lastSentBy)
Setter for lastSentBy


getLastSentBy

public String getLastSentBy()
Getter for lastSentBy


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.