Direction Class
- java.
lang. Object - com.
microsoft. azure. management. network. Direction
- com.
public class Direction
Defines values for Direction.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Direction |
INBOUND
Static value Inbound for Direction. |
final Direction |
OUTBOUND
Static value Outbound for Direction. |
Constructor Summary
Constructor | Description |
---|---|
Direction(String value) |
Creates a custom value for Direction. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
INBOUND
public static final Direction INBOUND= new Direction("Inbound")
Static value Inbound for Direction.
OUTBOUND
public static final Direction OUTBOUND= new Direction("Outbound")
Static value Outbound for Direction.
Constructor Details
Direction
public Direction(String value)
Creates a custom value for Direction.
Parameters:
value
- the custom value
Method Details
equals
public boolean equals(Object obj)
Parameters:
obj
hashCode
public int hashCode()
toString
public String toString()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java