Class ServiceProfileResponse

java.lang.Object
com.iland.core.web.rest.response.vpg.ServiceProfileResponse
All Implemented Interfaces:
Serializable

public class ServiceProfileResponse extends Object implements Serializable
Service Profile Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • ServiceProfileResponse

      public ServiceProfileResponse(String uuid, String location, String serviceProfileIdentifier, String serviceProfileName, String description, int history, byte journalWarningThresholdInPercent, byte maxJournalSizeInPercent, int rpo, int testInterval)
  • Method Details

    • getUuid

      public String getUuid()
      Gets the uuid.
      Returns:
      the uuid
    • getLocation

      public String getLocation()
      Gets the location.
      Returns:
      the location
    • getServiceProfileIdentifier

      public String getServiceProfileIdentifier()
      Gets the service profile identifier.
      Returns:
      the service profile identifier
    • getServiceProfileName

      public String getServiceProfileName()
      Gets the service profile name.
      Returns:
      the service profile name
    • getDescription

      public String 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object