@Generated(value="org.immutables.processor.ProxyProcessor") public final class MatchedResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchedResource.Builder
Builds instances of type
MatchedResource. |
| Modifier and Type | Method and Description |
|---|---|
static MatchedResource.Builder |
builder()
Creates a builder for
MatchedResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
MatchedResource that have equal attribute values. |
Checksum |
getChecksum()
The hash
|
String |
getMode()
The POSIX file mode in an octal representation
|
String |
getPath()
The path relative to app root
|
Integer |
getSize()
The size
|
int |
hashCode()
Computes a hash code from attributes:
checksum, mode, path, size. |
String |
toString()
Prints the immutable value
MatchedResource with attribute values. |
public Checksum getChecksum()
public String getMode()
public String getPath()
public Integer getSize()
public boolean equals(Object another)
MatchedResource that have equal attribute values.public int hashCode()
checksum, mode, path, size.public String toString()
MatchedResource with attribute values.public static MatchedResource.Builder builder()
MatchedResource.
MatchedResource.builder()
.checksum(org.cloudfoundry.client.v3.Checksum | null) // nullable checksum
.mode(String | null) // nullable mode
.path(String | null) // nullable path
.size(Integer | null) // nullable size
.build();
Copyright © 2023. All rights reserved.