public class CreateApplicationServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateApplicationServiceRequest()  | 
CreateApplicationServiceRequest(CreateApplicationServiceRequest 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 | 
getApplicationId()
Get Application ID 
 | 
String | 
getEnvironmentId()
Get Environment ID 
 | 
ServicePortMapping | 
getService()
Get Details of the access policy 
 | 
Long | 
getSourceChannel()
Get Source channel. 
 | 
void | 
setApplicationId(String ApplicationId)
Set Application ID 
 | 
void | 
setEnvironmentId(String EnvironmentId)
Set Environment ID 
 | 
void | 
setService(ServicePortMapping Service)
Set Details of the access policy 
 | 
void | 
setSourceChannel(Long SourceChannel)
Set Source channel. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateApplicationServiceRequest()
public CreateApplicationServiceRequest(CreateApplicationServiceRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application IDpublic String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment IDpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel - Source channel. Please keep the default value.public ServicePortMapping getService()
public void setService(ServicePortMapping Service)
Service - Details of the access policyCopyright © 2025. All rights reserved.