Class MatchmakingApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates the minimum number of profiles that can can be capped per match. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
setMatchmaker
(ElementServiceReference matchmaker) void
setMaxProfiles
(int maxProfiles) void
setMetadata
(Map<String, Object> metadata) void
setMetadataSpec
(MetadataSpec metadataSpec) void
setSuccess
(CallbackDefinition success) toString()
Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getDescription, getId, getName, getParent, getType, setDescription, setId, setName, setParent, setType
-
Field Details
-
MIN_PROFILE_CAP
public static final int MIN_PROFILE_CAPIndicates the minimum number of profiles that can can be capped per match.- See Also:
-
-
Constructor Details
-
MatchmakingApplicationConfiguration
public MatchmakingApplicationConfiguration()
-
-
Method Details
-
getSuccess
-
setSuccess
-
getMatchmaker
-
setMatchmaker
-
getMaxProfiles
public int getMaxProfiles() -
setMaxProfiles
public void setMaxProfiles(int maxProfiles) -
getMetadata
-
setMetadata
-
getMetadataSpec
-
setMetadataSpec
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-
toString
- Overrides:
toString
in classApplicationConfiguration
-