public class CreateReviewTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateReviewTemplateRequest() |
CreateReviewTemplateRequest(CreateReviewTemplateRequest 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 |
---|---|
String |
getComment()
Get
|
String[] |
getLabels()
Get The violation labels to use.
|
String |
getName()
Get
|
String |
getSubAppId()
Get
|
void |
setComment(String Comment)
Set
|
void |
setLabels(String[] Labels)
Set The violation labels to use.
|
void |
setName(String Name)
Set
|
void |
setSubAppId(String SubAppId)
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 CreateReviewTemplateRequest()
public CreateReviewTemplateRequest(CreateReviewTemplateRequest source)
public String[] getLabels()
public void setLabels(String[] Labels)
Labels
- The violation labels to use. Valid values: public String getSubAppId()
public void setSubAppId(String SubAppId)
SubAppId
- public String getName()
public void setName(String Name)
Name
- public String getComment()
public void setComment(String Comment)
Comment
- Copyright © 2023. All rights reserved.