Class Participation
- java.lang.Object
-
- software.amazon.spapi.models.sellers.v1.Participation
-
public class Participation extends java.lang.Object
Detailed information that is specific to a seller in a marketplace.
-
-
Constructor Summary
Constructors Constructor Description Participation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
Participation
hasSuspendedListings(java.lang.Boolean hasSuspendedListings)
java.lang.Boolean
isHasSuspendedListings()
If true, the seller has suspended listings.java.lang.Boolean
isIsParticipating()
If true, the seller participates in the marketplace.Participation
isParticipating(java.lang.Boolean isParticipating)
void
setHasSuspendedListings(java.lang.Boolean hasSuspendedListings)
void
setIsParticipating(java.lang.Boolean isParticipating)
java.lang.String
toString()
-
-
-
Method Detail
-
isParticipating
public Participation isParticipating(java.lang.Boolean isParticipating)
-
isIsParticipating
public java.lang.Boolean isIsParticipating()
If true, the seller participates in the marketplace.- Returns:
- isParticipating
-
setIsParticipating
public void setIsParticipating(java.lang.Boolean isParticipating)
-
hasSuspendedListings
public Participation hasSuspendedListings(java.lang.Boolean hasSuspendedListings)
-
isHasSuspendedListings
public java.lang.Boolean isHasSuspendedListings()
If true, the seller has suspended listings.- Returns:
- hasSuspendedListings
-
setHasSuspendedListings
public void setHasSuspendedListings(java.lang.Boolean hasSuspendedListings)
-
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
-
-