-
public final class RegisterEventConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdomainUriprivate final IntegerconnectionTimeoutprivate final IntegervideoProgressSec
-
Constructor Summary
Constructors Constructor Description RegisterEventConfig(String domainUri, Integer connectionTimeout, Integer videoProgressSec)
-
Method Summary
Modifier and Type Method Description final StringgetDomainUri()final IntegergetConnectionTimeout()final IntegergetVideoProgressSec()-
-
Method Detail
-
getDomainUri
final String getDomainUri()
-
getConnectionTimeout
final Integer getConnectionTimeout()
-
getVideoProgressSec
final Integer getVideoProgressSec()
-
-
-
-