public abstract static class DiagnosticsProfile.BootDiagnostics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiagnosticsProfile.BootDiagnostics.Builder |
Constructor and Description |
---|
DiagnosticsProfile.BootDiagnostics() |
Modifier and Type | Method and Description |
---|---|
static DiagnosticsProfile.BootDiagnostics.Builder |
builder() |
static DiagnosticsProfile.BootDiagnostics |
create(boolean enabled,
String storageUri) |
abstract boolean |
enabled() |
abstract String |
storageUri() |
abstract DiagnosticsProfile.BootDiagnostics.Builder |
toBuilder() |
public abstract boolean enabled()
public static DiagnosticsProfile.BootDiagnostics create(boolean enabled, String storageUri)
public abstract DiagnosticsProfile.BootDiagnostics.Builder toBuilder()
public static DiagnosticsProfile.BootDiagnostics.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.