public static class VersionName.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
VersionName |
build() |
String |
getProject() |
String |
getVersion() |
VersionName.Builder |
setProject(String project) |
VersionName.Builder |
setVersion(String version) |
public String getProject()
public String getVersion()
public VersionName.Builder setProject(String project)
public VersionName.Builder setVersion(String version)
public VersionName build()
Copyright © 2022 Google LLC. All rights reserved.