public class

MemberUrlImpl

extends Object
implements MemberUrl Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.MemberUrlImpl

Summary

Constants
long serialVersionUID
Fields
protected String name
protected String url
Public Constructors
MemberUrlImpl()
Public Methods
String getName()
Gets the value of the name property.
String getUrl()
Gets the value of the url property.
void setName(String value)
Sets the value of the name property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.MemberUrl

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String name

protected String url

Public Constructors

public MemberUrlImpl ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String