C# Class Amazon.ECS.Model.Merchant

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetAverageFeedbackRating ( ) : System.Boolean

Checks if AverageFeedbackRating property is set

IsSetGlancePage ( ) : System.Boolean

Checks if GlancePage property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTotalFeedback ( ) : System.Boolean

Checks if TotalFeedback property is set

IsSetTotalFeedbackPages ( ) : System.Boolean

Checks if TotalFeedbackPages property is set

WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant

Sets the AverageFeedbackRating property

WithGlancePage ( String glancePage ) : Merchant

Sets the GlancePage property

WithMerchantId ( String merchantId ) : Merchant

Sets the MerchantId property

WithName ( String name ) : Merchant

Sets the Name property

WithTotalFeedback ( Decimal totalFeedback ) : Merchant

Sets the TotalFeedback property

WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant

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

IsSetAverageFeedbackRating() public méthode

Checks if AverageFeedbackRating property is set
public IsSetAverageFeedbackRating ( ) : System.Boolean
Résultat System.Boolean

IsSetGlancePage() public méthode

Checks if GlancePage property is set
public IsSetGlancePage ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchantId() public méthode

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalFeedback() public méthode

Checks if TotalFeedback property is set
public IsSetTotalFeedback ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalFeedbackPages() public méthode

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

WithAverageFeedbackRating() public méthode

Sets the AverageFeedbackRating property
public WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant
averageFeedbackRating Decimal AverageFeedbackRating property
Résultat Merchant

WithGlancePage() public méthode

Sets the GlancePage property
public WithGlancePage ( String glancePage ) : Merchant
glancePage String GlancePage property
Résultat Merchant

WithMerchantId() public méthode

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : Merchant
merchantId String MerchantId property
Résultat Merchant

WithName() public méthode

Sets the Name property
public WithName ( String name ) : Merchant
name String Name property
Résultat Merchant

WithTotalFeedback() public méthode

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Merchant
totalFeedback Decimal TotalFeedback property
Résultat Merchant

WithTotalFeedbackPages() public méthode

Sets the TotalFeedbackPages property
public WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant
totalFeedbackPages Decimal TotalFeedbackPages property
Résultat Merchant