com.paypal.api.payments
Class HyperSchema

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

public class HyperSchema
extends Object


Constructor Summary
HyperSchema()
          Default Constructor
 
Method Summary
 String getContentEncoding()
          Getter for contentEncoding
 String getFragmentResolution()
          Getter for fragmentResolution
 List<Links> getLinks()
          Getter for links
 String getMediaType()
          Getter for mediaType
 String getPathStart()
          Getter for pathStart
 Boolean getReadonly()
          Getter for readonly
 HyperSchema setContentEncoding(String contentEncoding)
          Setter for contentEncoding
 HyperSchema setFragmentResolution(String fragmentResolution)
          Setter for fragmentResolution
 HyperSchema setLinks(List<Links> links)
          Setter for links
 HyperSchema setMediaType(String mediaType)
          Setter for mediaType
 HyperSchema setPathStart(String pathStart)
          Setter for pathStart
 HyperSchema setReadonly(Boolean readonly)
          Setter for readonly
 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

HyperSchema

public HyperSchema()
Default Constructor

Method Detail

setLinks

public HyperSchema setLinks(List<Links> links)
Setter for links


getLinks

public List<Links> getLinks()
Getter for links


setFragmentResolution

public HyperSchema setFragmentResolution(String fragmentResolution)
Setter for fragmentResolution


getFragmentResolution

public String getFragmentResolution()
Getter for fragmentResolution


setReadonly

public HyperSchema setReadonly(Boolean readonly)
Setter for readonly


getReadonly

public Boolean getReadonly()
Getter for readonly


setContentEncoding

public HyperSchema setContentEncoding(String contentEncoding)
Setter for contentEncoding


getContentEncoding

public String getContentEncoding()
Getter for contentEncoding


setPathStart

public HyperSchema setPathStart(String pathStart)
Setter for pathStart


getPathStart

public String getPathStart()
Getter for pathStart


setMediaType

public HyperSchema setMediaType(String mediaType)
Setter for mediaType


getMediaType

public String getMediaType()
Getter for mediaType


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.