public class NFOption extends AbstractModel
header, skipSign
Constructor and Description |
---|
NFOption() |
NFOption(NFOption 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 |
getConfig()
Get Config。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProfile()
Get Profile。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getReport()
Get Report。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getResume()
Get Resume。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfig(String Config)
Set Config。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProfile(String Profile)
Set Profile。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReport(Boolean Report)
Set Report。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResume(Boolean Resume)
Set Resume。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NFOption()
public NFOption(NFOption source)
public String getConfig()
public void setConfig(String Config)
Config
- Config。
注意:此字段可能返回 null,表示取不到有效值。public String getProfile()
public void setProfile(String Profile)
Profile
- Profile。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getReport()
public void setReport(Boolean Report)
Report
- Report。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getResume()
public void setResume(Boolean Resume)
Resume
- Resume。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.