CosXmlServiceConfig class
Constructors
-
CosXmlServiceConfig.new({String? region, int? connectionTimeout, int? socketTimeout, bool? isHttps, String? host, String? hostFormat, int? port, bool? isDebuggable, bool? signInUrl, String? userAgent, bool? dnsCache, bool? accelerate, bool? domainSwitch, Map<
String?, String?> ? customHeaders, List<String?> ? noSignHeaders})
Properties
- accelerate ↔ bool?
-
getter/setter pair
- connectionTimeout ↔ int?
-
getter/setter pair
-
customHeaders
↔ Map<
String?, String?> ? -
getter/setter pair
- dnsCache ↔ bool?
-
getter/setter pair
- domainSwitch ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
getter/setter pair
- hostFormat ↔ String?
-
getter/setter pair
- isDebuggable ↔ bool?
-
getter/setter pair
- isHttps ↔ bool?
-
getter/setter pair
-
noSignHeaders
↔ List<
String?> ? -
getter/setter pair
- port ↔ int?
-
getter/setter pair
- region ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signInUrl ↔ bool?
-
getter/setter pair
- socketTimeout ↔ int?
-
getter/setter pair
- userAgent ↔ String?
-
getter/setter pair
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
Object result) → CosXmlServiceConfig