类 HTTPGetActionModel
- java.lang.Object
-
- com.baidubce.services.cnap.model.deploygroup.HTTPGetActionModel
-
public class HTTPGetActionModel extends Object
The model for http get action.
-
-
构造器概要
构造器 构造器 说明 HTTPGetActionModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetHost()StringgetPath()intgetPort()StringgetScheme()voidsetHost(String host)voidsetPath(String path)voidsetPort(int port)voidsetScheme(String scheme)HTTPGetActionModelwithHost(String host)HTTPGetActionModelwithPath(String path)HTTPGetActionModelwithPort(int port)HTTPGetActionModelwithScheme(String scheme)
-
-
-
方法详细资料
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getScheme
public String getScheme()
-
setScheme
public void setScheme(String scheme)
-
withPath
public HTTPGetActionModel withPath(String path)
-
withPort
public HTTPGetActionModel withPort(int port)
-
withHost
public HTTPGetActionModel withHost(String host)
-
withScheme
public HTTPGetActionModel withScheme(String scheme)
-
-