public class ModifyServiceRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyServiceRequest() | 
| ModifyServiceRequest(ModifyServiceRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getNetTypes()Get Network type list, which is used to specify the supported network types. | 
| String | getProtocol()Get Service frontend request type after modification, such as `http`, `https`, and `http&https`. | 
| String | getServiceDesc()Get Service description after modification. | 
| String | getServiceId()Get Unique ID of the service to be modified. | 
| String | getServiceName()Get Service name after modification. | 
| void | setNetTypes(String[] NetTypes)Set Network type list, which is used to specify the supported network types. | 
| void | setProtocol(String Protocol)Set Service frontend request type after modification, such as `http`, `https`, and `http&https`. | 
| void | setServiceDesc(String ServiceDesc)Set Service description after modification. | 
| void | setServiceId(String ServiceId)Set Unique ID of the service to be modified. | 
| void | setServiceName(String ServiceName)Set Service name after modification. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyServiceRequest()
public ModifyServiceRequest(ModifyServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique ID of the service to be modified.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Service name after modification.public String getServiceDesc()
public void setServiceDesc(String ServiceDesc)
ServiceDesc - Service description after modification.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Service frontend request type after modification, such as `http`, `https`, and `http&https`.public String[] getNetTypes()
public void setNetTypes(String[] NetTypes)
NetTypes - Network type list, which is used to specify the supported network types. INNER: private network access; OUTER: public network access. Default value: OUTER.Copyright © 2022. All rights reserved.