public class ImagePath extends AbstractModel
构造器和说明 |
---|
ImagePath() |
限定符和类型 | 方法和说明 |
---|---|
String |
getKey()
获取station图片大小及类别
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
获取station图片地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
设置station图片大小及类别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
设置station图片地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getKey()
public void setKey(String Key)
Key
- station图片大小及类别
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- station图片地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.