Class AIModelApplication
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.AIModelApplication
-
public class AIModelApplication extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AIModelApplication()AIModelApplication(AIModelApplication 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 StringgetProductId()Get 产品IDStringgetProductName()Get 产品名称LonggetStatus()Get 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过voidsetProductId(String ProductId)Set 产品IDvoidsetProductName(String ProductName)Set 产品名称voidsetStatus(Long Status)Set 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过voidtoMap(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
-
AIModelApplication
public AIModelApplication()
-
AIModelApplication
public AIModelApplication(AIModelApplication 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getProductName
public String getProductName()
Get 产品名称- Returns:
- ProductName 产品名称
-
setProductName
public void setProductName(String ProductName)
Set 产品名称- Parameters:
ProductName- 产品名称
-
getStatus
public Long getStatus()
Get 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过- Returns:
- Status 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
-
setStatus
public void setStatus(Long Status)
Set 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过- Parameters:
Status- 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
-
-