类 GetEndpointRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.endpoint.model.GetEndpointRequest
-
public class GetEndpointRequest extends AbstractBceRequest
Created by XingChunyang Date: 2021/01/21.
-
-
构造器概要
构造器 构造器 说明 GetEndpointRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEndpointId()voidsetEndpointId(String endpointId)GetEndpointRequestwithEndpointId(String endpointId)Configure id for the request.AbstractBceRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withEndpointId
public GetEndpointRequest withEndpointId(String endpointId)
Configure id for the request.- 参数:
endpointId- The endpointId of GetEndpointRequest- 返回:
- GetEndpointRequest with specific name
-
getEndpointId
public String getEndpointId()
-
setEndpointId
public void setEndpointId(String endpointId)
-
-