C# Class Amazon.ECS.Model.Merchant

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetAverageFeedbackRating() public method

Checks if AverageFeedbackRating property is set
public IsSetAverageFeedbackRating ( ) : System.Boolean
return System.Boolean

IsSetGlancePage() public method

Checks if GlancePage property is set
public IsSetGlancePage ( ) : System.Boolean
return System.Boolean

IsSetMerchantId() public method

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
return System.Boolean

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : System.Boolean
return System.Boolean

IsSetTotalFeedback() public method

Checks if TotalFeedback property is set
public IsSetTotalFeedback ( ) : System.Boolean
return System.Boolean

IsSetTotalFeedbackPages() public method

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

WithAverageFeedbackRating() public method

Sets the AverageFeedbackRating property
public WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant
averageFeedbackRating Decimal AverageFeedbackRating property
return Merchant

WithGlancePage() public method

Sets the GlancePage property
public WithGlancePage ( String glancePage ) : Merchant
glancePage String GlancePage property
return Merchant

WithMerchantId() public method

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : Merchant
merchantId String MerchantId property
return Merchant

WithName() public method

Sets the Name property
public WithName ( String name ) : Merchant
name String Name property
return Merchant

WithTotalFeedback() public method

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Merchant
totalFeedback Decimal TotalFeedback property
return Merchant

WithTotalFeedbackPages() public method

Sets the TotalFeedbackPages property
public WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant
totalFeedbackPages Decimal TotalFeedbackPages property
return Merchant