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,表示取不到有效值。 | 
| AuthToken[] | getAuthTokens()Get LLM token 列表 | 
| Boolean | getEnableLimit()Get 是否开启限流 | 
| String | getGrpcHost()Get 访问grpc时需携带的虚拟Host | 
| 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 | setAuthTokens(AuthToken[] AuthTokens)Set LLM token 列表 | 
| void | setEnableLimit(Boolean EnableLimit)Set 是否开启限流 | 
| void | setGrpcHost(String GrpcHost)Set 访问grpc时需携带的虚拟Host | 
| 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, toJsonStringpublic 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,表示取不到有效值。public AuthToken[] getAuthTokens()
public void setAuthTokens(AuthToken[] AuthTokens)
AuthTokens - LLM token 列表public Boolean getEnableLimit()
public void setEnableLimit(Boolean EnableLimit)
EnableLimit - 是否开启限流public String getGrpcHost()
public void setGrpcHost(String GrpcHost)
GrpcHost - 访问grpc时需携带的虚拟HostCopyright © 2025. All rights reserved.