public static class ProductName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProductName |
build() |
String |
getBranch() |
String |
getCatalog() |
String |
getLocation() |
String |
getProduct() |
String |
getProject() |
ProductName.Builder |
setBranch(String branch) |
ProductName.Builder |
setCatalog(String catalog) |
ProductName.Builder |
setLocation(String location) |
ProductName.Builder |
setProduct(String product) |
ProductName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getCatalog()
public String getBranch()
public String getProduct()
public ProductName.Builder setProject(String project)
public ProductName.Builder setLocation(String location)
public ProductName.Builder setCatalog(String catalog)
public ProductName.Builder setBranch(String branch)
public ProductName.Builder setProduct(String product)
public ProductName build()
Copyright © 2024 Google LLC. All rights reserved.