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

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

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

public class AuthenticateErrorAction {
  private AuthenticateErrorActionType action;
  private IAuthenticateErrorActionParams params;

  public AuthenticateErrorActionType getAction() {
    return action;
  }

  public void setAction(AuthenticateErrorActionType action) {
    this.action = action;
  }

  public IAuthenticateErrorActionParams getParams() {
    return params;
  }

  public void setParams(IAuthenticateErrorActionParams params) {
    this.params = params;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy