Package cn.ucloud.pathx.models
Class DeleteUGAForwarderRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.DeleteUGAForwarderRequest
-
public class DeleteUGAForwarderRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DeleteUGAForwarderRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getHTTPHTTP()List<Integer>getHTTPSHTTP()List<Integer>getHTTPSHTTPS()StringgetProjectId()List<Integer>getTCP()List<Integer>getUDP()StringgetUGAId()List<Integer>getWSSWS()List<Integer>getWSSWSS()List<Integer>getWSWS()IntegerloadMaxRetries()IntegerloadTimeout()voidsetHTTPHTTP(List<Integer> httphttp)voidsetHTTPSHTTP(List<Integer> httpshttp)voidsetHTTPSHTTPS(List<Integer> httpshttps)voidsetProjectId(String projectId)voidsetTCP(List<Integer> tcp)voidsetUDP(List<Integer> udp)voidsetUGAId(String ugaId)voidsetWSSWS(List<Integer> wssws)voidsetWSSWSS(List<Integer> wsswss)voidsetWSWS(List<Integer> wsws)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getUGAId
public String getUGAId()
-
setUGAId
public void setUGAId(String ugaId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-