public class AlipayAccountExratePricingNotifyModel extends AlipayObject
Constructor and Description |
---|
AlipayAccountExratePricingNotifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
Gets client id.
|
String |
getInst()
Gets inst.
|
List<PricingVO> |
getPricingList()
Gets pricing list.
|
String |
getSegmentId()
Gets segment id.
|
String |
getTimeZone()
Gets time zone.
|
void |
setClientId(String clientId)
Sets client id.
|
void |
setInst(String inst)
Sets inst.
|
void |
setPricingList(List<PricingVO> pricingList)
Sets pricing list.
|
void |
setSegmentId(String segmentId)
Sets segment id.
|
void |
setTimeZone(String timeZone)
Sets time zone.
|
public AlipayAccountExratePricingNotifyModel()
public String getClientId()
public void setClientId(String clientId)
clientId
- the client idpublic String getInst()
public void setInst(String inst)
inst
- the instpublic void setPricingList(List<PricingVO> pricingList)
pricingList
- the pricing listpublic String getSegmentId()
public void setSegmentId(String segmentId)
segmentId
- the segment idpublic String getTimeZone()
public void setTimeZone(String timeZone)
timeZone
- the time zoneCopyright © 2018. All rights reserved.