public class CodePart extends AbstractModel
header, skipSign
Constructor and Description |
---|
CodePart() |
CodePart(CodePart 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 |
getExt()
Get 扩展字段
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLength()
Get 码段长度
|
String |
getName()
Get 码段名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 码段类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 码段内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExt(String Ext)
Set 扩展字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLength(Long Length)
Set 码段长度
|
void |
setName(String Name)
Set 码段名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 码段类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 码段内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CodePart()
public CodePart(CodePart source)
public String getName()
public void setName(String Name)
Name
- 码段名称
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 码段类型
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 码段内容
注意:此字段可能返回 null,表示取不到有效值。public Long getLength()
public void setLength(Long Length)
Length
- 码段长度public String getExt()
public void setExt(String Ext)
Ext
- 扩展字段
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.