C# Class Amazon.ECS.Model.Feedback

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetComment() public method

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
return System.Boolean

IsSetDate() public method

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

IsSetRatedBy() public method

Checks if RatedBy property is set
public IsSetRatedBy ( ) : System.Boolean
return System.Boolean

IsSetRating() public method

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

WithComment() public method

Sets the Comment property
public WithComment ( String comment ) : Feedback
comment String Comment property
return Feedback

WithDate() public method

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

WithRatedBy() public method

Sets the RatedBy property
public WithRatedBy ( String ratedBy ) : Feedback
ratedBy String RatedBy property
return Feedback

WithRating() public method

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