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 intIndicates the minimum number of profiles that can can be capped per match. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()voidsetMatchmaker(ElementServiceReference matchmaker) voidsetMaxProfiles(int maxProfiles) voidsetMetadata(Map<String, Object> metadata) voidsetMetadataSpec(MetadataSpec metadataSpec) voidsetSuccess(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:
equalsin classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationConfiguration
-
toString
- Overrides:
toStringin classApplicationConfiguration
-