public static class ApplicationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
build() |
ApplicationSummary.Builder |
copy(ApplicationSummary model) |
ApplicationSummary.Builder |
id(String id)
Unique identifier of the application.
|
ApplicationSummary.Builder |
projectId(String projectId)
Project identifier.
|
ApplicationSummary.Builder |
state(ApplicationSummary.State state)
Represents the deployment state of the application.
|
ApplicationSummary.Builder |
version(String version)
Version of deployed application.
|
public ApplicationSummary.Builder id(String id)
Unique identifier of the application.
id
- the value to setpublic ApplicationSummary.Builder projectId(String projectId)
Project identifier.
projectId
- the value to setpublic ApplicationSummary.Builder version(String version)
Version of deployed application.
version
- the value to setpublic ApplicationSummary.Builder state(ApplicationSummary.State state)
Represents the deployment state of the application.
state
- the value to setpublic ApplicationSummary build()
public ApplicationSummary.Builder copy(ApplicationSummary model)
Copyright © 2016–2024. All rights reserved.