Class InferGatewayCallInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.InferGatewayCallInfo
-
public class InferGatewayCallInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InferGatewayCallInfo()
InferGatewayCallInfo(InferGatewayCallInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSubnetId()
Get 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。String
getVpcGrpcTlsAddr()
Get 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。String
getVpcHttpAddr()
Get 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。String
getVpcHttpsAddr()
Get 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。String
getVpcId()
Get 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。void
setSubnetId(String SubnetId)
Set 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。void
setVpcGrpcTlsAddr(String VpcGrpcTlsAddr)
Set 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。void
setVpcHttpAddr(String VpcHttpAddr)
Set 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。void
setVpcHttpsAddr(String VpcHttpsAddr)
Set 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。void
setVpcId(String VpcId)
Set 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InferGatewayCallInfo
public InferGatewayCallInfo()
-
InferGatewayCallInfo
public InferGatewayCallInfo(InferGatewayCallInfo 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.
-
-
Method Detail
-
getVpcHttpAddr
public String getVpcHttpAddr()
Get 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcHttpAddr 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcHttpAddr
public void setVpcHttpAddr(String VpcHttpAddr)
Set 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcHttpAddr
- 内网http调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcHttpsAddr
public String getVpcHttpsAddr()
Get 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcHttpsAddr 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcHttpsAddr
public void setVpcHttpsAddr(String VpcHttpsAddr)
Set 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcHttpsAddr
- 内网https调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcGrpcTlsAddr
public String getVpcGrpcTlsAddr()
Get 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcGrpcTlsAddr 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcGrpcTlsAddr
public void setVpcGrpcTlsAddr(String VpcGrpcTlsAddr)
Set 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcGrpcTlsAddr
- 内网grpc调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcId
public String getVpcId()
Get 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId
- 可访问的vpcid 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId
- 后端ip对应的子网 注意:此字段可能返回 null,表示取不到有效值。
-
-