public class ConversionSourceName implements ResourceNameImplements
com.google.api.resourcenames.ResourceNameStatic Methods
format(String account, String conversionSource)
public static String format(String account, String conversionSource)| Parameters | |
|---|---|
| Name | Description |
account |
String |
conversionSource |
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 ConversionSourceName.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ConversionSourceName.Builder |
|
of(String account, String conversionSource)
public static ConversionSourceName of(String account, String conversionSource)| Parameters | |
|---|---|
| Name | Description |
account |
String |
conversionSource |
String |
| Returns | |
|---|---|
| Type | Description |
ConversionSourceName |
|
parse(String formattedString)
public static ConversionSourceName parse(String formattedString)| Parameter | |
|---|---|
| Name | Description |
formattedString |
String |
| Returns | |
|---|---|
| Type | Description |
ConversionSourceName |
|
parseList(List<String> formattedStrings)
public static List<ConversionSourceName> parseList(List<String> formattedStrings)| Parameter | |
|---|---|
| Name | Description |
formattedStrings |
List<String> |
| Returns | |
|---|---|
| Type | Description |
List<ConversionSourceName> |
|
toStringList(List<ConversionSourceName> values)
public static List<String> toStringList(List<ConversionSourceName> values)| Parameter | |
|---|---|
| Name | Description |
values |
List<ConversionSourceName> |
| Returns | |
|---|---|
| Type | Description |
List<String> |
|
Constructors
ConversionSourceName() (deprecated)
protected ConversionSourceName()Methods
equals(Object o)
public boolean equals(Object o)| Parameter | |
|---|---|
| Name | Description |
o |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAccount()
public String getAccount()| Returns | |
|---|---|
| Type | Description |
String |
|
getConversionSource()
public String getConversionSource()| Returns | |
|---|---|
| Type | Description |
String |
|
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> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
toBuilder()
public ConversionSourceName.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ConversionSourceName.Builder |
|
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|