com.baidubce.services.cdn.model
Class RequestAuth

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

public class RequestAuth
extends JsonObject


Constructor Summary
RequestAuth()
           
 
Method Summary
 RequestAuth addWhiteList(String entry)
           
 String getKey1()
           
 String getKey2()
           
 String getSignArg()
           
 String getTimeArg()
           
 Number getTimeout()
           
 String getType()
           
 List<String> getWhiteList()
           
 void setKey1(String key1)
           
 void setKey2(String key2)
           
 void setSignArg(String signArg)
           
 void setTimeArg(String timeArg)
           
 void setTimeout(Number timeout)
           
 void setType(String type)
           
 void setWhiteList(List<String> whiteList)
           
 RequestAuth withKey1(String key1)
           
 RequestAuth withKey2(String key2)
           
 RequestAuth withSignArg(String signArg)
           
 RequestAuth withTimeArg(String timeArg)
           
 RequestAuth withTimeout(Number timeout)
           
 RequestAuth withType(String type)
           
 
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

RequestAuth

public RequestAuth()
Method Detail

withType

public RequestAuth withType(String type)

withKey1

public RequestAuth withKey1(String key1)

withKey2

public RequestAuth withKey2(String key2)

withTimeout

public RequestAuth withTimeout(Number timeout)

addWhiteList

public RequestAuth addWhiteList(String entry)

withSignArg

public RequestAuth withSignArg(String signArg)

withTimeArg

public RequestAuth withTimeArg(String timeArg)

getType

public String getType()

setType

public void setType(String type)

getKey1

public String getKey1()

setKey1

public void setKey1(String key1)

getKey2

public String getKey2()

setKey2

public void setKey2(String key2)

getTimeout

public Number getTimeout()

setTimeout

public void setTimeout(Number timeout)

getWhiteList

public List<String> getWhiteList()

setWhiteList

public void setWhiteList(List<String> whiteList)

getSignArg

public String getSignArg()

setSignArg

public void setSignArg(String signArg)

getTimeArg

public String getTimeArg()

setTimeArg

public void setTimeArg(String timeArg)


Copyright © 2018. All rights reserved.