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

org.whispersystems.signalservice.internal.push.VerifyAccountResponse Maven / Gradle / Ivy

The newest version!
package org.whispersystems.signalservice.internal.push;

import com.fasterxml.jackson.annotation.JsonProperty;

public class VerifyAccountResponse {
  @JsonProperty
  private String uuid;

  public String getUuid() {
    return uuid;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy