public class ServiceCallInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServiceCallInfo() |
ServiceCallInfo(ServiceCallInfo 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 |
getAppKey()
Get 调用key
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAppSecret()
Get 调用secret
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getAuthorizationEnable()
Get 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInnerHttpAddr()
Get 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInnerHttpsAddr()
Get 内网https调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOuterHttpAddr()
Get 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOuterHttpsAddr()
Get 内网https调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceGroupId()
Get 服务组id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppKey(String AppKey)
Set 调用key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppSecret(String AppSecret)
Set 调用secret
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthorizationEnable(Boolean AuthorizationEnable)
Set 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInnerHttpAddr(String InnerHttpAddr)
Set 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInnerHttpsAddr(String InnerHttpsAddr)
Set 内网https调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOuterHttpAddr(String OuterHttpAddr)
Set 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOuterHttpsAddr(String OuterHttpsAddr)
Set 内网https调用地址
注意:此字段可能返回 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 ServiceCallInfo()
public ServiceCallInfo(ServiceCallInfo source)
public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 服务组id
注意:此字段可能返回 null,表示取不到有效值。public String getInnerHttpAddr()
public void setInnerHttpAddr(String InnerHttpAddr)
InnerHttpAddr
- 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。public String getInnerHttpsAddr()
public void setInnerHttpsAddr(String InnerHttpsAddr)
InnerHttpsAddr
- 内网https调用地址
注意:此字段可能返回 null,表示取不到有效值。public String getOuterHttpAddr()
public void setOuterHttpAddr(String OuterHttpAddr)
OuterHttpAddr
- 内网http调用地址
注意:此字段可能返回 null,表示取不到有效值。public String getOuterHttpsAddr()
public void setOuterHttpsAddr(String OuterHttpsAddr)
OuterHttpsAddr
- 内网https调用地址
注意:此字段可能返回 null,表示取不到有效值。public String getAppKey()
public void setAppKey(String AppKey)
AppKey
- 调用key
注意:此字段可能返回 null,表示取不到有效值。public String getAppSecret()
public void setAppSecret(String AppSecret)
AppSecret
- 调用secret
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAuthorizationEnable()
public void setAuthorizationEnable(Boolean AuthorizationEnable)
AuthorizationEnable
- 鉴权是否开启
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.