Class ReqMetadata
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.icr.v20211014.models.ReqMetadata
-
public class ReqMetadata extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReqMetadata()
ReqMetadata(ReqMetadata 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppKey()
Get 无String
getBusinessName()
Get 无String
getChannelID()
Get 渠道String
getGUID()
Get 无ReqMetadataLBS
getLBS()
Get 位置定位服务ReqMetadataVagrant[]
getVagrants()
Get 透传字段void
setAppKey(String AppKey)
Set 无void
setBusinessName(String BusinessName)
Set 无void
setChannelID(String ChannelID)
Set 渠道void
setGUID(String GUID)
Set 无void
setLBS(ReqMetadataLBS LBS)
Set 位置定位服务void
setVagrants(ReqMetadataVagrant[] Vagrants)
Set 透传字段void
toMap(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
-
ReqMetadata
public ReqMetadata()
-
ReqMetadata
public ReqMetadata(ReqMetadata 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
-
getChannelID
public String getChannelID()
Get 渠道- Returns:
- ChannelID 渠道
-
setChannelID
public void setChannelID(String ChannelID)
Set 渠道- Parameters:
ChannelID
- 渠道
-
getBusinessName
public String getBusinessName()
Get 无- Returns:
- BusinessName 无
-
setBusinessName
public void setBusinessName(String BusinessName)
Set 无- Parameters:
BusinessName
- 无
-
getGUID
public String getGUID()
Get 无- Returns:
- GUID 无
-
setGUID
public void setGUID(String GUID)
Set 无- Parameters:
GUID
- 无
-
getAppKey
public String getAppKey()
Get 无- Returns:
- AppKey 无
-
setAppKey
public void setAppKey(String AppKey)
Set 无- Parameters:
AppKey
- 无
-
getLBS
public ReqMetadataLBS getLBS()
Get 位置定位服务- Returns:
- LBS 位置定位服务
-
setLBS
public void setLBS(ReqMetadataLBS LBS)
Set 位置定位服务- Parameters:
LBS
- 位置定位服务
-
getVagrants
public ReqMetadataVagrant[] getVagrants()
Get 透传字段- Returns:
- Vagrants 透传字段
-
setVagrants
public void setVagrants(ReqMetadataVagrant[] Vagrants)
Set 透传字段- Parameters:
Vagrants
- 透传字段
-
-