public static class URLBasedX509CertificateSupplier.ResourceDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
URLBasedX509CertificateSupplier.ResourceDetails.ResourceDetailsBuilder |
Modifier and Type | Method and Description |
---|---|
static URLBasedX509CertificateSupplier.ResourceDetails.ResourceDetailsBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,String> |
getHeaders()
Headers to be sent along with the resource fetch request
|
URL |
getUrl()
The url of the resource
|
int |
hashCode() |
String |
toString() |
public static URLBasedX509CertificateSupplier.ResourceDetails.ResourceDetailsBuilder builder()
public URL getUrl()
The url of the resource
public Map<String,String> getHeaders()
Headers to be sent along with the resource fetch request
protected boolean canEqual(Object other)
Copyright © 2016–2020. All rights reserved.