public class ConditionPayMode extends AbstractModel
Constructor and Description |
---|
ConditionPayMode() |
ConditionPayMode(ConditionPayMode 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 |
getPayMode()
Get 付费模式
|
String |
getPayModeName()
Get 付费模式名称
|
void |
setPayMode(String PayMode)
Set 付费模式
|
void |
setPayModeName(String PayModeName)
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, toJsonString
public ConditionPayMode()
public ConditionPayMode(ConditionPayMode source)
public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 付费模式public String getPayModeName()
public void setPayModeName(String PayModeName)
PayModeName
- 付费模式名称Copyright © 2021. All rights reserved.