C# Class Amazon.ECS.Model.FeedbackDateRange

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetPeriod ( ) : System.Boolean

Checks if Period property is set

IsSetSellerFeedbackRating ( ) : System.Boolean

Checks if SellerFeedbackRating property is set

WithPeriod ( String period ) : FeedbackDateRange

Sets the Period property

WithSellerFeedbackRating ( ) : FeedbackDateRange

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

IsSetPeriod() public méthode

Checks if Period property is set
public IsSetPeriod ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerFeedbackRating() public méthode

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

WithPeriod() public méthode

Sets the Period property
public WithPeriod ( String period ) : FeedbackDateRange
period String Period property
Résultat FeedbackDateRange

WithSellerFeedbackRating() public méthode

Sets the SellerFeedbackRating property
public WithSellerFeedbackRating ( ) : FeedbackDateRange
Résultat FeedbackDateRange