public class

AuthorizationImpl

extends Object
implements Authorization Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.AuthorizationImpl

Summary

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

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String name

protected String value

Public Constructors

public AuthorizationImpl ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value 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 setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String