public final class ModuleMetadata
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 Google Play Android Developer 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ModuleMetadata() |
Modifier and Type | Method and Description |
---|---|
ModuleMetadata |
clone() |
String |
getDeliveryType()
Indicates the delivery type (e.g.
|
List<String> |
getDependencies()
Names of the modules that this module directly depends on.
|
String |
getModuleType()
Indicates the type of this feature module.
|
String |
getName()
Module name.
|
ModuleTargeting |
getTargeting()
The targeting that makes a conditional module installed.
|
ModuleMetadata |
set(String fieldName,
Object value) |
ModuleMetadata |
setDeliveryType(String deliveryType)
Indicates the delivery type (e.g.
|
ModuleMetadata |
setDependencies(List<String> dependencies)
Names of the modules that this module directly depends on.
|
ModuleMetadata |
setModuleType(String moduleType)
Indicates the type of this feature module.
|
ModuleMetadata |
setName(String name)
Module name.
|
ModuleMetadata |
setTargeting(ModuleTargeting targeting)
The targeting that makes a conditional module installed.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getDeliveryType()
null
for nonepublic ModuleMetadata setDeliveryType(String deliveryType)
deliveryType
- deliveryType or null
for nonepublic List<String> getDependencies()
null
for nonepublic ModuleMetadata setDependencies(List<String> dependencies)
dependencies
- dependencies or null
for nonepublic String getModuleType()
null
for nonepublic ModuleMetadata setModuleType(String moduleType)
moduleType
- moduleType or null
for nonepublic String getName()
null
for nonepublic ModuleMetadata setName(String name)
name
- name or null
for nonepublic ModuleTargeting getTargeting()
null
for nonepublic ModuleMetadata setTargeting(ModuleTargeting targeting)
targeting
- targeting or null
for nonepublic ModuleMetadata set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ModuleMetadata clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.