C# Класс Amazon.ECS.Model.Review

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetASIN() публичный Метод

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Результат System.Boolean

IsSetContent() публичный Метод

Checks if Content property is set
public IsSetContent ( ) : System.Boolean
Результат System.Boolean

IsSetCustomerId() публичный Метод

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
Результат System.Boolean

IsSetDate() публичный Метод

Checks if Date property is set
public IsSetDate ( ) : System.Boolean
Результат System.Boolean

IsSetHelpfulVotes() публичный Метод

Checks if HelpfulVotes property is set
public IsSetHelpfulVotes ( ) : System.Boolean
Результат System.Boolean

IsSetRating() публичный Метод

Checks if Rating property is set
public IsSetRating ( ) : System.Boolean
Результат System.Boolean

IsSetReviewer() публичный Метод

Checks if Reviewer property is set
public IsSetReviewer ( ) : System.Boolean
Результат System.Boolean

IsSetSummary() публичный Метод

Checks if Summary property is set
public IsSetSummary ( ) : System.Boolean
Результат System.Boolean

IsSetTotalVotes() публичный Метод

Checks if TotalVotes property is set
public IsSetTotalVotes ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithASIN() публичный Метод

Sets the ASIN property
public WithASIN ( String ASIN ) : Review
ASIN String ASIN property
Результат Review

WithContent() публичный Метод

Sets the Content property
public WithContent ( String content ) : Review
content String Content property
Результат Review

WithCustomerId() публичный Метод

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Review
customerId String CustomerId property
Результат Review

WithDate() публичный Метод

Sets the Date property
public WithDate ( String date ) : Review
date String Date property
Результат Review

WithHelpfulVotes() публичный Метод

Sets the HelpfulVotes property
public WithHelpfulVotes ( Decimal helpfulVotes ) : Review
helpfulVotes Decimal HelpfulVotes property
Результат Review

WithRating() публичный Метод

Sets the Rating property
public WithRating ( Decimal rating ) : Review
rating Decimal Rating property
Результат Review

WithReviewer() публичный Метод

Sets the Reviewer property
public WithReviewer ( Reviewer reviewer ) : Review
reviewer Reviewer Reviewer property
Результат Review

WithSummary() публичный Метод

Sets the Summary property
public WithSummary ( String summary ) : Review
summary String Summary property
Результат Review

WithTotalVotes() публичный Метод

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : Review
totalVotes Decimal TotalVotes property
Результат Review