public class Station extends AbstractModel
header, skipSign
Constructor and Description |
---|
Station() |
Station(Station 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 |
getCategoryCode()
Get Station MCCode
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCategoryID()
Get StationID
|
ImagePath[] |
getImagePathMap()
Get station图片集合
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get Category Name
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRank()
Get Station的排序值,供参考(返回结果已按其升序)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCategoryCode(String CategoryCode)
Set Station MCCode
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCategoryID(String CategoryID)
Set StationID
|
void |
setImagePathMap(ImagePath[] ImagePathMap)
Set station图片集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set Category Name
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRank(Long Rank)
Set Station的排序值,供参考(返回结果已按其升序)
注意:此字段可能返回 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 Station()
public Station(Station source)
public String getCategoryID()
public void setCategoryID(String CategoryID)
CategoryID
- StationIDpublic String getCategoryCode()
public void setCategoryCode(String CategoryCode)
CategoryCode
- Station MCCode
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- Category Name
注意:此字段可能返回 null,表示取不到有效值。public Long getRank()
public void setRank(Long Rank)
Rank
- Station的排序值,供参考(返回结果已按其升序)
注意:此字段可能返回 null,表示取不到有效值。public ImagePath[] getImagePathMap()
public void setImagePathMap(ImagePath[] ImagePathMap)
ImagePathMap
- station图片集合
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.