public class

TwitterAccountImpl

extends Object
implements TwitterAccount Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.TwitterAccountImpl

Summary

Constants
long serialVersionUID
Fields
protected Long providerAccountId
protected String providerAccountName
Public Constructors
TwitterAccountImpl()
Public Methods
Long getProviderAccountId()
Gets the value of the providerAccountId property.
String getProviderAccountName()
Gets the value of the providerAccountName property.
void setProviderAccountId(Long value)
Sets the value of the providerAccountId property.
void setProviderAccountName(String value)
Sets the value of the providerAccountName property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.TwitterAccount

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long providerAccountId

protected String providerAccountName

Public Constructors

public TwitterAccountImpl ()

Public Methods

public Long getProviderAccountId ()

Gets the value of the providerAccountId property.

Returns
  • possible object is String

public String getProviderAccountName ()

Gets the value of the providerAccountName property.

Returns
  • possible object is String

public void setProviderAccountId (Long value)

Sets the value of the providerAccountId property.

Parameters
value Allowed object is String

public void setProviderAccountName (String value)

Sets the value of the providerAccountName property.

Parameters
value Allowed object is String