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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if AmountSaved property is set

IsSetAvailability ( ) : System.Boolean

Checks if Availability property is set

IsSetAvailabilityAttributes ( ) : System.Boolean

Checks if AvailabilityAttributes property is set

IsSetExchangeId ( ) : System.Boolean

Checks if ExchangeId property is set

IsSetISPUStoreAddress ( ) : System.Boolean

Checks if ISPUStoreAddress property is set

IsSetISPUStoreHours ( ) : Boolean

Checks if ISPUStoreHours property is set

IsSetIsEligibleForSuperSaverShipping ( ) : Boolean

Checks if IsEligibleForSuperSaverShipping property is set

IsSetOfferListingId ( ) : Boolean

Checks if OfferListingId property is set

IsSetPercentageSaved ( ) : Boolean

Checks if PercentageSaved property is set

IsSetPrice ( ) : Boolean

Checks if Price property is set

IsSetQuantity ( ) : Boolean

Checks if Quantity property is set

IsSetSalePrice ( ) : Boolean

Checks if SalePrice property is set

IsSetSalesRestriction ( ) : Boolean

Checks if SalesRestriction property is set

IsSetShippingCharge ( ) : Boolean

Checks if ShippingCharge property is set

WithAmountSaved ( Price amountSaved ) : OfferListing

Sets the AmountSaved property

WithAvailability ( String availability ) : OfferListing

Sets the Availability property

WithAvailabilityAttributes ( AvailabilityAttributes availabilityAttributes ) : OfferListing

Sets the AvailabilityAttributes property

WithExchangeId ( String exchangeId ) : OfferListing

Sets the ExchangeId property

WithISPUStoreAddress ( Address ISPUStoreAddress ) : OfferListing

Sets the ISPUStoreAddress property

WithISPUStoreHours ( String ISPUStoreHours ) : OfferListing

Sets the ISPUStoreHours property

WithIsEligibleForSuperSaverShipping ( Boolean isEligibleForSuperSaverShipping ) : OfferListing

Sets the IsEligibleForSuperSaverShipping property

WithOfferListingId ( String offerListingId ) : OfferListing

Sets the OfferListingId property

WithPercentageSaved ( Decimal percentageSaved ) : OfferListing

Sets the PercentageSaved property

WithPrice ( Price price ) : OfferListing

Sets the Price property

WithQuantity ( Decimal quantity ) : OfferListing

Sets the Quantity property

WithSalePrice ( Price salePrice ) : OfferListing

Sets the SalePrice property

WithSalesRestriction ( String salesRestriction ) : OfferListing

Sets the SalesRestriction property

WithShippingCharge ( ) : OfferListing

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

메소드 상세

IsSetAmountSaved() 공개 메소드

Checks if AmountSaved property is set
public IsSetAmountSaved ( ) : System.Boolean
리턴 System.Boolean

IsSetAvailability() 공개 메소드

Checks if Availability property is set
public IsSetAvailability ( ) : System.Boolean
리턴 System.Boolean

IsSetAvailabilityAttributes() 공개 메소드

Checks if AvailabilityAttributes property is set
public IsSetAvailabilityAttributes ( ) : System.Boolean
리턴 System.Boolean

IsSetExchangeId() 공개 메소드

Checks if ExchangeId property is set
public IsSetExchangeId ( ) : System.Boolean
리턴 System.Boolean

IsSetISPUStoreAddress() 공개 메소드

Checks if ISPUStoreAddress property is set
public IsSetISPUStoreAddress ( ) : System.Boolean
리턴 System.Boolean

IsSetISPUStoreHours() 공개 메소드

Checks if ISPUStoreHours property is set
public IsSetISPUStoreHours ( ) : Boolean
리턴 Boolean

IsSetIsEligibleForSuperSaverShipping() 공개 메소드

Checks if IsEligibleForSuperSaverShipping property is set
public IsSetIsEligibleForSuperSaverShipping ( ) : Boolean
리턴 Boolean

