Class Station
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.Station
-
public class Station 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 StringgetCategoryCode()Get Station MCCode 注意:此字段可能返回 null,表示取不到有效值。StringgetCategoryID()Get StationIDImagePath[]getImagePathMap()Get station图片集合 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get Category Name 注意:此字段可能返回 null,表示取不到有效值。LonggetRank()Get Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。voidsetCategoryCode(String CategoryCode)Set Station MCCode 注意:此字段可能返回 null,表示取不到有效值。voidsetCategoryID(String CategoryID)Set StationIDvoidsetImagePathMap(ImagePath[] ImagePathMap)Set station图片集合 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set Category Name 注意:此字段可能返回 null,表示取不到有效值。voidsetRank(Long Rank)Set Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
Station
public Station()
-
Station
public 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.
-
-
Method Detail
-
getCategoryID
public String getCategoryID()
Get StationID- Returns:
- CategoryID StationID
-
setCategoryID
public void setCategoryID(String CategoryID)
Set StationID- Parameters:
CategoryID- StationID
-
getCategoryCode
public String getCategoryCode()
Get Station MCCode 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CategoryCode Station MCCode 注意:此字段可能返回 null,表示取不到有效值。
-
setCategoryCode
public void setCategoryCode(String CategoryCode)
Set Station MCCode 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CategoryCode- Station MCCode 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get Category Name 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name Category Name 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set Category Name 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- Category Name 注意:此字段可能返回 null,表示取不到有效值。
-
getRank
public Long getRank()
Get Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Rank Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。
-
setRank
public void setRank(Long Rank)
Set Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Rank- Station的排序值,供参考(返回结果已按其升序) 注意:此字段可能返回 null,表示取不到有效值。
-
getImagePathMap
public ImagePath[] getImagePathMap()
Get station图片集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ImagePathMap station图片集合 注意:此字段可能返回 null,表示取不到有效值。
-
setImagePathMap
public void setImagePathMap(ImagePath[] ImagePathMap)
Set station图片集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ImagePathMap- station图片集合 注意:此字段可能返回 null,表示取不到有效值。
-
-