Package com.facebook.openwifi.rrm
Class RRMConfig.ServiceConfig
- java.lang.Object
- 
- com.facebook.openwifi.rrm.RRMConfig.ServiceConfig
 
- 
- 
Field SummaryFields Modifier and Type Field Description longidRRM service ID (random persistent number) (SERVICECONFIG_NAME)StringnameRRM service name/type (SERVICECONFIG_NAME)StringprivateEndpointPrivate endpoint for the RRM service (SERVICECONFIG_PRIVATEENDPOINT)StringpublicEndpointPublic endpoint for the RRM service (SERVICECONFIG_PUBLICENDPOINT)StringvendorRRM vendor name (SERVICECONFIG_VENDOR)StringvendorReferenceUrlRRM reference URL (SERVICECONFIG_VENDORREFERENCEURL)StringvendorUrlRRM vendor URL (SERVICECONFIG_VENDORURL)
 - 
Constructor SummaryConstructors Constructor Description ServiceConfig()
 
- 
- 
- 
Field Detail- 
namepublic String name RRM service name/type (SERVICECONFIG_NAME)
 - 
idpublic long id RRM service ID (random persistent number) (SERVICECONFIG_NAME)
 - 
privateEndpointpublic String privateEndpoint Private endpoint for the RRM service (SERVICECONFIG_PRIVATEENDPOINT)
 - 
publicEndpointpublic String publicEndpoint Public endpoint for the RRM service (SERVICECONFIG_PUBLICENDPOINT)
 - 
vendorpublic String vendor RRM vendor name (SERVICECONFIG_VENDOR)
 - 
vendorUrlpublic String vendorUrl RRM vendor URL (SERVICECONFIG_VENDORURL)
 - 
vendorReferenceUrlpublic String vendorReferenceUrl RRM reference URL (SERVICECONFIG_VENDORREFERENCEURL)
 
- 
 
-