RegistrationResult.java
473 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* javax.annotation.Nonnull
*/
package com.adobe.cq.screens.device.registration;
import aQute.bnd.annotation.ProviderType;
import javax.annotation.Nonnull;
@ProviderType
public interface RegistrationResult {
@Nonnull
public String getDeviceId();
@Nonnull
public String getDevicePath();
@Nonnull
public String getPassword();
}