C# 클래스 Amazon.ECS.Model.PromotionBenefit

파일 보기 프로젝트 열기: nexus49/grado

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetBenefitType ( ) : System.Boolean

Checks if BenefitType property is set

IsSetCeiling ( ) : System.Boolean

Checks if Ceiling property is set

IsSetComponentType ( ) : System.Boolean

Checks if ComponentType property is set

IsSetFixedAmount ( ) : System.Boolean

Checks if FixedAmount property is set

IsSetPercentOff ( ) : System.Boolean

Checks if PercentOff property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

WithBenefitType ( String benefitType ) : PromotionBenefit

Sets the BenefitType property

WithCeiling ( Price ceiling ) : PromotionBenefit

Sets the Ceiling property

WithComponentType ( String componentType ) : PromotionBenefit

Sets the ComponentType property

WithFixedAmount ( Price fixedAmount ) : PromotionBenefit

Sets the FixedAmount property

WithPercentOff ( Double percentOff ) : PromotionBenefit

Sets the PercentOff property

WithQuantity ( Decimal quantity ) : PromotionBenefit

Sets the Quantity property

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EscapeXML ( String str ) : String

메소드 상세

IsSetBenefitType() 공개 메소드

Checks if BenefitType property is set
public IsSetBenefitType ( ) : System.Boolean
리턴 System.Boolean

IsSetCeiling() 공개 메소드

Checks if Ceiling property is set
public IsSetCeiling ( ) : System.Boolean
리턴 System.Boolean

IsSetComponentType() 공개 메소드

Checks if ComponentType property is set
public IsSetComponentType ( ) : System.Boolean
리턴 System.Boolean

IsSetFixedAmount() 공개 메소드

Checks if FixedAmount property is set
public IsSetFixedAmount ( ) : System.Boolean
리턴 System.Boolean

IsSetPercentOff() 공개 메소드

Checks if PercentOff property is set
public IsSetPercentOff ( ) : System.Boolean
리턴 System.Boolean

IsSetQuantity() 공개 메소드

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
리턴 System.Boolean

ToXMLFragment() 보호된 메소드

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
리턴 String

WithBenefitType() 공개 메소드

Sets the BenefitType property
public WithBenefitType ( String benefitType ) : PromotionBenefit
benefitType String BenefitType property
리턴 PromotionBenefit

WithCeiling() 공개 메소드

Sets the Ceiling property
public WithCeiling ( Price ceiling ) : PromotionBenefit
ceiling Price Ceiling property
리턴 PromotionBenefit

WithComponentType() 공개 메소드

Sets the ComponentType property
public WithComponentType ( String componentType ) : PromotionBenefit
componentType String ComponentType property
리턴 PromotionBenefit

WithFixedAmount() 공개 메소드

Sets the FixedAmount property
public WithFixedAmount ( Price fixedAmount ) : PromotionBenefit
fixedAmount Price FixedAmount property
리턴 PromotionBenefit

WithPercentOff() 공개 메소드

Sets the PercentOff property
public WithPercentOff ( Double percentOff ) : PromotionBenefit
percentOff Double PercentOff property
리턴 PromotionBenefit

WithQuantity() 공개 메소드

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : PromotionBenefit
quantity Decimal Quantity property
리턴 PromotionBenefit