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 classCustomerRepricingConfigName.BuilderBuilder for accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomerRepricingConfigName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String account, String customer, String customerRepricingConfig)StringgetAccount()StringgetCustomer()StringgetCustomerRepricingConfig()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()inthashCode()static booleanisParsableFrom(String formattedString)static CustomerRepricingConfigName.BuildernewBuilder()static CustomerRepricingConfigNameof(String account, String customer, String customerRepricingConfig)static CustomerRepricingConfigNameparse(String formattedString)static List<CustomerRepricingConfigName>parseList(List<String> formattedStrings)CustomerRepricingConfigName.BuildertoBuilder()StringtoString()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:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-