@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class NavCoastalWarningArea extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NavCoastalWarningArea.Builder |
static class |
NavCoastalWarningArea.BuilderWithCoastalWarningAreaCode |
static class |
NavCoastalWarningArea.BuilderWithNavAreaCode |
static class |
NavCoastalWarningArea.BuilderWithSubjectIndicator |
| Constructor and Description |
|---|
NavCoastalWarningArea(SubjectIndicator subjectIndicator,
NavAreaCode navAreaCode,
String coastalWarningAreaCode) |
| Modifier and Type | Method and Description |
|---|---|
static NavCoastalWarningArea.Builder |
builder() |
String |
coastalWarningAreaCode() |
boolean |
equals(Object o) |
int |
hashCode() |
NavAreaCode |
navAreaCode() |
SubjectIndicator |
subjectIndicator() |
static NavCoastalWarningArea.BuilderWithSubjectIndicator |
subjectIndicator(SubjectIndicator subjectIndicator) |
String |
toString() |
NavCoastalWarningArea |
withCoastalWarningAreaCode(String coastalWarningAreaCode) |
NavCoastalWarningArea |
withNavAreaCode(NavAreaCode navAreaCode) |
NavCoastalWarningArea |
withSubjectIndicator(SubjectIndicator subjectIndicator) |
@ConstructorBinding public NavCoastalWarningArea(SubjectIndicator subjectIndicator, NavAreaCode navAreaCode, String coastalWarningAreaCode)
public static NavCoastalWarningArea.Builder builder()
public static NavCoastalWarningArea.BuilderWithSubjectIndicator subjectIndicator(SubjectIndicator subjectIndicator)
public SubjectIndicator subjectIndicator()
public NavAreaCode navAreaCode()
public String coastalWarningAreaCode()
public NavCoastalWarningArea withSubjectIndicator(SubjectIndicator subjectIndicator)
public NavCoastalWarningArea withNavAreaCode(NavAreaCode navAreaCode)
public NavCoastalWarningArea withCoastalWarningAreaCode(String coastalWarningAreaCode)
Copyright © 2023. All rights reserved.