public class MediaMiniProgramReviewElem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaMiniProgramReviewElem() |
MediaMiniProgramReviewElem(MediaMiniProgramReviewElem 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 |
getConfidence()
Get Confidence of audit result between 0 and 100.
|
String |
getSuggestion()
Get Audit suggestion.
|
String |
getType()
Get Audit type.
|
void |
setConfidence(Float Confidence)
Set Confidence of audit result between 0 and 100.
|
void |
setSuggestion(String Suggestion)
Set Audit suggestion.
|
void |
setType(String Type)
Set Audit type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaMiniProgramReviewElem()
public MediaMiniProgramReviewElem(MediaMiniProgramReviewElem source)
public String getType()
public void setType(String Type)
Type
- Audit type.
public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Audit suggestion.
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence of audit result between 0 and 100.Copyright © 2024. All rights reserved.