public class TrialName implements ResourceNameImplements
com.google.api.resourcenames.ResourceNameStatic Methods
format(String project, String location, String study, String trial)
public static String format(String project, String location, String study, String trial)| Parameters | |
|---|---|
| Name | Description |
project |
String |
location |
String |
study |
String |
trial |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)| Parameter | |
|---|---|
| Name | Description |
formattedString |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilder()
public static TrialName.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TrialName.Builder |
|
of(String project, String location, String study, String trial)
public static TrialName of(String project, String location, String study, String trial)| Parameters | |
|---|---|
| Name | Description |
project |
String |
location |
String |
study |
String |
trial |
String |
| Returns | |
|---|---|
| Type | Description |
TrialName |
|
parse(String formattedString)
public static TrialName parse(String formattedString)| Parameter | |
|---|---|
| Name | Description |
formattedString |
String |
| Returns | |
|---|---|
| Type | Description |
TrialName |
|
parseList(List<String> formattedStrings)
public static List<TrialName> parseList(List<String> formattedStrings)| Parameter | |
|---|---|
| Name | Description |
formattedStrings |
List<String> |
| Returns | |
|---|---|
| Type | Description |
List<TrialName> |
|
toStringList(List<TrialName> values)
public static List<String> toStringList(List<TrialName> values)| Parameter | |
|---|---|
| Name | Description |
values |
List<TrialName> |
| Returns | |
|---|---|
| Type | Description |
List<String> |
|
Constructors
TrialName()
protected TrialName()Methods
equals(Object o)
public boolean equals(Object o)| Parameter | |
|---|---|
| Name | Description |
o |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)| Parameter | |
|---|---|
| Name | Description |
fieldName |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLocation()
public String getLocation()| Returns | |
|---|---|
| Type | Description |
String |
|
getProject()
public String getProject()| Returns | |
|---|---|
| Type | Description |
String |
|
getStudy()
public String getStudy()| Returns | |
|---|---|
| Type | Description |
String |
|
getTrial()
public String getTrial()| Returns | |
|---|---|
| Type | Description |
String |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
toBuilder()
public TrialName.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TrialName.Builder |
|
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|