public static class ControlName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ControlName |
build() |
String |
getControl() |
String |
getDataStore() |
String |
getLocation() |
String |
getProject() |
ControlName.Builder |
setControl(String control) |
ControlName.Builder |
setDataStore(String dataStore) |
ControlName.Builder |
setLocation(String location) |
ControlName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getDataStore()
public String getControl()
public ControlName.Builder setProject(String project)
public ControlName.Builder setLocation(String location)
public ControlName.Builder setDataStore(String dataStore)
public ControlName.Builder setControl(String control)
public ControlName build()
Copyright © 2024 Google LLC. All rights reserved.