Class ProjectInfo.ResourceId (1.44.0)

public static class ProjectInfo.ResourceId implements Serializable

Inheritance

Object > ProjectInfo.ResourceId

Implements

Serializable

Static Methods

of(String id, String type)

public static ProjectInfo.ResourceId of(String id, String type)
Parameters
Name Description
id String
type String
Returns
Type Description
ProjectInfo.ResourceId

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getId()

public String getId()
Returns
Type Description
String

getType()

public String getType()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides