com.baidubce.services.cdn.model
Class HttpCodeRegionData

java.lang.Object
  extended by com.baidubce.services.cdn.model.HttpCodeRegionData

public class HttpCodeRegionData
extends Object

Author:
yixing

Constructor Summary
HttpCodeRegionData()
           
 
Method Summary
 List<KvCounter> getCounters()
           
 String getIsp()
           
 String getLocation()
           
 void setCounters(List<KvCounter> counters)
           
 void setIsp(String isp)
           
 void setLocation(String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCodeRegionData

public HttpCodeRegionData()
Method Detail

getLocation

public String getLocation()
Returns:
location

setLocation

public void setLocation(String location)
Parameters:
location -

getIsp

public String getIsp()
Returns:
isp

setIsp

public void setIsp(String isp)
Parameters:
isp -

getCounters

public List<KvCounter> getCounters()
Returns:
counters

setCounters

public void setCounters(List<KvCounter> counters)
Parameters:
counters -


Copyright © 2018. All rights reserved.