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