Class ServiceProfileResponse
java.lang.Object
com.iland.core.web.rest.response.vpg.ServiceProfileResponse
- All Implemented Interfaces:
Serializable
Service Profile Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the description.intGets the history.byteGets the journal warning threshold in percent.Gets the location.byteGets the max journal size in percent.intgetRpo()Gets the rpo.Gets the service profile identifier.Gets the service profile name.intGets the test interval.getUuid()Gets the uuid.inthashCode()
-
Constructor Details
-
ServiceProfileResponse
-
-
Method Details
-
getUuid
Gets the uuid.- Returns:
- the uuid
-
getLocation
Gets the location.- Returns:
- the location
-
getServiceProfileIdentifier
Gets the service profile identifier.- Returns:
- the service profile identifier
-
getServiceProfileName
Gets the service profile name.- Returns:
- the service profile name
-
getDescription
Gets the description.- Returns:
- the description
-
getHistory
public int getHistory()Gets the history.- Returns:
- the history
-
getJournalWarningThresholdInPercent
public byte getJournalWarningThresholdInPercent()Gets the journal warning threshold in percent.- Returns:
- the journal warning threshold in percent
-
getMaxJournalSizeInPercent
public byte getMaxJournalSizeInPercent()Gets the max journal size in percent.- Returns:
- the max journal size in percent
-
getRpo
public int getRpo()Gets the rpo.- Returns:
- the rpo
-
getTestInterval
public int getTestInterval()Gets the test interval.- Returns:
- the test interval
-
equals
-
hashCode
public int hashCode()
-