Class ErrorGroupName.Builder (0.124.3-beta)

public static class ErrorGroupName.Builder

Builder for projects/{project}/groups/{group}.

Inheritance

java.lang.Object > ErrorGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ErrorGroupName build()
Returns
TypeDescription
ErrorGroupName

getGroup()

public String getGroup()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setGroup(String group)

public ErrorGroupName.Builder setGroup(String group)
Parameter
NameDescription
groupString
Returns
TypeDescription
ErrorGroupName.Builder

setProject(String project)

public ErrorGroupName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
ErrorGroupName.Builder