Class Report
- java.lang.Object
-
- com.palantir.docker.compose.report.Report
-
@Generated("com.palantir.conjure.java.types.BeanGenerator") public final class Report extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Report.Builderbuilder()booleanequals(java.lang.Object other)java.util.List<java.lang.String>getExceptions()GitInfogetGitInfo()java.lang.StringgetReportApiVersion()java.lang.StringgetReportId()java.util.List<DockerComposeRun>getRuns()java.time.OffsetDateTimegetSubmittedTime()java.util.Optional<java.lang.String>getUsername()VersionsgetVersions()java.util.Map<java.lang.String,java.lang.String>getWhitelistedEnvironmentVariables()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getReportApiVersion
public java.lang.String getReportApiVersion()
-
getReportId
public java.lang.String getReportId()
-
getSubmittedTime
public java.time.OffsetDateTime getSubmittedTime()
-
getUsername
public java.util.Optional<java.lang.String> getUsername()
-
getGitInfo
public GitInfo getGitInfo()
-
getWhitelistedEnvironmentVariables
public java.util.Map<java.lang.String,java.lang.String> getWhitelistedEnvironmentVariables()
-
getVersions
public Versions getVersions()
-
getRuns
public java.util.List<DockerComposeRun> getRuns()
-
getExceptions
public java.util.List<java.lang.String> getExceptions()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static Report.Builder builder()
-
-