Class CreateFacePictureRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.youmall.v20180228.models.CreateFacePictureRequest
-
public class CreateFacePictureRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateFacePictureRequest()
CreateFacePictureRequest(CreateFacePictureRequest 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
getCompanyId()
Get 集团IDBoolean
getIsForceUpload()
Get 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传Long
getPersonType()
Get 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)String
getPicture()
Get 图片BASE编码String
getPictureName()
Get 图片名称Long
getShopId()
Get 店铺ID,如果不填表示操作集团身份库void
setCompanyId(String CompanyId)
Set 集团IDvoid
setIsForceUpload(Boolean IsForceUpload)
Set 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传void
setPersonType(Long PersonType)
Set 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)void
setPicture(String Picture)
Set 图片BASE编码void
setPictureName(String PictureName)
Set 图片名称void
setShopId(Long ShopId)
Set 店铺ID,如果不填表示操作集团身份库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
-
CreateFacePictureRequest
public CreateFacePictureRequest()
-
CreateFacePictureRequest
public CreateFacePictureRequest(CreateFacePictureRequest 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
-
getCompanyId
public String getCompanyId()
Get 集团ID- Returns:
- CompanyId 集团ID
-
setCompanyId
public void setCompanyId(String CompanyId)
Set 集团ID- Parameters:
CompanyId
- 集团ID
-
getPersonType
public Long getPersonType()
Get 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)- Returns:
- PersonType 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)
-
setPersonType
public void setPersonType(Long PersonType)
Set 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)- Parameters:
PersonType
- 人物类型(0表示普通顾客,1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)
-
getPicture
public String getPicture()
Get 图片BASE编码- Returns:
- Picture 图片BASE编码
-
setPicture
public void setPicture(String Picture)
Set 图片BASE编码- Parameters:
Picture
- 图片BASE编码
-
getPictureName
public String getPictureName()
Get 图片名称- Returns:
- PictureName 图片名称
-
setPictureName
public void setPictureName(String PictureName)
Set 图片名称- Parameters:
PictureName
- 图片名称
-
getShopId
public Long getShopId()
Get 店铺ID,如果不填表示操作集团身份库- Returns:
- ShopId 店铺ID,如果不填表示操作集团身份库
-
setShopId
public void setShopId(Long ShopId)
Set 店铺ID,如果不填表示操作集团身份库- Parameters:
ShopId
- 店铺ID,如果不填表示操作集团身份库
-
getIsForceUpload
public Boolean getIsForceUpload()
Get 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传- Returns:
- IsForceUpload 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传
-
setIsForceUpload
public void setIsForceUpload(Boolean IsForceUpload)
Set 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传- Parameters:
IsForceUpload
- 是否强制更新:为ture时会为用户创建一个新的指定PersonType的身份;目前这个参数已废弃,可不传
-
-