public class

FacetImpl

extends Object
implements Facet Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.FacetImpl

Summary

Constants
long serialVersionUID
Fields
protected BucketsImpl buckets
protected FacetType code
protected String name
Public Constructors
FacetImpl()
Public Methods
Buckets getBuckets()
Gets the value of the buckets property.
FacetType getCode()
Gets the value of the code property.
String getName()
Gets the value of the name property.
void setBuckets(Buckets value)
Sets the value of the buckets property.
void setCode(FacetType value)
Sets the value of the code property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Facet

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected BucketsImpl buckets

protected FacetType code

protected String name

Public Constructors

public FacetImpl ()

Public Methods

public Buckets getBuckets ()

Gets the value of the buckets property.

Returns

public FacetType getCode ()

Gets the value of the code property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setBuckets (Buckets value)

Sets the value of the buckets property.

Parameters
value Allowed object is Buckets

public void setCode (FacetType value)

Sets the value of the code property.

Parameters
value Allowed object is FacetType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String