Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchName |
build() |
String |
getBatch() |
String |
getLocation() |
String |
getProject() |
BatchName.Builder |
setBatch(String batch) |
BatchName.Builder |
setLocation(String location) |
BatchName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getBatch()
public BatchName.Builder setProject(String project)
public BatchName.Builder setLocation(String location)
public BatchName.Builder setBatch(String batch)
public BatchName build()
Copyright © 2022 Google LLC. All rights reserved.