Class NetworkService
- java.lang.Object
-
- org.apache.syncope.common.keymaster.client.api.model.NetworkService
-
- All Implemented Interfaces:
Serializable
public class NetworkService extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkService.Type
-
Constructor Summary
Constructors Constructor Description NetworkService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAddress()
NetworkService.Type
getType()
int
hashCode()
void
setAddress(String address)
void
setType(NetworkService.Type type)
String
toString()
-
-
-
Method Detail
-
getType
public NetworkService.Type getType()
-
setType
public void setType(NetworkService.Type type)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
-