public final class ConfigFile extends 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 Service Management API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConfigFile() |
| Modifier and Type | Method and Description |
|---|---|
ConfigFile |
clone() |
byte[] |
decodeFileContents()
The bytes that constitute the file.
|
ConfigFile |
encodeFileContents(byte[] fileContents)
The bytes that constitute the file.
|
String |
getFileContents()
The bytes that constitute the file.
|
String |
getFilePath()
The file name of the configuration file (full or relative path).
|
String |
getFileType()
The type of configuration file this represents.
|
ConfigFile |
set(String fieldName,
Object value) |
ConfigFile |
setFileContents(String fileContents)
The bytes that constitute the file.
|
ConfigFile |
setFilePath(String filePath)
The file name of the configuration file (full or relative path).
|
ConfigFile |
setFileType(String fileType)
The type of configuration file this represents.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFileContents()
null for nonedecodeFileContents()public byte[] decodeFileContents()
null for nonegetFileContents()public ConfigFile setFileContents(String fileContents)
fileContents - fileContents or null for none#encodeFileContents()public ConfigFile encodeFileContents(byte[] fileContents)
The value is encoded Base64 or {@code null} for none.
public String getFilePath()
null for nonepublic ConfigFile setFilePath(String filePath)
filePath - filePath or null for nonepublic String getFileType()
null for nonepublic ConfigFile setFileType(String fileType)
fileType - fileType or null for nonepublic ConfigFile set(String fieldName, Object value)
set in class GenericJsonpublic ConfigFile clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.