public static class LocationName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LocationName |
build() |
String |
getLocation() |
String |
getOrganization() |
LocationName.Builder |
setLocation(String location) |
LocationName.Builder |
setOrganization(String organization) |
public String getOrganization()
public String getLocation()
public LocationName.Builder setOrganization(String organization)
public LocationName.Builder setLocation(String location)
public LocationName build()
Copyright © 2023 Google LLC. All rights reserved.