public class

Links

extends BaseWrapper<T extends GenericJson>
java.lang.Object
   ↳ org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson>
     ↳ org.mule.module.google.task.model.Links

Class Overview

Wrapper for Links to make it data mapper friendly.

Summary

[Expand]
Inherited Fields
From class org.mule.modules.google.api.model.BaseWrapper
Public Constructors
Links()
Links(Task.Links wrapped)
Public Methods
boolean equals(Object o)
String getDescription()
String getLink()
String getType()
int hashCode()
void setDescription(String description)
void setLink(String link)
void setType(String type)
String toPrettyString()
String toString()
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public Links ()

public Links (Task.Links wrapped)

Parameters
wrapped

Public Methods

public boolean equals (Object o)

Parameters
o

public String getDescription ()

public String getLink ()

public String getType ()

public int hashCode ()

public void setDescription (String description)

Parameters
description

public void setLink (String link)

Parameters
link

public void setType (String type)

Parameters
type

public String toPrettyString ()

public String toString ()