public class ResourcePackage extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourcePackage() |
ResourcePackage(ResourcePackage 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 |
getPackageId()
Get The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPackageType()
Get Resource pack type.
|
void |
setPackageId(String PackageId)
Set The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPackageType(String PackageType)
Set Resource pack type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourcePackage()
public ResourcePackage(ResourcePackage source)
public String getPackageId()
public void setPackageId(String PackageId)
PackageId
- The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.public String getPackageType()
public void setPackageType(String PackageType)
PackageType
- Resource pack type. Valid values: `CCU` (compute resource pack), `DISK` (storage resource pack). Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.