public class ProdMarkRelationVO extends AlipayObject
Constructor and Description |
---|
ProdMarkRelationVO() |
Modifier and Type | Method and Description |
---|---|
String |
getMarkCode()
Gets mark code.
|
String |
getMarkType()
Gets mark type.
|
String |
getProdCode()
Gets prod code.
|
String |
getProdVersion()
Gets prod version.
|
void |
setMarkCode(String markCode)
Sets mark code.
|
void |
setMarkType(String markType)
Sets mark type.
|
void |
setProdCode(String prodCode)
Sets prod code.
|
void |
setProdVersion(String prodVersion)
Sets prod version.
|
public String getMarkCode()
public void setMarkCode(String markCode)
markCode
- the mark codepublic String getMarkType()
public void setMarkType(String markType)
markType
- the mark typepublic String getProdCode()
public void setProdCode(String prodCode)
prodCode
- the prod codepublic String getProdVersion()
public void setProdVersion(String prodVersion)
prodVersion
- the prod versionCopyright © 2018. All rights reserved.