All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.callstats.sdk.messages.AuthenticateRetryActionParams Maven / Gradle / Ivy

There is a newer version: 5.4.0
Show newest version
package io.callstats.sdk.messages;

public class AuthenticateRetryActionParams implements IAuthenticateErrorActionParams {
  private int timeout;

  public int getTimeout() {
    return timeout;
  }

  public void setTimeout(int timeout) {
    this.timeout = timeout;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy