Class MGConnectionConfiguration
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.mobilegateway.MGConnectionConfiguration
-
- All Implemented Interfaces:
MGConfiguration
public class MGConnectionConfiguration extends java.lang.Object implements MGConfiguration
Class for Mobile Gateway Connection configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MGConnectionConfiguration.Builder
Builder to build MGConnectionConfiguration.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Modifier Constructor Description protected
MGConnectionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfigurationName()
returns the name of the connection configuration
-
-
-
Method Detail
-
getConfigurationName
public java.lang.String getConfigurationName()
returns the name of the connection configuration- Specified by:
getConfigurationName
in interfaceMGConfiguration
- Returns:
- configuration name
-
-