C# Class Amazon.ECS.Model.Review

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetASIN() public méthode

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Résultat System.Boolean

IsSetContent() public méthode

Checks if Content property is set
public IsSetContent ( ) : System.Boolean
Résultat System.Boolean

IsSetCustomerId() public méthode

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
Résultat System.Boolean

IsSetDate() public méthode

Checks if Date property is set
public IsSetDate ( ) : System.Boolean
Résultat System.Boolean

IsSetHelpfulVotes() public méthode

Checks if HelpfulVotes property is set
public IsSetHelpfulVotes ( ) : System.Boolean
Résultat System.Boolean

IsSetRating() public méthode

Checks if Rating property is set
public IsSetRating ( ) : System.Boolean
Résultat System.Boolean

IsSetReviewer() public méthode

Checks if Reviewer property is set
public IsSetReviewer ( ) : System.Boolean
Résultat System.Boolean

IsSetSummary() public méthode

Checks if Summary property is set
public IsSetSummary ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalVotes() public méthode

Checks if TotalVotes property is set
public IsSetTotalVotes ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithASIN() public méthode

Sets the ASIN property
public WithASIN ( String ASIN ) : Review
ASIN String ASIN property
Résultat Review

WithContent() public méthode

Sets the Content property
public WithContent ( String content ) : Review
content String Content property
Résultat Review

WithCustomerId() public méthode

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Review
customerId String CustomerId property
Résultat Review

WithDate() public méthode

Sets the Date property
public WithDate ( String date ) : Review
date String Date property
Résultat Review

WithHelpfulVotes() public méthode

Sets the HelpfulVotes property
public WithHelpfulVotes ( Decimal helpfulVotes ) : Review
helpfulVotes Decimal HelpfulVotes property
Résultat Review

WithRating() public méthode

Sets the Rating property
public WithRating ( Decimal rating ) : Review
rating Decimal Rating property
Résultat Review

WithReviewer() public méthode

Sets the Reviewer property
public WithReviewer ( Reviewer reviewer ) : Review
reviewer Reviewer Reviewer property
Résultat Review

WithSummary() public méthode

Sets the Summary property
public WithSummary ( String summary ) : Review
summary String Summary property
Résultat Review

WithTotalVotes() public méthode

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : Review
totalVotes Decimal TotalVotes property
Résultat Review