public static class ProcessName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProcessName |
build() |
String |
getLocation() |
String |
getProcess() |
String |
getProject() |
ProcessName.Builder |
setLocation(String location) |
ProcessName.Builder |
setProcess(String process) |
ProcessName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getProcess()
public ProcessName.Builder setProject(String project)
public ProcessName.Builder setLocation(String location)
public ProcessName.Builder setProcess(String process)
public ProcessName build()
Copyright © 2023 Google LLC. All rights reserved.