public static class InsightName.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
InsightName |
build() |
String |
getInsight() |
String |
getInsightType() |
String |
getLocation() |
String |
getProject() |
InsightName.Builder |
setInsight(String insight) |
InsightName.Builder |
setInsightType(String insightType) |
InsightName.Builder |
setLocation(String location) |
InsightName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getInsightType()
public String getInsight()
public InsightName.Builder setProject(String project)
public InsightName.Builder setLocation(String location)
public InsightName.Builder setInsightType(String insightType)
public InsightName.Builder setInsight(String insight)
public InsightName build()
Copyright © 2020 Google LLC. All rights reserved.