AuthorizedGroundstation Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. AuthorizedGroundstation
- com.
Implements
public final class AuthorizedGroundstation
implements JsonSerializable<AuthorizedGroundstation>
Authorized groundstation.
Constructor Summary
| Constructor | Description |
|---|---|
| AuthorizedGroundstation() |
Creates an instance of Authorized |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Local |
expirationDate()
Get the expiration |
|
static
Authorized |
fromJson(JsonReader jsonReader)
Reads an instance of Authorized |
| String |
groundStation()
Get the ground |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Authorized |
withExpirationDate(LocalDate expirationDate)
Set the expiration |
|
Authorized |
withGroundStation(String groundStation)
Set the ground |
Methods inherited from java.lang.Object
Constructor Details
AuthorizedGroundstation
public AuthorizedGroundstation()
Creates an instance of AuthorizedGroundstation class.
Method Details
expirationDate
public LocalDate expirationDate()
Get the expirationDate property: Date of authorization expiration.
Returns:
fromJson
public static AuthorizedGroundstation fromJson(JsonReader jsonReader)
Reads an instance of AuthorizedGroundstation from the JsonReader.
Parameters:
Returns:
Throws:
groundStation
public String groundStation()
Get the groundStation property: Groundstation name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withExpirationDate
public AuthorizedGroundstation withExpirationDate(LocalDate expirationDate)
Set the expirationDate property: Date of authorization expiration.
Parameters:
Returns:
withGroundStation
public AuthorizedGroundstation withGroundStation(String groundStation)
Set the groundStation property: Groundstation name.
Parameters:
Returns: