C# Class Amazon.ECS.Model.Feedback

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetComment ( ) : System.Boolean

Checks if Comment property is set

IsSetDate ( ) : System.Boolean

Checks if Date property is set

IsSetRatedBy ( ) : System.Boolean

Checks if RatedBy property is set

IsSetRating ( ) : System.Boolean

Checks if Rating property is set

WithComment ( String comment ) : Feedback

Sets the Comment property

WithDate ( String date ) : Feedback

Sets the Date property

WithRatedBy ( String ratedBy ) : Feedback

Sets the RatedBy property

WithRating ( Decimal rating ) : Feedback

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

IsSetComment() public méthode

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
Résultat System.Boolean

IsSetDate() public méthode

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

IsSetRatedBy() public méthode

Checks if RatedBy property is set
public IsSetRatedBy ( ) : System.Boolean
Résultat System.Boolean

IsSetRating() public méthode

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

WithComment() public méthode

Sets the Comment property
public WithComment ( String comment ) : Feedback
comment String Comment property
Résultat Feedback

WithDate() public méthode

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

WithRatedBy() public méthode

Sets the RatedBy property
public WithRatedBy ( String ratedBy ) : Feedback
ratedBy String RatedBy property
Résultat Feedback

WithRating() public méthode

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