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