public class CDNContainer extends Object
| Constructor and Description |
|---|
CDNContainer(Region region) |
CDNContainer(Region region,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCdnURL() |
String |
getiOSStreamingURL() |
String |
getName() |
String |
getReferrerACL() |
Region |
getRegion() |
boolean |
getRetainLogs() |
String |
getSslURL() |
String |
getStreamingURL() |
int |
getTtl() |
String |
getUserAgentACL() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setCdnURL(String cdnURL) |
void |
setEnabled(boolean enabled) |
void |
setiOSStreamingURL(String iOSStreamingURL) |
void |
setName(String name) |
void |
setReferrerACL(String referrerACL) |
void |
setRetainLogs(boolean retainLogs) |
void |
setSslURL(String sslURL) |
void |
setStreamingURL(String streamingURL) |
void |
setTtl(int ttl) |
void |
setUserAgentACL(String userAgentACL) |
public CDNContainer(Region region)
public Region getRegion()
public String getName()
public void setName(String name)
public boolean getRetainLogs()
public void setRetainLogs(boolean retainLogs)
retainLogs - the retainLogs to setpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - the enabled to setpublic String getUserAgentACL()
public void setUserAgentACL(String userAgentACL)
userAgentACL - the userAgentACL to setpublic String getReferrerACL()
public void setReferrerACL(String referrerACL)
referrerACL - the refererACL to setpublic int getTtl()
public void setTtl(int ttl)
ttl - the ttl to setpublic String getCdnURL()
public void setCdnURL(String cdnURL)
cdnURL - the cdnURL to setpublic String getSslURL()
public void setSslURL(String sslURL)
public String getStreamingURL()
public void setStreamingURL(String streamingURL)
streamingURL - the streamingURL to setpublic String getiOSStreamingURL()
public void setiOSStreamingURL(String iOSStreamingURL)
Copyright © 2020. All rights reserved.