org.springframework.social.linkedin.api
Class Product
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Product
- All Implemented Interfaces:
- Serializable
public class Product
- extends LinkedInObject
- implements Serializable
Model class representing a product.
- See Also:
- Serialized Form
|
Constructor Summary |
Product(Date creationTimestamp,
String description,
List<String> features,
int id,
String logoUrl,
String name,
int numRecommendations,
CodeAndName productCategory,
List<Product.ProductRecommendation> recommendations,
CodeAndName type,
String websiteUrl)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product(Date creationTimestamp,
String description,
List<String> features,
int id,
String logoUrl,
String name,
int numRecommendations,
CodeAndName productCategory,
List<Product.ProductRecommendation> recommendations,
CodeAndName type,
String websiteUrl)
getCreationTimestamp
public Date getCreationTimestamp()
getDescription
public String getDescription()
getFeatures
public List<String> getFeatures()
getId
public int getId()
getLogoUrl
public String getLogoUrl()
getName
public String getName()
getNumRecommendations
public int getNumRecommendations()
getProductCategory
public CodeAndName getProductCategory()
getRecommendations
public List<Product.ProductRecommendation> getRecommendations()
getType
public CodeAndName getType()
getWebsiteUrl
public String getWebsiteUrl()