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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if LoyaltyPoints property is set

IsSetMerchant ( ) : System.Boolean

Checks if Merchant property is set

IsSetOfferAttributes ( ) : System.Boolean

Checks if OfferAttributes property is set

IsSetOfferListing ( ) : System.Boolean

Checks if OfferListing property is set

IsSetPromotions ( ) : System.Boolean

Checks if Promotions property is set

IsSetSeller ( ) : System.Boolean

Checks if Seller property is set

WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer

Sets the LoyaltyPoints property

WithMerchant ( Merchant merchant ) : Offer

Sets the Merchant property

WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer

Sets the OfferAttributes property

WithOfferListing ( ) : Offer

Sets the OfferListing property

WithPromotions ( Promotions promotions ) : Offer

Sets the Promotions property

WithSeller ( Seller seller ) : Offer

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

메소드 상세

IsSetLoyaltyPoints() 공개 메소드

Checks if LoyaltyPoints property is set
public IsSetLoyaltyPoints ( ) : System.Boolean
리턴 System.Boolean

IsSetMerchant() 공개 메소드

Checks if Merchant property is set
public IsSetMerchant ( ) : System.Boolean
리턴 System.Boolean

IsSetOfferAttributes() 공개 메소드

Checks if OfferAttributes property is set
public IsSetOfferAttributes ( ) : System.Boolean
리턴 System.Boolean

IsSetOfferListing() 공개 메소드

Checks if OfferListing property is set
public IsSetOfferListing ( ) : System.Boolean
리턴 System.Boolean

IsSetPromotions() 공개 메소드

Checks if Promotions property is set
public IsSetPromotions ( ) : System.Boolean
리턴 System.Boolean

IsSetSeller() 공개 메소드

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

WithLoyaltyPoints() 공개 메소드

Sets the LoyaltyPoints property
public WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer
loyaltyPoints LoyaltyPoints LoyaltyPoints property
리턴 Offer

WithMerchant() 공개 메소드

Sets the Merchant property
public WithMerchant ( Merchant merchant ) : Offer
merchant Merchant Merchant property
리턴 Offer

WithOfferAttributes() 공개 메소드

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
리턴 Offer

WithOfferListing() 공개 메소드

Sets the OfferListing property
public WithOfferListing ( ) : Offer
리턴 Offer

WithPromotions() 공개 메소드

Sets the Promotions property
public WithPromotions ( Promotions promotions ) : Offer
promotions Promotions Promotions property
리턴 Offer

WithSeller() 공개 메소드

Sets the Seller property
public WithSeller ( Seller seller ) : Offer
seller Seller Seller property
리턴 Offer