public static class ReportConfigName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ReportConfigName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getReportConfig() |
ReportConfigName.Builder |
setLocation(String location) |
ReportConfigName.Builder |
setProject(String project) |
ReportConfigName.Builder |
setReportConfig(String reportConfig) |
public String getProject()
public String getLocation()
public String getReportConfig()
public ReportConfigName.Builder setProject(String project)
public ReportConfigName.Builder setLocation(String location)
public ReportConfigName.Builder setReportConfig(String reportConfig)
public ReportConfigName build()
Copyright © 2024 Google LLC. All rights reserved.