public class OpenGraphRating extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
OpenGraphRating() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static OpenGraphRating loadJSON(String json, APIContext context)
public static APINodeList<OpenGraphRating> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldCreatedTime()
public OpenGraphRating setFieldCreatedTime(String value)
public Boolean getFieldHasRating()
public OpenGraphRating setFieldHasRating(Boolean value)
public Boolean getFieldHasReview()
public OpenGraphRating setFieldHasReview(Boolean value)
public Object getFieldOpenGraphStory()
public OpenGraphRating setFieldOpenGraphStory(Object value)
public Long getFieldRating()
public OpenGraphRating setFieldRating(Long value)
public String getFieldReviewText()
public OpenGraphRating setFieldReviewText(String value)
public User getFieldReviewer()
public OpenGraphRating setFieldReviewer(User value)
public OpenGraphRating setFieldReviewer(String value)
public OpenGraphRating copyFrom(OpenGraphRating instance)
public static APIRequest.ResponseParser<OpenGraphRating> getParser()
Copyright © 2018. All rights reserved.