public class DataDim extends AlipayObject
Constructor and Description |
---|
DataDim() |
Modifier and Type | Method and Description |
---|---|
String |
getDimName()
Gets dim name.
|
String |
getDimType()
Gets dim type.
|
String |
getDimValue()
Gets dim value.
|
void |
setDimName(String dimName)
Sets dim name.
|
void |
setDimType(String dimType)
Sets dim type.
|
void |
setDimValue(String dimValue)
Sets dim value.
|
public String getDimName()
public void setDimName(String dimName)
dimName
- the dim namepublic String getDimType()
public void setDimType(String dimType)
dimType
- the dim typepublic String getDimValue()
public void setDimValue(String dimValue)
dimValue
- the dim valueCopyright © 2018. All rights reserved.