IsSetOfferListingId() 공개 메소드

Checks if OfferListingId property is set
public IsSetOfferListingId ( ) : Boolean
리턴 Boolean

IsSetPercentageSaved() 공개 메소드

Checks if PercentageSaved property is set
public IsSetPercentageSaved ( ) : Boolean
리턴 Boolean

IsSetPrice() 공개 메소드

Checks if Price property is set
public IsSetPrice ( ) : Boolean
리턴 Boolean

IsSetQuantity() 공개 메소드

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

IsSetSalePrice() 공개 메소드

Checks if SalePrice property is set
public IsSetSalePrice ( ) : Boolean
리턴 Boolean

IsSetSalesRestriction() 공개 메소드

Checks if SalesRestriction property is set
public IsSetSalesRestriction ( ) : Boolean
리턴 Boolean

IsSetShippingCharge() 공개 메소드

Checks if ShippingCharge property is set
public IsSetShippingCharge ( ) : Boolean
리턴 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

WithAmountSaved() 공개 메소드

Sets the AmountSaved property
public WithAmountSaved ( Price amountSaved ) : OfferListing
amountSaved Price AmountSaved property
리턴 OfferListing

WithAvailability() 공개 메소드

Sets the Availability property
public WithAvailability ( String availability ) : OfferListing
availability String Availability property
리턴 OfferListing

WithAvailabilityAttributes() 공개 메소드

Sets the AvailabilityAttributes property
public WithAvailabilityAttributes ( AvailabilityAttributes availabilityAttributes ) : OfferListing
availabilityAttributes AvailabilityAttributes AvailabilityAttributes property
리턴 OfferListing

WithExchangeId() 공개 메소드

Sets the ExchangeId property
public WithExchangeId ( String exchangeId ) : OfferListing
exchangeId String ExchangeId property
리턴 OfferListing

WithISPUStoreAddress() 공개 메소드

Sets the ISPUStoreAddress property
public WithISPUStoreAddress ( Address ISPUStoreAddress ) : OfferListing
ISPUStoreAddress Address ISPUStoreAddress property
리턴 OfferListing

WithISPUStoreHours() 공개 메소드

Sets the ISPUStoreHours property
public WithISPUStoreHours ( String ISPUStoreHours ) : OfferListing
ISPUStoreHours String ISPUStoreHours property
리턴 OfferListing

WithIsEligibleForSuperSaverShipping() 공개 메소드

Sets the IsEligibleForSuperSaverShipping property
public WithIsEligibleForSuperSaverShipping ( Boolean isEligibleForSuperSaverShipping ) : OfferListing
isEligibleForSuperSaverShipping Boolean IsEligibleForSuperSaverShipping property
리턴 OfferListing

WithOfferListingId() 공개 메소드

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : OfferListing
offerListingId String OfferListingId property
리턴 OfferListing

WithPercentageSaved() 공개 메소드

Sets the PercentageSaved property
public WithPercentageSaved ( Decimal percentageSaved ) : OfferListing
percentageSaved Decimal PercentageSaved property
리턴 OfferListing

WithPrice() 공개 메소드

Sets the Price property
public WithPrice ( Price price ) : OfferListing
price Price Price property
리턴 OfferListing

WithQuantity() 공개 메소드

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

WithSalePrice() 공개 메소드

Sets the SalePrice property
public WithSalePrice ( Price salePrice ) : OfferListing
salePrice Price SalePrice property
리턴 OfferListing

WithSalesRestriction() 공개 메소드

Sets the SalesRestriction property
public WithSalesRestriction ( String salesRestriction ) : OfferListing
salesRestriction String SalesRestriction property
리턴 OfferListing

WithShippingCharge() 공개 메소드

Sets the ShippingCharge property
public WithShippingCharge ( ) : OfferListing
리턴 OfferListing