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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setMatchmaker
(ElementServiceReference matchmaker) void
setSuccess
(CallbackDefinition success) Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getDescription, getId, getName, getParent, getType, setDescription, setId, setName, setParent, setType, toString
-
Constructor Details
-
MatchmakingApplicationConfiguration
public MatchmakingApplicationConfiguration()
-
-
Method Details
-
getSuccess
-
setSuccess
-
getMatchmaker
-
setMatchmaker
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-