public class OrderLineItemPricingBlocklistsBlockedDiscount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderLineItemPricingBlocklistsBlockedDiscount.Builder
Class to build instances of
OrderLineItemPricingBlocklistsBlockedDiscount. |
| Constructor and Description |
|---|
OrderLineItemPricingBlocklistsBlockedDiscount(String uid,
String discountUid,
String discountCatalogObjectId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDiscountCatalogObjectId()
Getter for DiscountCatalogObjectId.
|
String |
getDiscountUid()
Getter for DiscountUid.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
OrderLineItemPricingBlocklistsBlockedDiscount.Builder |
toBuilder()
Builds a new
OrderLineItemPricingBlocklistsBlockedDiscount.Builder object. |
String |
toString()
Converts this OrderLineItemPricingBlocklistsBlockedDiscount into string format.
|
public OrderLineItemPricingBlocklistsBlockedDiscount(String uid, String discountUid, String discountCatalogObjectId)
uid - String value for uid.discountUid - String value for discountUid.discountCatalogObjectId - String value for discountCatalogObjectId.public String getUid()
public String getDiscountUid()
public String getDiscountCatalogObjectId()
public String toString()
public OrderLineItemPricingBlocklistsBlockedDiscount.Builder toBuilder()
OrderLineItemPricingBlocklistsBlockedDiscount.Builder object.
Creates the instance with the state of the current model.OrderLineItemPricingBlocklistsBlockedDiscount.Builder objectCopyright © 2022. All rights reserved.