java.lang.Object
com.gradle.scan.eventmodel.maven.servercallback.MvnEdge_1_0

@MavenExtensionVersion(since="2.0") public class MvnEdge_1_0 extends Object
  • Field Details

    • id

      public final String id
      The unique identifier associated with the Edge.
    • publicAddress

      public final String publicAddress
      The public address (URL) of the Edge.
    • locationName

      public final String locationName
      The name of the location where the Edge is deployed.
  • Constructor Details

    • MvnEdge_1_0

      public MvnEdge_1_0(String id, String publicAddress, String locationName)
  • Method Details