public class

AttributionImpl

extends Object
implements Attribution Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.AttributionImpl

Summary

Constants
long serialVersionUID
Fields
protected ShareImpl share
Public Constructors
AttributionImpl()
Public Methods
Share getShare()
Gets the value of the share property.
void setShare(Share value)
Sets the value of the share property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Attribution

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ShareImpl share

Public Constructors

public AttributionImpl ()

Public Methods

public Share getShare ()

Gets the value of the share property.

Returns
  • possible object is Share

public void setShare (Share value)

Sets the value of the share property.

Parameters
value Allowed object is Share