Package org.oxerr.stubhub.client.model
Class CompListingSetting
java.lang.Object
org.oxerr.stubhub.client.model.CompListingSetting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCompListingCeiling(BigDecimal compListingCeiling) voidsetCompListingFloor(BigDecimal compListingFloor) voidsetCompListingMode(String compListingMode) voidsetOnlyForSameZoneEnabled(Boolean onlyForSameZoneEnabled) voidsetOnlyForSelectedSectionsEnabled(Boolean onlyForSelectedSectionsEnabled) voidsetQuantityScoreAdjustmentEnabled(Boolean quantityScoreAdjustmentEnabled) voidsetQuantityScoreAdjustmentOverridesJson(String quantityScoreAdjustmentOverridesJson)
-
Constructor Details
-
CompListingSetting
public CompListingSetting()
-
-
Method Details
-
getCompListingMode
-
setCompListingMode
-
getCompListingFloor
-
setCompListingFloor
-
getCompListingCeiling
-
setCompListingCeiling
-
getQuantityScoreAdjustmentEnabled
-
setQuantityScoreAdjustmentEnabled
-
getQuantityScoreAdjustmentOverridesJson
-
setQuantityScoreAdjustmentOverridesJson
-
getOnlyForSameZoneEnabled
-
setOnlyForSameZoneEnabled
-
getOnlyForSelectedSectionsEnabled
-
setOnlyForSelectedSectionsEnabled
-