public class ServiceCallInfoV2 extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServiceCallInfoV2() |
ServiceCallInfoV2(ServiceCallInfoV2 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 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAuthToken()
Get 鉴权token,仅当AuthorizationEnable为true时有效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInternetEndpoint()
Get 服务的公网调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceGroupId()
Get 服务组id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthorizationEnable(Boolean AuthorizationEnable)
Set 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthToken(String AuthToken)
Set 鉴权token,仅当AuthorizationEnable为true时有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInternetEndpoint(String InternetEndpoint)
Set 服务的公网调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceGroupId(String ServiceGroupId)
Set 服务组id
注意:此字段可能返回 null,表示取不到有效值。
|
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 ServiceCallInfoV2()
public ServiceCallInfoV2(ServiceCallInfoV2 source)
public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 服务组id
注意:此字段可能返回 null,表示取不到有效值。public String getInternetEndpoint()
public void setInternetEndpoint(String InternetEndpoint)
InternetEndpoint
- 服务的公网调用地址
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAuthorizationEnable()
public void setAuthorizationEnable(Boolean AuthorizationEnable)
AuthorizationEnable
- 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。public String getAuthToken()
public void setAuthToken(String AuthToken)
AuthToken
- 鉴权token,仅当AuthorizationEnable为true时有效
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.