4 use PayPal\Common\PPModel;
6 class HyperSchema extends PPModel {
10 * @param PayPal\Api\Links $links
12 public function setLinks($links) {
13 $this->links = $links;
19 * @return PayPal\Api\Links
21 public function getLinks() {
28 * @param string $fragmentResolution
30 public function setFragmentResolution($fragmentResolution) {
31 $this->fragmentResolution = $fragmentResolution;
39 public function getFragmentResolution() {
40 return $this->fragmentResolution;
46 * @param boolean $readonly
48 public function setReadonly($readonly) {
49 $this->readonly = $readonly;
57 public function getReadonly() {
58 return $this->readonly;
64 * @param string $contentEncoding
66 public function setContentEncoding($contentEncoding) {
67 $this->contentEncoding = $contentEncoding;
75 public function getContentEncoding() {
76 return $this->contentEncoding;
82 * @param string $pathStart
84 public function setPathStart($pathStart) {
85 $this->pathStart = $pathStart;
93 public function getPathStart() {
94 return $this->pathStart;
100 * @param string $mediaType
102 public function setMediaType($mediaType) {
103 $this->mediaType = $mediaType;
111 public function getMediaType() {
112 return $this->mediaType;