Class MarketplaceParticipation
- java.lang.Object
-
- software.amazon.spapi.models.sellers.v1.MarketplaceParticipation
-
public class MarketplaceParticipation extends java.lang.Object
MarketplaceParticipation
-
-
Constructor Summary
Constructors Constructor Description MarketplaceParticipation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Marketplace
getMarketplace()
Get marketplaceParticipation
getParticipation()
Get participationjava.lang.String
getStoreName()
The name of the seller's store as displayed in the marketplace.int
hashCode()
MarketplaceParticipation
marketplace(Marketplace marketplace)
MarketplaceParticipation
participation(Participation participation)
void
setMarketplace(Marketplace marketplace)
void
setParticipation(Participation participation)
void
setStoreName(java.lang.String storeName)
MarketplaceParticipation
storeName(java.lang.String storeName)
java.lang.String
toString()
-
-
-
Method Detail
-
marketplace
public MarketplaceParticipation marketplace(Marketplace marketplace)
-
getMarketplace
public Marketplace getMarketplace()
Get marketplace- Returns:
- marketplace
-
setMarketplace
public void setMarketplace(Marketplace marketplace)
-
participation
public MarketplaceParticipation participation(Participation participation)
-
getParticipation
public Participation getParticipation()
Get participation- Returns:
- participation
-
setParticipation
public void setParticipation(Participation participation)
-
storeName
public MarketplaceParticipation storeName(java.lang.String storeName)
-
getStoreName
public java.lang.String getStoreName()
The name of the seller's store as displayed in the marketplace.- Returns:
- storeName
-
setStoreName
public void setStoreName(java.lang.String storeName)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-