Class ReportingApiEndpoint


  • @Beta
    public class ReportingApiEndpoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportingApiEndpoint​(java.lang.String url, java.lang.String groupName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroupName()
      Name of the endpoint group.
      java.lang.String getUrl()
      The URL of the endpoint to which reports may be delivered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportingApiEndpoint

        public ReportingApiEndpoint​(java.lang.String url,
                                    java.lang.String groupName)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        The URL of the endpoint to which reports may be delivered.
      • getGroupName

        public java.lang.String getGroupName()
        Name of the endpoint group.