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