Class PTNMBlock
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.PTNMBlock
-
public class PTNMBlock extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。String
getPTNMM()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。String
getPTNMN()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。String
getPTNMT()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。String
getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。void
setPTNMM(String PTNMM)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。void
setPTNMN(String PTNMN)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。void
setPTNMT(String PTNMT)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。void
setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PTNMBlock
public PTNMBlock()
-
PTNMBlock
public PTNMBlock(PTNMBlock 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.
-
-
Method Detail
-
getName
public String getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getSrc
public String getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Src 原文 注意:此字段可能返回 null,表示取不到有效值。
-
setSrc
public void setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Src
- 原文 注意:此字段可能返回 null,表示取不到有效值。
-
getPTNMM
public String getPTNMM()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PTNMM PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
setPTNMM
public void setPTNMM(String PTNMM)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PTNMM
- PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
getPTNMN
public String getPTNMN()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PTNMN PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
setPTNMN
public void setPTNMN(String PTNMN)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PTNMN
- PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
getPTNMT
public String getPTNMT()
Get PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PTNMT PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
setPTNMT
public void setPTNMT(String PTNMT)
Set PTNM分期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PTNMT
- PTNM分期 注意:此字段可能返回 null,表示取不到有效值。
-
-