public class AttributeItem extends AbstractModel
Constructor and Description |
---|
AttributeItem() |
AttributeItem(AttributeItem 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 |
---|---|
Float |
getProbability()
Get Type识别概率值,【0,1】,代表判断正确的概率。
|
Long |
getType()
Get 属性值
|
void |
setProbability(Float Probability)
Set Type识别概率值,【0,1】,代表判断正确的概率。
|
void |
setType(Long Type)
Set 属性值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AttributeItem()
public AttributeItem(AttributeItem source)
public Long getType()
public void setType(Long Type)
Type
- 属性值public Float getProbability()
public void setProbability(Float Probability)
Probability
- Type识别概率值,【0,1】,代表判断正确的概率。Copyright © 2022. All rights reserved.