C# Class Amazon.ECS.Model.CustomerReviews

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAverageRating ( ) : System.Boolean

Checks if AverageRating property is set

IsSetReview ( ) : System.Boolean

Checks if Review property is set

IsSetTotalReviewPages ( ) : System.Boolean

Checks if TotalReviewPages property is set

IsSetTotalReviews ( ) : System.Boolean

Checks if TotalReviews property is set

WithAverageRating ( Decimal averageRating ) : CustomerReviews

Sets the AverageRating property

WithReview ( ) : CustomerReviews

Sets the Review property

WithTotalReviewPages ( Decimal totalReviewPages ) : CustomerReviews

Sets the TotalReviewPages property

WithTotalReviews ( Decimal totalReviews ) : CustomerReviews

Sets the TotalReviews property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAverageRating() public method

Checks if AverageRating property is set
public IsSetAverageRating ( ) : System.Boolean
return System.Boolean

IsSetReview() public method

Checks if Review property is set
public IsSetReview ( ) : System.Boolean
return System.Boolean

IsSetTotalReviewPages() public method

Checks if TotalReviewPages property is set
public IsSetTotalReviewPages ( ) : System.Boolean
return System.Boolean

IsSetTotalReviews() public method

Checks if TotalReviews property is set
public IsSetTotalReviews ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithAverageRating() public method

Sets the AverageRating property
public WithAverageRating ( Decimal averageRating ) : CustomerReviews
averageRating Decimal AverageRating property
return CustomerReviews

WithReview() public method

Sets the Review property
public WithReview ( ) : CustomerReviews
return CustomerReviews

WithTotalReviewPages() public method

Sets the TotalReviewPages property
public WithTotalReviewPages ( Decimal totalReviewPages ) : CustomerReviews
totalReviewPages Decimal TotalReviewPages property
return CustomerReviews

WithTotalReviews() public method

Sets the TotalReviews property
public WithTotalReviews ( Decimal totalReviews ) : CustomerReviews
totalReviews Decimal TotalReviews property
return CustomerReviews