com.baidubce.services.cdn.model
Class FlowRegionData

java.lang.Object
  extended by com.baidubce.services.cdn.model.JsonObject
      extended by com.baidubce.services.cdn.model.FlowRegionData

public class FlowRegionData
extends JsonObject

Author:
yixing

Constructor Summary
FlowRegionData()
           
 
Method Summary
 Long getBps()
           
 Long getFlow()
           
 String getIsp()
           
 String getLocation()
           
 void setBps(Long bps)
           
 void setFlow(Long flow)
           
 void setIsp(String isp)
           
 void setLocation(String location)
           
 
Methods inherited from class com.baidubce.services.cdn.model.JsonObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowRegionData

public FlowRegionData()
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 -

getFlow

public Long getFlow()
Returns:
flow

setFlow

public void setFlow(Long flow)
Parameters:
flow -

getBps

public Long getBps()
Returns:
bps

setBps

public void setBps(Long bps)
Parameters:
bps -


Copyright © 2018. All rights reserved.