public class UsageDetails extends AbstractModel
| Constructor and Description | 
|---|
UsageDetails()  | 
UsageDetails(UsageDetails source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getProductName()
Get The name of the product. 
 | 
String | 
getSubProductName()
Get 
 | 
void | 
setProductName(String ProductName)
Set The name of the product. 
 | 
void | 
setSubProductName(String SubProductName)
Set 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UsageDetails()
public UsageDetails(UsageDetails source)
public String getProductName()
public void setProductName(String ProductName)
ProductName - The name of the product.
Note: This field may return `null`, indicating that no valid value was found.public String getSubProductName()
public void setSubProductName(String SubProductName)
SubProductName - Copyright © 2023. All rights reserved.