Class BackupId (2.16.1)

public final class BackupId

Inheritance

Object > BackupId

Static Methods

of(InstanceId arg0, String arg1)

public static BackupId of(InstanceId arg0, String arg1)
Parameters
NameDescription
arg0InstanceId
arg1String
Returns
TypeDescription
BackupId

of(String arg0, String arg1, String arg2)

public static BackupId of(String arg0, String arg1, String arg2)
Parameters
NameDescription
arg0String
arg1String
arg2String
Returns
TypeDescription
BackupId

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

getBackup()

public String getBackup()
Returns
TypeDescription
String

getInstanceId()

public InstanceId getInstanceId()
Returns
TypeDescription
InstanceId

getName()

public String getName()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides