Package com.google.cloud.channel.v1
Class CustomerRepricingConfigName
- java.lang.Object
-
- com.google.cloud.channel.v1.CustomerRepricingConfigName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CustomerRepricingConfigName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomerRepricingConfigName.Builder
Builder for accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CustomerRepricingConfigName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String account, String customer, String customerRepricingConfig)
String
getAccount()
String
getCustomer()
String
getCustomerRepricingConfig()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static CustomerRepricingConfigName.Builder
newBuilder()
static CustomerRepricingConfigName
of(String account, String customer, String customerRepricingConfig)
static CustomerRepricingConfigName
parse(String formattedString)
static List<CustomerRepricingConfigName>
parseList(List<String> formattedStrings)
CustomerRepricingConfigName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<CustomerRepricingConfigName> values)
-
-
-
Constructor Detail
-
CustomerRepricingConfigName
@Deprecated protected CustomerRepricingConfigName()
Deprecated.
-
-
Method Detail
-
getAccount
public String getAccount()
-
getCustomer
public String getCustomer()
-
getCustomerRepricingConfig
public String getCustomerRepricingConfig()
-
newBuilder
public static CustomerRepricingConfigName.Builder newBuilder()
-
toBuilder
public CustomerRepricingConfigName.Builder toBuilder()
-
of
public static CustomerRepricingConfigName of(String account, String customer, String customerRepricingConfig)
-
format
public static String format(String account, String customer, String customerRepricingConfig)
-
parse
public static CustomerRepricingConfigName parse(String formattedString)
-
parseList
public static List<CustomerRepricingConfigName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CustomerRepricingConfigName> values)
-
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
-
-