public class SecurityTemplateBinding extends AbstractModel
header, skipSign
Constructor and Description |
---|
SecurityTemplateBinding() |
SecurityTemplateBinding(SecurityTemplateBinding 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 |
getTemplateId()
Get template ID
|
TemplateScope[] |
getTemplateScope()
Get Binding status of the template.
|
void |
setTemplateId(String TemplateId)
Set template ID
|
void |
setTemplateScope(TemplateScope[] TemplateScope)
Set Binding status of the template.
|
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 SecurityTemplateBinding()
public SecurityTemplateBinding(SecurityTemplateBinding source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- template IDpublic TemplateScope[] getTemplateScope()
public void setTemplateScope(TemplateScope[] TemplateScope)
TemplateScope
- Binding status of the template.Copyright © 2024. All rights reserved.