public class PartyMatchmakerAddMessage
extends java.lang.Object
Constructor and Description |
---|
PartyMatchmakerAddMessage() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getCountMultiple()
Optional multiple of the count that must be satisfied.
|
int |
getMaxCount()
Maximum total user count to match together.
|
int |
getMinCount()
Minimum total user count to match together.
|
java.util.Map<java.lang.String,java.lang.Double> |
getNumericProperties()
Numeric properties.
|
java.lang.String |
getPartyId()
Party ID.
|
java.lang.String |
getQuery()
Filter query used to identify suitable users.
|
java.util.Map<java.lang.String,java.lang.String> |
getStringProperties()
String properties.
|
int |
hashCode() |
void |
setCountMultiple(int countMultiple)
Optional multiple of the count that must be satisfied.
|
void |
setMaxCount(int maxCount)
Maximum total user count to match together.
|
void |
setMinCount(int minCount)
Minimum total user count to match together.
|
void |
setNumericProperties(java.util.Map<java.lang.String,java.lang.Double> numericProperties)
Numeric properties.
|
void |
setPartyId(java.lang.String partyId)
Party ID.
|
void |
setQuery(java.lang.String query)
Filter query used to identify suitable users.
|
void |
setStringProperties(java.util.Map<java.lang.String,java.lang.String> stringProperties)
String properties.
|
java.lang.String |
toString() |
public java.lang.String getPartyId()
public int getMinCount()
public int getMaxCount()
public java.lang.String getQuery()
public java.util.Map<java.lang.String,java.lang.String> getStringProperties()
public java.util.Map<java.lang.String,java.lang.Double> getNumericProperties()
public int getCountMultiple()
public void setPartyId(java.lang.String partyId)
public void setMinCount(int minCount)
public void setMaxCount(int maxCount)
public void setQuery(java.lang.String query)
public void setStringProperties(java.util.Map<java.lang.String,java.lang.String> stringProperties)
public void setNumericProperties(java.util.Map<java.lang.String,java.lang.Double> numericProperties)
public void setCountMultiple(int countMultiple)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object