Class KeyEventName (0.105.0)

public class KeyEventName implements ResourceName

Inheritance

java.lang.Object > KeyEventName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String keyEvent)

public static String format(String property, String keyEvent)
Parameters
Name Description
property String
keyEvent 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 KeyEventName.Builder newBuilder()
Returns
Type Description
KeyEventName.Builder

of(String property, String keyEvent)

public static KeyEventName of(String property, String keyEvent)
Parameters
Name Description
property String
keyEvent String
Returns
Type Description
KeyEventName

parse(String formattedString)

public static @Nullable KeyEventName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.analytics.admin.v1beta.KeyEventName

parseList(List<String> formattedStrings)

public static List<KeyEventName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<KeyEventName>

toStringList(List<@Nullable KeyEventName> values)

public static List<String> toStringList(List<@Nullable KeyEventName> values)
Parameter
Name Description
values List<@org.jspecify.annotations.Nullable com.google.analytics.admin.v1beta.KeyEventName>
Returns
Type Description
List<String>

Constructors

KeyEventName() (deprecated)

protected KeyEventName()

Methods

equals(@Nullable Object o)

public boolean equals(@Nullable Object o)
Parameter
Name Description
o @org.jspecify.annotations.Nullable java.lang.Object
Returns
Type Description
boolean
Overrides

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>

getKeyEvent()

public String getKeyEvent()
Returns
Type Description
String

getProperty()

public String getProperty()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public KeyEventName.Builder toBuilder()
Returns
Type Description
KeyEventName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides