public class TradeTwoNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TradeTwoNode()  | 
TradeTwoNode(TradeTwoNode 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 | 
getId()
Get Secondary industry id. 
 | 
String | 
getName()
Get Secondary industry name. 
 | 
String | 
getTradeInfo()
Get Industry information. 
 | 
void | 
setId(String Id)
Set Secondary industry id. 
 | 
void | 
setName(String Name)
Set Secondary industry name. 
 | 
void | 
setTradeInfo(String TradeInfo)
Set Industry information. 
 | 
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, toJsonStringpublic TradeTwoNode()
public TradeTwoNode(TradeTwoNode source)
public String getId()
public void setId(String Id)
Id - Secondary industry id.public String getName()
public void setName(String Name)
Name - Secondary industry name.public String getTradeInfo()
public void setTradeInfo(String TradeInfo)
TradeInfo - Industry information.Copyright © 2025. All rights reserved.