- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
209 lines
5.8 KiB
Java
209 lines
5.8 KiB
Java
package gatewayprotocol.v1;
|
|
|
|
import com.google.protobuf.kotlin.ProtoDslMarker;
|
|
import gatewayprotocol.v1.NetworkCapabilityTransportsOuterClass;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class NetworkCapabilityTransportsKt {
|
|
public static final NetworkCapabilityTransportsKt INSTANCE = new NetworkCapabilityTransportsKt();
|
|
|
|
@ProtoDslMarker
|
|
public static final class Dsl {
|
|
public static final Companion Companion = new Companion(null);
|
|
private final NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports.Builder _builder;
|
|
|
|
public /* synthetic */ Dsl(NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports.Builder builder, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this(builder);
|
|
}
|
|
|
|
private Dsl(NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports.Builder builder) {
|
|
this._builder = builder;
|
|
}
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
|
|
public final /* synthetic */ Dsl _create(NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports.Builder builder) {
|
|
Intrinsics.checkNotNullParameter(builder, "builder");
|
|
return new Dsl(builder, null);
|
|
}
|
|
}
|
|
|
|
public final /* synthetic */ NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports _build() {
|
|
NetworkCapabilityTransportsOuterClass.NetworkCapabilityTransports build = this._builder.build();
|
|
Intrinsics.checkNotNullExpressionValue(build, "_builder.build()");
|
|
return build;
|
|
}
|
|
|
|
public final boolean getBluetooth() {
|
|
return this._builder.getBluetooth();
|
|
}
|
|
|
|
public final void setBluetooth(boolean z) {
|
|
this._builder.setBluetooth(z);
|
|
}
|
|
|
|
public final void clearBluetooth() {
|
|
this._builder.clearBluetooth();
|
|
}
|
|
|
|
public final boolean hasBluetooth() {
|
|
return this._builder.hasBluetooth();
|
|
}
|
|
|
|
public final boolean getCellular() {
|
|
return this._builder.getCellular();
|
|
}
|
|
|
|
public final void setCellular(boolean z) {
|
|
this._builder.setCellular(z);
|
|
}
|
|
|
|
public final void clearCellular() {
|
|
this._builder.clearCellular();
|
|
}
|
|
|
|
public final boolean hasCellular() {
|
|
return this._builder.hasCellular();
|
|
}
|
|
|
|
public final boolean getEthernet() {
|
|
return this._builder.getEthernet();
|
|
}
|
|
|
|
public final void setEthernet(boolean z) {
|
|
this._builder.setEthernet(z);
|
|
}
|
|
|
|
public final void clearEthernet() {
|
|
this._builder.clearEthernet();
|
|
}
|
|
|
|
public final boolean hasEthernet() {
|
|
return this._builder.hasEthernet();
|
|
}
|
|
|
|
public final boolean getLowpan() {
|
|
return this._builder.getLowpan();
|
|
}
|
|
|
|
public final void setLowpan(boolean z) {
|
|
this._builder.setLowpan(z);
|
|
}
|
|
|
|
public final void clearLowpan() {
|
|
this._builder.clearLowpan();
|
|
}
|
|
|
|
public final boolean hasLowpan() {
|
|
return this._builder.hasLowpan();
|
|
}
|
|
|
|
public final boolean getSatellite() {
|
|
return this._builder.getSatellite();
|
|
}
|
|
|
|
public final void setSatellite(boolean z) {
|
|
this._builder.setSatellite(z);
|
|
}
|
|
|
|
public final void clearSatellite() {
|
|
this._builder.clearSatellite();
|
|
}
|
|
|
|
public final boolean hasSatellite() {
|
|
return this._builder.hasSatellite();
|
|
}
|
|
|
|
public final boolean getThread() {
|
|
return this._builder.getThread();
|
|
}
|
|
|
|
public final void setThread(boolean z) {
|
|
this._builder.setThread(z);
|
|
}
|
|
|
|
public final void clearThread() {
|
|
this._builder.clearThread();
|
|
}
|
|
|
|
public final boolean hasThread() {
|
|
return this._builder.hasThread();
|
|
}
|
|
|
|
public final boolean getUsb() {
|
|
return this._builder.getUsb();
|
|
}
|
|
|
|
public final void setUsb(boolean z) {
|
|
this._builder.setUsb(z);
|
|
}
|
|
|
|
public final void clearUsb() {
|
|
this._builder.clearUsb();
|
|
}
|
|
|
|
public final boolean hasUsb() {
|
|
return this._builder.hasUsb();
|
|
}
|
|
|
|
public final boolean getVpn() {
|
|
return this._builder.getVpn();
|
|
}
|
|
|
|
public final void setVpn(boolean z) {
|
|
this._builder.setVpn(z);
|
|
}
|
|
|
|
public final void clearVpn() {
|
|
this._builder.clearVpn();
|
|
}
|
|
|
|
public final boolean hasVpn() {
|
|
return this._builder.hasVpn();
|
|
}
|
|
|
|
public final boolean getWifi() {
|
|
return this._builder.getWifi();
|
|
}
|
|
|
|
public final void setWifi(boolean z) {
|
|
this._builder.setWifi(z);
|
|
}
|
|
|
|
public final void clearWifi() {
|
|
this._builder.clearWifi();
|
|
}
|
|
|
|
public final boolean hasWifi() {
|
|
return this._builder.hasWifi();
|
|
}
|
|
|
|
public final boolean getWifiAware() {
|
|
return this._builder.getWifiAware();
|
|
}
|
|
|
|
public final void setWifiAware(boolean z) {
|
|
this._builder.setWifiAware(z);
|
|
}
|
|
|
|
public final void clearWifiAware() {
|
|
this._builder.clearWifiAware();
|
|
}
|
|
|
|
public final boolean hasWifiAware() {
|
|
return this._builder.hasWifiAware();
|
|
}
|
|
}
|
|
|
|
private NetworkCapabilityTransportsKt() {
|
|
}
|
|
}
|