C# Class Amazon.ECS.Model.Review

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetContent ( ) : System.Boolean

Checks if Content property is set

IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetDate ( ) : System.Boolean

Checks if Date property is set

IsSetHelpfulVotes ( ) : System.Boolean

Checks if HelpfulVotes property is set

IsSetRating ( ) : System.Boolean

Checks if Rating property is set

IsSetReviewer ( ) : System.Boolean

Checks if Reviewer property is set

IsSetSummary ( ) : System.Boolean

Checks if Summary property is set

IsSetTotalVotes ( ) : System.Boolean

Checks if TotalVotes property is set

WithASIN ( String ASIN ) : Review

Sets the ASIN property

WithContent ( String content ) : Review

Sets the Content property

WithCustomerId ( String customerId ) : Review

Sets the CustomerId property

WithDate ( String date ) : Review

Sets the Date property

WithHelpfulVotes ( Decimal helpfulVotes ) : Review

Sets the HelpfulVotes property

WithRating ( Decimal rating ) : Review

Sets the Rating property

WithReviewer ( Reviewer reviewer ) : Review

Sets the Reviewer property

WithSummary ( String summary ) : Review

Sets the Summary property

WithTotalVotes ( Decimal totalVotes ) : Review

Sets the TotalVotes 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

IsSetASIN() public method

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
return System.Boolean

IsSetContent() public method

Checks if Content property is set
public IsSetContent ( ) : System.Boolean
return System.Boolean

IsSetCustomerId() public method

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
return System.Boolean

IsSetDate() public method

Checks if Date property is set
public IsSetDate ( ) : System.Boolean
return System.Boolean

IsSetHelpfulVotes() public method

Checks if HelpfulVotes property is set
public IsSetHelpfulVotes ( ) : System.Boolean
return System.Boolean

IsSetRating() public method

Checks if Rating property is set
public IsSetRating ( ) : System.Boolean
return System.Boolean

IsSetReviewer() public method

Checks if Reviewer property is set
public IsSetReviewer ( ) : System.Boolean
return System.Boolean

IsSetSummary() public method

Checks if Summary property is set
public IsSetSummary ( ) : System.Boolean
return System.Boolean

IsSetTotalVotes() public method

Checks if TotalVotes property is set
public IsSetTotalVotes ( ) : 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

WithASIN() public method

Sets the ASIN property
public WithASIN ( String ASIN ) : Review
ASIN String ASIN property
return Review

WithContent() public method

Sets the Content property
public WithContent ( String content ) : Review
content String Content property
return Review

WithCustomerId() public method

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Review
customerId String CustomerId property
return Review

WithDate() public method

Sets the Date property
public WithDate ( String date ) : Review
date String Date property
return Review

WithHelpfulVotes() public method

Sets the HelpfulVotes property
public WithHelpfulVotes ( Decimal helpfulVotes ) : Review
helpfulVotes Decimal HelpfulVotes property
return Review

WithRating() public method

Sets the Rating property
public WithRating ( Decimal rating ) : Review
rating Decimal Rating property
return Review

WithReviewer() public method

Sets the Reviewer property
public WithReviewer ( Reviewer reviewer ) : Review
reviewer Reviewer Reviewer property
return Review

WithSummary() public method

Sets the Summary property
public WithSummary ( String summary ) : Review
summary String Summary property
return Review

WithTotalVotes() public method

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : Review
totalVotes Decimal TotalVotes property
return Review