public class CloneServiceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
internetEndpoint
The public endpoint of the service.
|
String |
intranetEndpoint
The private endpoint of the service.
|
String |
requestId
Id of the request
example:
40325405-579C-4D82****
|
String |
serviceId
The service ID.
|
String |
serviceName
The service name.
|
String |
status
The service status.
|
| 构造器和说明 |
|---|
CloneServiceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CloneServiceResponseBody |
build(Map<String,?> map) |
String |
getInternetEndpoint() |
String |
getIntranetEndpoint() |
String |
getRequestId() |
String |
getServiceId() |
String |
getServiceName() |
String |
getStatus() |
CloneServiceResponseBody |
setInternetEndpoint(String internetEndpoint) |
CloneServiceResponseBody |
setIntranetEndpoint(String intranetEndpoint) |
CloneServiceResponseBody |
setRequestId(String requestId) |
CloneServiceResponseBody |
setServiceId(String serviceId) |
CloneServiceResponseBody |
setServiceName(String serviceName) |
CloneServiceResponseBody |
setStatus(String status) |
@NameInMap(value="InternetEndpoint") public String internetEndpoint
The public endpoint of the service.
example:@NameInMap(value="IntranetEndpoint") public String intranetEndpoint
The private endpoint of the service.
example:http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo
@NameInMap(value="RequestId") public String requestId
Id of the request
example:40325405-579C-4D82****
@NameInMap(value="ServiceId") public String serviceId
The service ID.
example:eas-m-r9knx7n9guf2p*****
@NameInMap(value="ServiceName") public String serviceName
The service name.
example:foo
@NameInMap(value="Status") public String status
The service status.
example:Creating
public static CloneServiceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CloneServiceResponseBody setInternetEndpoint(String internetEndpoint)
public String getInternetEndpoint()
public CloneServiceResponseBody setIntranetEndpoint(String intranetEndpoint)
public String getIntranetEndpoint()
public CloneServiceResponseBody setRequestId(String requestId)
public String getRequestId()
public CloneServiceResponseBody setServiceId(String serviceId)
public String getServiceId()
public CloneServiceResponseBody setServiceName(String serviceName)
public String getServiceName()
public CloneServiceResponseBody setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.