public final class StartActivityIntent
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Testing API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
StartActivityIntent() |
Modifier and Type | Method and Description |
---|---|
StartActivityIntent |
clone() |
java.lang.String |
getAction()
Action name.
|
java.util.List<java.lang.String> |
getCategories()
Intent categories to set on the intent.
|
java.lang.String |
getUri()
URI for the action.
|
StartActivityIntent |
set(java.lang.String fieldName,
java.lang.Object value) |
StartActivityIntent |
setAction(java.lang.String action)
Action name.
|
StartActivityIntent |
setCategories(java.util.List<java.lang.String> categories)
Intent categories to set on the intent.
|
StartActivityIntent |
setUri(java.lang.String uri)
URI for the action.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getAction()
null
for nonepublic StartActivityIntent setAction(java.lang.String action)
action
- action or null
for nonepublic java.util.List<java.lang.String> getCategories()
null
for nonepublic StartActivityIntent setCategories(java.util.List<java.lang.String> categories)
categories
- categories or null
for nonepublic java.lang.String getUri()
null
for nonepublic StartActivityIntent setUri(java.lang.String uri)
uri
- uri or null
for nonepublic StartActivityIntent set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public StartActivityIntent clone()
clone
in class com.google.api.client.json.GenericJson