Class IssueName
- java.lang.Object
-
- com.google.cloud.contactcenterinsights.v1.IssueName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class IssueName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IssueName.Builder
Builder for projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
IssueName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String issueModel, String issue)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getIssue()
String
getIssueModel()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static IssueName.Builder
newBuilder()
static IssueName
of(String project, String location, String issueModel, String issue)
static IssueName
parse(String formattedString)
static List<IssueName>
parseList(List<String> formattedStrings)
IssueName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<IssueName> values)
-
-
-
Constructor Detail
-
IssueName
@Deprecated protected IssueName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getIssueModel
public String getIssueModel()
-
getIssue
public String getIssue()
-
newBuilder
public static IssueName.Builder newBuilder()
-
toBuilder
public IssueName.Builder toBuilder()
-
format
public static String format(String project, String location, String issueModel, String issue)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-