@Generated(value="by GAPIC protoc plugin") public class FolderLogName extends LogName
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderLogName.Builder
Builder for FolderLogName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String folder,
String log) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getFolder() |
String |
getLog() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static FolderLogName.Builder |
newBuilder() |
static FolderLogName |
of(String folder,
String log) |
static FolderLogName |
parse(String formattedString) |
static List<FolderLogName> |
parseList(List<String> formattedStrings) |
FolderLogName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<FolderLogName> values) |
public String getFolder()
public String getLog()
public static FolderLogName.Builder newBuilder()
public FolderLogName.Builder toBuilder()
public static FolderLogName of(String folder, String log)
public static FolderLogName parse(String formattedString)
public static List<FolderLogName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FolderLogName> values)
public static boolean isParsableFrom(String formattedString)
Copyright © 2020 Google LLC. All rights reserved.