io.relayr.java.model.onboarding.OnBoardingState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for connecting to the Relayr Cloud
The newest version!
package io.relayr.java.model.onboarding;
import java.io.Serializable;
public class OnBoardingState implements Serializable {
public boolean isConnected;
public OnBoardingState(boolean isConnected) {
this.isConnected = isConnected;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy