public class ModifyModelServiceAuthorizationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyModelServiceAuthorizationRequest() |
ModifyModelServiceAuthorizationRequest(ModifyModelServiceAuthorizationRequest 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 |
---|---|
Boolean |
getAuthorizationEnable()
Get 是否开启鉴权,true表示开启
|
String |
getServiceGroupId()
Get 服务组Id
|
void |
setAuthorizationEnable(Boolean AuthorizationEnable)
Set 是否开启鉴权,true表示开启
|
void |
setServiceGroupId(String ServiceGroupId)
Set 服务组Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyModelServiceAuthorizationRequest()
public ModifyModelServiceAuthorizationRequest(ModifyModelServiceAuthorizationRequest source)
public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 服务组Idpublic Boolean getAuthorizationEnable()
public void setAuthorizationEnable(Boolean AuthorizationEnable)
AuthorizationEnable
- 是否开启鉴权,true表示开启Copyright © 2025. All rights reserved.