public class CDNContainer extends Object implements Comparable<CDNContainer>
Modifier and Type | Class and Description |
---|---|
static class |
CDNContainer.Builder |
Constructor and Description |
---|
CDNContainer(String name,
boolean enabled,
boolean logRetention,
int ttl,
URI uri,
URI sslUri,
URI streamingUri,
URI iosUri) |
Modifier and Type | Method and Description |
---|---|
static CDNContainer.Builder |
builder() |
int |
compareTo(CDNContainer that) |
boolean |
equals(Object obj) |
URI |
getIosUri() |
String |
getName()
NOTE
|
URI |
getSslUri() |
URI |
getStreamingUri() |
int |
getTtl() |
URI |
getUri() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isLogRetentionEnabled() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public String getName()
public boolean isEnabled()
true
if the container is CDN enabled, false
if not.public boolean isLogRetentionEnabled()
true
if the logs will be retained for this CDN container, false
if not.public int getTtl()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(CDNContainer that)
compareTo
in interface Comparable<CDNContainer>
public static CDNContainer.Builder builder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.