public class ReferralInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReferralInfo() |
ReferralInfo(ReferralInfo 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 |
---|---|
Boolean |
getHit()
Get 命中
|
String |
getTips()
Get 提示
|
void |
setHit(Boolean Hit)
Set 命中
|
void |
setTips(String Tips)
Set 提示
|
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 ReferralInfo()
public ReferralInfo(ReferralInfo source)
Copyright © 2025. All rights reserved.