public class OriginAuthentication extends AbstractModel
Constructor and Description |
---|
OriginAuthentication() |
Modifier and Type | Method and Description |
---|---|
String |
getSwitch()
Get 鉴权开关,on或off
注意:此字段可能返回 null,表示取不到有效值。
|
OriginAuthenticationTypeA |
getTypeA()
Get 鉴权类型A配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set 鉴权开关,on或off
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeA(OriginAuthenticationTypeA TypeA)
Set 鉴权类型A配置
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getSwitch()
public void setSwitch(String Switch)
Switch
- 鉴权开关,on或off
注意:此字段可能返回 null,表示取不到有效值。public OriginAuthenticationTypeA getTypeA()
public void setTypeA(OriginAuthenticationTypeA TypeA)
TypeA
- 鉴权类型A配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.