Class EdsServiceEndpoint
- java.lang.Object
-
- com.verizon.mec.edsclientsdk.data.EdsServiceEndpoint
-
public class EdsServiceEndpoint extends java.lang.Object
Data container call for MEC/EDS Service Endpoint requests For details, see MEC 5G Edge Discovery get-service-endpoint documentation
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
applicationId
The assigned name of the application hosted that will be using the service endpoint.java.lang.String
applicationServerProviderId
The ID of the Cloud Service Provider (CSP) hosting the application.java.lang.String
ern
An Edge Resource Name.java.lang.String
serviceDescription
Details about the service parameters supported by the service endpoint (i.e.EdsServiceEndpointDetail
serviceEndpoint
Service Endpoint Details
-
Constructor Summary
Constructors Constructor Description EdsServiceEndpoint(java.lang.String ern, EdsServiceEndpointDetail endpointDetails, java.lang.String appServerProviderId, java.lang.String appId, java.lang.String svcDesc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
For debugging / development.
-
-
-
Field Detail
-
ern
public final java.lang.String ern
An Edge Resource Name.This is the identifier for an Edge Resource to use as a connection.
-
serviceEndpoint
public final EdsServiceEndpointDetail serviceEndpoint
Service Endpoint Details
-
applicationServerProviderId
public final java.lang.String applicationServerProviderId
The ID of the Cloud Service Provider (CSP) hosting the application.Currently the only accepted value is "AWS".
-
applicationId
public final java.lang.String applicationId
The assigned name of the application hosted that will be using the service endpoint.
-
serviceDescription
public final java.lang.String serviceDescription
Details about the service parameters supported by the service endpoint (i.e. latency).
-
-
Constructor Detail
-
EdsServiceEndpoint
public EdsServiceEndpoint(java.lang.String ern, EdsServiceEndpointDetail endpointDetails, java.lang.String appServerProviderId, java.lang.String appId, java.lang.String svcDesc)
-
-