C# 클래스 Amazon.ECS.Model.Review

파일 보기 프로젝트 열기: nexus49/grado

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