Class MetaData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.facefusion.v20220927.models.MetaData
-
public class MetaData 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 StringgetMetaKey()Get MetaData的KeyStringgetMetaValue()Get MetaData的ValuevoidsetMetaKey(String MetaKey)Set MetaData的KeyvoidsetMetaValue(String MetaValue)Set MetaData的ValuevoidtoMap(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
-
MetaData
public MetaData()
-
MetaData
public MetaData(MetaData 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
-
getMetaKey
public String getMetaKey()
Get MetaData的Key- Returns:
- MetaKey MetaData的Key
-
setMetaKey
public void setMetaKey(String MetaKey)
Set MetaData的Key- Parameters:
MetaKey- MetaData的Key
-
getMetaValue
public String getMetaValue()
Get MetaData的Value- Returns:
- MetaValue MetaData的Value
-
setMetaValue
public void setMetaValue(String MetaValue)
Set MetaData的Value- Parameters:
MetaValue- MetaData的Value
-
-