public class OptionalWebServiceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OptionalWebServiceInfo() | 
| OptionalWebServiceInfo(OptionalWebServiceInfo 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 | getPrivateAccess()Get Private network access
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPrivateUrl()Get Private URL
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPublicAccess()Get Public network access
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPublicUrl()Get Public URL
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStatus()Get Status
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getType()Get Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getVersion()Get Version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPrivateAccess(String PrivateAccess)Set Private network access
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPrivateUrl(String PrivateUrl)Set Private URL
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPublicAccess(String PublicAccess)Set Public network access
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPublicUrl(String PublicUrl)Set Public URL
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(Long Status)Set Status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setType(String Type)Set Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVersion(String Version)Set Version
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 OptionalWebServiceInfo()
public OptionalWebServiceInfo(OptionalWebServiceInfo source)
public String getType()
public void setType(String Type)
Type - Type
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Status
Note: This field may return null, indicating that no valid values can be obtained.public String getPublicUrl()
public void setPublicUrl(String PublicUrl)
PublicUrl - Public URL
Note: This field may return null, indicating that no valid values can be obtained.public String getPrivateUrl()
public void setPrivateUrl(String PrivateUrl)
PrivateUrl - Private URL
Note: This field may return null, indicating that no valid values can be obtained.public String getPublicAccess()
public void setPublicAccess(String PublicAccess)
PublicAccess - Public network access
Note: This field may return null, indicating that no valid values can be obtained.public String getPrivateAccess()
public void setPrivateAccess(String PrivateAccess)
PrivateAccess - Private network access
Note: This field may return null, indicating that no valid values can be obtained.public String getVersion()
public void setVersion(String Version)
Version - Version
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.