public class ApiParameterType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ApiParameterType() |
ApiParameterType(ApiParameterType 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 |
|---|---|
Long |
getIsAuth()
Get 是否鉴权,1表示是,0表示否
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsPan()
Get 是否需要泛化 ,0表示不需要,1表示需要
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getLabel()
Get 数据标签(敏感字段)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocation()
Get 参数位置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParameterName()
Get 参数名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSource()
Get 来源是请求或者响应
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimestamp()
Get 时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 参数类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsAuth(Long IsAuth)
Set 是否鉴权,1表示是,0表示否
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsPan(Long IsPan)
Set 是否需要泛化 ,0表示不需要,1表示需要
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String[] Label)
Set 数据标签(敏感字段)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(String Location)
Set 参数位置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParameterName(String ParameterName)
Set 参数名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(String Source)
Set 来源是请求或者响应
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimestamp(Long Timestamp)
Set 时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 参数类型
注意:此字段可能返回 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, toJsonStringpublic ApiParameterType()
public ApiParameterType(ApiParameterType source)
public String getParameterName()
public void setParameterName(String ParameterName)
ParameterName - 参数名称
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type - 参数类型
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location - 参数位置
注意:此字段可能返回 null,表示取不到有效值。public String[] getLabel()
public void setLabel(String[] Label)
Label - 数据标签(敏感字段)
注意:此字段可能返回 null,表示取不到有效值。public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark - 备注信息
注意:此字段可能返回 null,表示取不到有效值。public String getSource()
public void setSource(String Source)
Source - 来源是请求或者响应
注意:此字段可能返回 null,表示取不到有效值。public Long getIsPan()
public void setIsPan(Long IsPan)
IsPan - 是否需要泛化 ,0表示不需要,1表示需要
注意:此字段可能返回 null,表示取不到有效值。public Long getIsAuth()
public void setIsAuth(Long IsAuth)
IsAuth - 是否鉴权,1表示是,0表示否
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.