com.citygrid.content.places.detail
Class CGPlacesDetailEditorial.Builder
java.lang.Object
com.citygrid.content.places.detail.CGPlacesDetailEditorial.Builder
- Enclosing class:
- CGPlacesDetailEditorial
public static class CGPlacesDetailEditorial.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editorialId
private String editorialId
url
private URI url
title
private String title
author
private String author
review
private String review
pros
private String pros
cons
private String cons
date
private Date date
reviewRating
private int reviewRating
helpfulnessTotal
private int helpfulnessTotal
helpfulness
private int helpfulness
unhelpfulness
private int unhelpfulness
attributionText
private String attributionText
attributionLogo
private URI attributionLogo
attributionSource
private int attributionSource
CGPlacesDetailEditorial.Builder
public CGPlacesDetailEditorial.Builder()
editorialId
public CGPlacesDetailEditorial.Builder editorialId(String editorialId)
url
public CGPlacesDetailEditorial.Builder url(URI url)
title
public CGPlacesDetailEditorial.Builder title(String title)
author
public CGPlacesDetailEditorial.Builder author(String author)
review
public CGPlacesDetailEditorial.Builder review(String review)
pros
public CGPlacesDetailEditorial.Builder pros(String pros)
cons
public CGPlacesDetailEditorial.Builder cons(String cons)
date
public CGPlacesDetailEditorial.Builder date(Date date)
reviewRating
public CGPlacesDetailEditorial.Builder reviewRating(int reviewRating)
helpfulnessTotal
public CGPlacesDetailEditorial.Builder helpfulnessTotal(int helpfulnessTotal)
helpfulness
public CGPlacesDetailEditorial.Builder helpfulness(int helpfulness)
unhelpfulness
public CGPlacesDetailEditorial.Builder unhelpfulness(int unhelpfulness)
attributionText
public CGPlacesDetailEditorial.Builder attributionText(String attributionText)
attributionLogo
public CGPlacesDetailEditorial.Builder attributionLogo(URI attributionLogo)
attributionSource
public CGPlacesDetailEditorial.Builder attributionSource(int attributionSource)
build
public CGPlacesDetailEditorial build()
Copyright © 2011. All Rights Reserved.