public class ServiceProfileResponse extends Object implements Serializable
Constructor and Description |
---|
ServiceProfileResponse(String uuid,
String location,
String serviceProfileIdentifier,
String serviceProfileName,
String description,
int history,
byte journalWarningThresholdInPercent,
byte maxJournalSizeInPercent,
int rpo,
int testInterval) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Gets the description.
|
int |
getHistory()
Gets the history.
|
byte |
getJournalWarningThresholdInPercent()
Gets the journal warning threshold in percent.
|
String |
getLocation()
Gets the location.
|
byte |
getMaxJournalSizeInPercent()
Gets the max journal size in percent.
|
int |
getRpo()
Gets the rpo.
|
String |
getServiceProfileIdentifier()
Gets the service profile identifier.
|
String |
getServiceProfileName()
Gets the service profile name.
|
int |
getTestInterval()
Gets the test interval.
|
String |
getUuid()
Gets the uuid.
|
int |
hashCode() |
public String getUuid()
public String getLocation()
public String getServiceProfileIdentifier()
public String getServiceProfileName()
public String getDescription()
public int getHistory()
public byte getJournalWarningThresholdInPercent()
public byte getMaxJournalSizeInPercent()
public int getRpo()
public int getTestInterval()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.