C# Class Amazon.ECS.Model.VariationSummary

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetHighestPrice ( ) : System.Boolean

Checks if HighestPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestPrice ( ) : System.Boolean

Checks if LowestPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

IsSetSingleMerchantId ( ) : System.Boolean

Checks if SingleMerchantId property is set

WithHighestPrice ( Price highestPrice ) : VariationSummary

Sets the HighestPrice property

WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary

Sets the HighestSalePrice property

WithLowestPrice ( Price lowestPrice ) : VariationSummary

Sets the LowestPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary

Sets the LowestSalePrice property

WithSingleMerchantId ( String singleMerchantId ) : VariationSummary

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

IsSetHighestPrice() public méthode

Checks if HighestPrice property is set
public IsSetHighestPrice ( ) : System.Boolean
Résultat System.Boolean

IsSetHighestSalePrice() public méthode

Checks if HighestSalePrice property is set
public IsSetHighestSalePrice ( ) : System.Boolean
Résultat System.Boolean

IsSetLowestPrice() public méthode

Checks if LowestPrice property is set
public IsSetLowestPrice ( ) : System.Boolean
Résultat System.Boolean

IsSetLowestSalePrice() public méthode

Checks if LowestSalePrice property is set
public IsSetLowestSalePrice ( ) : System.Boolean
Résultat System.Boolean

IsSetSingleMerchantId() public méthode

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

WithHighestPrice() public méthode

Sets the HighestPrice property
public WithHighestPrice ( Price highestPrice ) : VariationSummary
highestPrice Price HighestPrice property
Résultat VariationSummary

WithHighestSalePrice() public méthode

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary
highestSalePrice Price HighestSalePrice property
Résultat VariationSummary

WithLowestPrice() public méthode

Sets the LowestPrice property
public WithLowestPrice ( Price lowestPrice ) : VariationSummary
lowestPrice Price LowestPrice property
Résultat VariationSummary

WithLowestSalePrice() public méthode

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary
lowestSalePrice Price LowestSalePrice property
Résultat VariationSummary

WithSingleMerchantId() public méthode

Sets the SingleMerchantId property
public WithSingleMerchantId ( String singleMerchantId ) : VariationSummary
singleMerchantId String SingleMerchantId property
Résultat VariationSummary