public class

ImAccountImpl

extends Object
implements ImAccount Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ImAccountImpl

Summary

Constants
long serialVersionUID
Fields
protected String imAccountName
protected ImAccountType imAccountType
Public Constructors
ImAccountImpl()
Public Methods
String getImAccountName()
Gets the value of the imAccountName property.
ImAccountType getImAccountType()
Gets the value of the imAccountType property.
void setImAccountName(String value)
Sets the value of the imAccountName property.
void setImAccountType(ImAccountType value)
Sets the value of the imAccountType property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.ImAccount

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String imAccountName

protected ImAccountType imAccountType

Public Constructors

public ImAccountImpl ()

Public Methods

public String getImAccountName ()

Gets the value of the imAccountName property.

Returns
  • possible object is String

public ImAccountType getImAccountType ()

Gets the value of the imAccountType property.

Returns

public void setImAccountName (String value)

Sets the value of the imAccountName property.

Parameters
value Allowed object is String

public void setImAccountType (ImAccountType value)

Sets the value of the imAccountType property.

Parameters
value Allowed object is ImAccountType